{"title":"$2000 above","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-oval-moissanite-pave-engagement-rings","title":"Yellow Gold Oval Moissanite Engagement Ring with Marquise 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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"pv-desc-text\"\u003eCelebrate timeless elegance with this oval moissanite engagement ring, beautifully showcased on a warm yellow gold-tone band. The striking center stone is complemented by marquise-shaped and round accent stones, creating a refined silhouette with exceptional sparkle from every angle. Designed to capture light and attention, this ring offers a luxurious look with ethical appeal. Available in multiple metal options, it's a sophisticated choice for proposals, anniversaries, or meaningful milestones. Discover your perfect statement piece 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":48158222287006,"sku":"DDLR-180","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158222319774,"sku":"DDLR-180","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158222352542,"sku":"DDLR-180","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158222385310,"sku":"DDLR-180","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158222418078,"sku":"DDLR-180","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158222450846,"sku":"DDLR-180","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158222483614,"sku":"DDLR-180","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158222516382,"sku":"DDLR-180","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158222549150,"sku":"DDLR-180","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158222581918,"sku":"DDLR-180","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158222614686,"sku":"DDLR-180","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158222647454,"sku":"DDLR-180","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158222680222,"sku":"DDLR-180","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158222712990,"sku":"DDLR-180","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158222745758,"sku":"DDLR-180","price":554.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151209705630,"sku":"DDLR-180","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151209738398,"sku":"DDLR-180","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151209771166,"sku":"DDLR-180","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151209803934,"sku":"DDLR-180","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151209836702,"sku":"DDLR-180","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151209869470,"sku":"DDLR-180","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151209902238,"sku":"DDLR-180","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151209935006,"sku":"DDLR-180","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151209967774,"sku":"DDLR-180","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151210000542,"sku":"DDLR-180","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151210033310,"sku":"DDLR-180","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151210066078,"sku":"DDLR-180","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151210098846,"sku":"DDLR-180","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151210131614,"sku":"DDLR-180","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151210164382,"sku":"DDLR-180","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151210197150,"sku":"DDLR-180","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151210229918,"sku":"DDLR-180","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151210262686,"sku":"DDLR-180","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151210295454,"sku":"DDLR-180","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151210328222,"sku":"DDLR-180","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151210360990,"sku":"DDLR-180","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151210393758,"sku":"DDLR-180","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151210426526,"sku":"DDLR-180","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151210459294,"sku":"DDLR-180","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151210492062,"sku":"DDLR-180","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151210524830,"sku":"DDLR-180","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151210557598,"sku":"DDLR-180","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151210590366,"sku":"DDLR-180","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151210623134,"sku":"DDLR-180","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151210655902,"sku":"DDLR-180","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151210688670,"sku":"DDLR-180","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151210721438,"sku":"DDLR-180","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151210754206,"sku":"DDLR-180","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151210786974,"sku":"DDLR-180","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151210819742,"sku":"DDLR-180","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151210852510,"sku":"DDLR-180","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151210885278,"sku":"DDLR-180","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151210918046,"sku":"DDLR-180","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151210950814,"sku":"DDLR-180","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151210983582,"sku":"DDLR-180","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151211016350,"sku":"DDLR-180","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151211049118,"sku":"DDLR-180","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151211081886,"sku":"DDLR-180","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151211114654,"sku":"DDLR-180","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151211147422,"sku":"DDLR-180","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151211180190,"sku":"DDLR-180","price":1494.64,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151211212958,"sku":"DDLR-180","price":1535.35,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151211245726,"sku":"DDLR-180","price":1576.06,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151211278494,"sku":"DDLR-180","price":1657.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151211311262,"sku":"DDLR-180","price":1820.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_da01dd65-da5a-4626-a456-d8587a94b941.jpg?v=1784531652"},{"product_id":"rose-gold-cushion-moissanite-trilogy-engagement-ring","title":"Rose Gold Cushion Moissanite Engagement Ring with Tapered Side Stones","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eCushion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\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\"\u003eCelebrate timeless elegance with this rose gold tone moissanite engagement ring, featuring a brilliant round center stone accented by tapered step cut and cushion side stones. Its refined silhouette creates exceptional sparkle while offering a sophisticated, balanced design that transitions beautifully from everyday wear to life's most meaningful moments. Expertly crafted with a luxurious finish, this ring is a stunning expression of ethical luxury. Make it yours and cherish its brilliance for years to come.\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":48158221631646,"sku":"DDLR-181","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221664414,"sku":"DDLR-181","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158221697182,"sku":"DDLR-181","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158221729950,"sku":"DDLR-181","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158221762718,"sku":"DDLR-181","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158221795486,"sku":"DDLR-181","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221828254,"sku":"DDLR-181","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158221861022,"sku":"DDLR-181","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158221893790,"sku":"DDLR-181","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158221926558,"sku":"DDLR-181","price":580.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158221959326,"sku":"DDLR-181","price":351.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221992094,"sku":"DDLR-181","price":379.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158222024862,"sku":"DDLR-181","price":408.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158222057630,"sku":"DDLR-181","price":465.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158222090398,"sku":"DDLR-181","price":580.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151206887582,"sku":"DDLR-181","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151206920350,"sku":"DDLR-181","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151206953118,"sku":"DDLR-181","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151206985886,"sku":"DDLR-181","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151207018654,"sku":"DDLR-181","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151207051422,"sku":"DDLR-181","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151207084190,"sku":"DDLR-181","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151207116958,"sku":"DDLR-181","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151207149726,"sku":"DDLR-181","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151207182494,"sku":"DDLR-181","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151207215262,"sku":"DDLR-181","price":1231.96,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151207248030,"sku":"DDLR-181","price":1266.17,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151207280798,"sku":"DDLR-181","price":1300.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151207313566,"sku":"DDLR-181","price":1368.8,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151207346334,"sku":"DDLR-181","price":1505.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151207379102,"sku":"DDLR-181","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151207411870,"sku":"DDLR-181","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151207444638,"sku":"DDLR-181","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151207477406,"sku":"DDLR-181","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151207510174,"sku":"DDLR-181","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151207542942,"sku":"DDLR-181","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151207575710,"sku":"DDLR-181","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151207608478,"sku":"DDLR-181","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151207641246,"sku":"DDLR-181","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151207674014,"sku":"DDLR-181","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151207706782,"sku":"DDLR-181","price":1540.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151207739550,"sku":"DDLR-181","price":1581.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151207772318,"sku":"DDLR-181","price":1622.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151207805086,"sku":"DDLR-181","price":1705.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151207837854,"sku":"DDLR-181","price":1869.24,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151207870622,"sku":"DDLR-181","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151207903390,"sku":"DDLR-181","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151207936158,"sku":"DDLR-181","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151207968926,"sku":"DDLR-181","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151208001694,"sku":"DDLR-181","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151208034462,"sku":"DDLR-181","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151208067230,"sku":"DDLR-181","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151208099998,"sku":"DDLR-181","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151208132766,"sku":"DDLR-181","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151208165534,"sku":"DDLR-181","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151208198302,"sku":"DDLR-181","price":1895.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151208231070,"sku":"DDLR-181","price":1943.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151208263838,"sku":"DDLR-181","price":1991.51,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151208296606,"sku":"DDLR-181","price":2087.3,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151208329374,"sku":"DDLR-181","price":2278.88,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151208362142,"sku":"DDLR-181","price":1633.73,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151208394910,"sku":"DDLR-181","price":1674.44,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151208427678,"sku":"DDLR-181","price":1715.15,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151208460446,"sku":"DDLR-181","price":1796.57,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151208493214,"sku":"DDLR-181","price":1959.41,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_f11ac550-68ff-4dc9-be95-da5235d2462d.jpg?v=1784608989"},{"product_id":"yellow-gold-oval-moissanite-split-shank-engagement-rings","title":"Yellow Gold Oval Cut Moissanite Split Shank 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\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\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\"\u003eCelebrate your love with a striking oval cut moissanite engagement ring designed to captivate from every angle. The elegant split shank band is adorned with sparkling accent stones, creating a graceful silhouette that enhances the brilliance of the center stone. Crafted with a warm yellow gold finish, this timeless design blends refined sophistication with modern luxury. A beautiful choice for proposals, anniversaries, or meaningful milestones 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":48158220976286,"sku":"DDLR-183","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221009054,"sku":"DDLR-183","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158221041822,"sku":"DDLR-183","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158221074590,"sku":"DDLR-183","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158221107358,"sku":"DDLR-183","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158221140126,"sku":"DDLR-183","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221172894,"sku":"DDLR-183","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158221205662,"sku":"DDLR-183","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158221238430,"sku":"DDLR-183","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158221271198,"sku":"DDLR-183","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158221303966,"sku":"DDLR-183","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158221336734,"sku":"DDLR-183","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158221369502,"sku":"DDLR-183","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158221402270,"sku":"DDLR-183","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158221435038,"sku":"DDLR-183","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151202857118,"sku":"DDLR-183","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151202889886,"sku":"DDLR-183","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151202922654,"sku":"DDLR-183","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151202955422,"sku":"DDLR-183","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151202988190,"sku":"DDLR-183","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151203020958,"sku":"DDLR-183","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151203053726,"sku":"DDLR-183","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151203086494,"sku":"DDLR-183","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151203119262,"sku":"DDLR-183","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151203152030,"sku":"DDLR-183","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151203184798,"sku":"DDLR-183","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151203217566,"sku":"DDLR-183","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151203250334,"sku":"DDLR-183","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151203283102,"sku":"DDLR-183","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151203315870,"sku":"DDLR-183","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151203348638,"sku":"DDLR-183","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151203381406,"sku":"DDLR-183","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151203414174,"sku":"DDLR-183","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151203446942,"sku":"DDLR-183","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151203479710,"sku":"DDLR-183","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151203512478,"sku":"DDLR-183","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151203545246,"sku":"DDLR-183","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151203578014,"sku":"DDLR-183","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151203610782,"sku":"DDLR-183","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151203643550,"sku":"DDLR-183","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151203676318,"sku":"DDLR-183","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151203709086,"sku":"DDLR-183","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151203741854,"sku":"DDLR-183","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151203774622,"sku":"DDLR-183","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151203807390,"sku":"DDLR-183","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151203840158,"sku":"DDLR-183","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151203872926,"sku":"DDLR-183","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151203905694,"sku":"DDLR-183","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151203938462,"sku":"DDLR-183","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151203971230,"sku":"DDLR-183","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151204003998,"sku":"DDLR-183","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151204036766,"sku":"DDLR-183","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151204069534,"sku":"DDLR-183","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151204102302,"sku":"DDLR-183","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151204135070,"sku":"DDLR-183","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151204167838,"sku":"DDLR-183","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151204200606,"sku":"DDLR-183","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151204233374,"sku":"DDLR-183","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151204266142,"sku":"DDLR-183","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151204298910,"sku":"DDLR-183","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151204331678,"sku":"DDLR-183","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151204364446,"sku":"DDLR-183","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151204397214,"sku":"DDLR-183","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151204429982,"sku":"DDLR-183","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151204462750,"sku":"DDLR-183","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_8ed96cc1-305b-4ec3-875d-c80b7d28e229.jpg?v=1784618378"},{"product_id":"white-metal-emerald-cut-moissanite-engagement-ring","title":"White Metal Emerald Cut Moissanite Three-Stone Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this emerald cut moissanite engagement ring, featuring a striking rectangular center stone accented by two pear shaped side stones. A delicate band with sparkling accent stones enhances its refined silhouette, creating exceptional brilliance from every angle. Expertly crafted with a sophisticated, luxurious aesthetic, this ring offers an ethical choice for modern romance. Available in multiple metal options. Discover a statement piece designed to make every moment unforgettable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158219862174,"sku":"DDLR-185","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158219894942,"sku":"DDLR-185","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158219927710,"sku":"DDLR-185","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158219960478,"sku":"DDLR-185","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158219993246,"sku":"DDLR-185","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158220026014,"sku":"DDLR-185","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158220058782,"sku":"DDLR-185","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158220091550,"sku":"DDLR-185","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158220124318,"sku":"DDLR-185","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158220157086,"sku":"DDLR-185","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158220189854,"sku":"DDLR-185","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158220222622,"sku":"DDLR-185","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158220255390,"sku":"DDLR-185","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158220288158,"sku":"DDLR-185","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158220320926,"sku":"DDLR-185","price":554.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151199907998,"sku":"DDLR-185","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151199940766,"sku":"DDLR-185","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151199973534,"sku":"DDLR-185","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151200006302,"sku":"DDLR-185","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151200039070,"sku":"DDLR-185","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151200071838,"sku":"DDLR-185","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151200104606,"sku":"DDLR-185","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151200137374,"sku":"DDLR-185","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151200170142,"sku":"DDLR-185","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151200202910,"sku":"DDLR-185","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151200235678,"sku":"DDLR-185","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151200268446,"sku":"DDLR-185","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151200301214,"sku":"DDLR-185","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151200333982,"sku":"DDLR-185","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151200366750,"sku":"DDLR-185","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151200399518,"sku":"DDLR-185","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151200432286,"sku":"DDLR-185","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151200465054,"sku":"DDLR-185","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151200497822,"sku":"DDLR-185","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151200530590,"sku":"DDLR-185","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151200563358,"sku":"DDLR-185","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151200596126,"sku":"DDLR-185","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151200628894,"sku":"DDLR-185","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151200661662,"sku":"DDLR-185","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151200694430,"sku":"DDLR-185","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151200727198,"sku":"DDLR-185","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151200759966,"sku":"DDLR-185","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151200792734,"sku":"DDLR-185","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151200825502,"sku":"DDLR-185","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151200858270,"sku":"DDLR-185","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151200891038,"sku":"DDLR-185","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151200923806,"sku":"DDLR-185","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151200956574,"sku":"DDLR-185","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151200989342,"sku":"DDLR-185","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151201022110,"sku":"DDLR-185","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151201054878,"sku":"DDLR-185","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151201087646,"sku":"DDLR-185","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151201120414,"sku":"DDLR-185","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151201153182,"sku":"DDLR-185","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151201185950,"sku":"DDLR-185","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151201218718,"sku":"DDLR-185","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151201251486,"sku":"DDLR-185","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151201284254,"sku":"DDLR-185","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151201317022,"sku":"DDLR-185","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151201349790,"sku":"DDLR-185","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151201382558,"sku":"DDLR-185","price":1494.64,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151201415326,"sku":"DDLR-185","price":1535.35,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151201448094,"sku":"DDLR-185","price":1576.06,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151201480862,"sku":"DDLR-185","price":1657.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151201513630,"sku":"DDLR-185","price":1820.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_200db623-1292-4deb-bc3b-215f59dc3db4.jpg?v=1784624347"},{"product_id":"rose-gold-pear-cut-moissanite-halo-engagement-ring","title":"Rose Gold Pear Cut Moissanite Halo Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e D Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold pear cut moissanite engagement ring, designed to captivate with exceptional brilliance. A sparkling halo beautifully frames the center stone, while the band features additional round accent stones that enhance its refined, luxurious appeal. Crafted with attention to detail, this elegant design offers a sophisticated statement for proposals, anniversaries, or meaningful milestones. Discover a ring that blends modern beauty with lasting style and make it yours today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218616990,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218649758,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218682526,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218715294,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218748062,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218780830,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218813598,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158218846366,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158218879134,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158218911902,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158218944670,"sku":"DDLR-186","price":333.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158218977438,"sku":"DDLR-186","price":361.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158219010206,"sku":"DDLR-186","price":390.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158219042974,"sku":"DDLR-186","price":448.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158219075742,"sku":"DDLR-186","price":563.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151196729502,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151196762270,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151196795038,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151196827806,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151196860574,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151196893342,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151196926110,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151196958878,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151196991646,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151197024414,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151197057182,"sku":"DDLR-186","price":1161.44,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151197089950,"sku":"DDLR-186","price":1195.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151197122718,"sku":"DDLR-186","price":1229.86,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151197155486,"sku":"DDLR-186","price":1298.28,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151197188254,"sku":"DDLR-186","price":1435.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151197221022,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151197253790,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151197286558,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151197319326,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151197352094,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151197384862,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151197417630,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151197450398,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151197483166,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151197515934,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151197548702,"sku":"DDLR-186","price":1452.41,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151197581470,"sku":"DDLR-186","price":1493.46,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151197614238,"sku":"DDLR-186","price":1534.52,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151197647006,"sku":"DDLR-186","price":1616.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151197679774,"sku":"DDLR-186","price":1780.83,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151197712542,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151197745310,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151197778078,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151197810846,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151197843614,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151197876382,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151197909150,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151197941918,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151197974686,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151198007454,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151198040222,"sku":"DDLR-186","price":1786.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151198072990,"sku":"DDLR-186","price":1834.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151198105758,"sku":"DDLR-186","price":1882.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151198138526,"sku":"DDLR-186","price":1978.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151198171294,"sku":"DDLR-186","price":2169.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151198204062,"sku":"DDLR-186","price":1541.0,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151198236830,"sku":"DDLR-186","price":1581.72,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151198269598,"sku":"DDLR-186","price":1622.43,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151198302366,"sku":"DDLR-186","price":1703.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151198335134,"sku":"DDLR-186","price":1866.69,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e320bf00-ec5c-46ed-b860-bea2af11f018.jpg?v=1784625561"},{"product_id":"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":"white-gold-oval-cut-moissanite-brilliant-engagement-ring","title":"White Gold Oval Cut Moissanite Engagement Ring with Pavé 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\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\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\"\u003eCelebrate timeless elegance with this white gold oval cut moissanite engagement ring, designed to capture light from every angle. The brilliant oval center stone is beautifully complemented by a refined pavé-style band, creating a sophisticated and radiant silhouette. Expertly crafted for lasting beauty, this ring offers an elegant expression of modern luxury with an ethically inspired appeal. A stunning choice for engagements, anniversaries, or meaningful milestones 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":48158214455454,"sku":"DDLR-192","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158214488222,"sku":"DDLR-192","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158214520990,"sku":"DDLR-192","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158214553758,"sku":"DDLR-192","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158214586526,"sku":"DDLR-192","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158214619294,"sku":"DDLR-192","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158214652062,"sku":"DDLR-192","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158214684830,"sku":"DDLR-192","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158214717598,"sku":"DDLR-192","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158214750366,"sku":"DDLR-192","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158214783134,"sku":"DDLR-192","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158214815902,"sku":"DDLR-192","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158214848670,"sku":"DDLR-192","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158214881438,"sku":"DDLR-192","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158214914206,"sku":"DDLR-192","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151182082206,"sku":"DDLR-192","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151182114974,"sku":"DDLR-192","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151182147742,"sku":"DDLR-192","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151182180510,"sku":"DDLR-192","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151182213278,"sku":"DDLR-192","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151182246046,"sku":"DDLR-192","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151182278814,"sku":"DDLR-192","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151182311582,"sku":"DDLR-192","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151182344350,"sku":"DDLR-192","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151182377118,"sku":"DDLR-192","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151182409886,"sku":"DDLR-192","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151182442654,"sku":"DDLR-192","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151182475422,"sku":"DDLR-192","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151182508190,"sku":"DDLR-192","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151182540958,"sku":"DDLR-192","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151182573726,"sku":"DDLR-192","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151182606494,"sku":"DDLR-192","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151182639262,"sku":"DDLR-192","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151182672030,"sku":"DDLR-192","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151182704798,"sku":"DDLR-192","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151182737566,"sku":"DDLR-192","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151182770334,"sku":"DDLR-192","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151182803102,"sku":"DDLR-192","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151182835870,"sku":"DDLR-192","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151182868638,"sku":"DDLR-192","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151182901406,"sku":"DDLR-192","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151182934174,"sku":"DDLR-192","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151182966942,"sku":"DDLR-192","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151182999710,"sku":"DDLR-192","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151183032478,"sku":"DDLR-192","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151183065246,"sku":"DDLR-192","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151183098014,"sku":"DDLR-192","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151183130782,"sku":"DDLR-192","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151183163550,"sku":"DDLR-192","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151183196318,"sku":"DDLR-192","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151183229086,"sku":"DDLR-192","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151183261854,"sku":"DDLR-192","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151183294622,"sku":"DDLR-192","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151183327390,"sku":"DDLR-192","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151183360158,"sku":"DDLR-192","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151183392926,"sku":"DDLR-192","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151183425694,"sku":"DDLR-192","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151183458462,"sku":"DDLR-192","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151183491230,"sku":"DDLR-192","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151183523998,"sku":"DDLR-192","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151183556766,"sku":"DDLR-192","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151183589534,"sku":"DDLR-192","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151183622302,"sku":"DDLR-192","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151183655070,"sku":"DDLR-192","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151183687838,"sku":"DDLR-192","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_dc17e6ec-7296-4a4a-b29c-a27b16632a05.jpg?v=1784635296"},{"product_id":"yellow-gold-oval-cut-moissanite-elegant-engagement-ring","title":"Yellow Gold Oval Moissanite Eternity Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with a stunning oval cut moissanite ring featuring a prominent center stone framed by a continuous row of matching oval stones. The warm yellow gold tone enhances the exceptional brilliance, creating a sophisticated look that shines from every angle. Expertly crafted for lasting beauty, this elegant design offers a luxurious statement while embracing modern, ethical luxury. A refined choice for engagements or meaningful occasions 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":48158213669022,"sku":"DDLR-198","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158213701790,"sku":"DDLR-198","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158213734558,"sku":"DDLR-198","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158213767326,"sku":"DDLR-198","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158213800094,"sku":"DDLR-198","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158213832862,"sku":"DDLR-198","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158213865630,"sku":"DDLR-198","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158213898398,"sku":"DDLR-198","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158213931166,"sku":"DDLR-198","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158213963934,"sku":"DDLR-198","price":554.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158213996702,"sku":"DDLR-198","price":324.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158214029470,"sku":"DDLR-198","price":353.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158214062238,"sku":"DDLR-198","price":381.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158214095006,"sku":"DDLR-198","price":439.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158214127774,"sku":"DDLR-198","price":554.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151178936478,"sku":"DDLR-198","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151178969246,"sku":"DDLR-198","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151179002014,"sku":"DDLR-198","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151179034782,"sku":"DDLR-198","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151179067550,"sku":"DDLR-198","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151179100318,"sku":"DDLR-198","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151179133086,"sku":"DDLR-198","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151179165854,"sku":"DDLR-198","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151179198622,"sku":"DDLR-198","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151179231390,"sku":"DDLR-198","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151179264158,"sku":"DDLR-198","price":1126.18,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151179296926,"sku":"DDLR-198","price":1160.39,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151179329694,"sku":"DDLR-198","price":1194.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151179362462,"sku":"DDLR-198","price":1263.03,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151179395230,"sku":"DDLR-198","price":1399.87,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151179427998,"sku":"DDLR-198","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151179460766,"sku":"DDLR-198","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151179493534,"sku":"DDLR-198","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151179526302,"sku":"DDLR-198","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151179559070,"sku":"DDLR-198","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151179591838,"sku":"DDLR-198","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151179624606,"sku":"DDLR-198","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151179657374,"sku":"DDLR-198","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151179690142,"sku":"DDLR-198","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151179722910,"sku":"DDLR-198","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151179755678,"sku":"DDLR-198","price":1408.21,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151179788446,"sku":"DDLR-198","price":1449.26,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151179821214,"sku":"DDLR-198","price":1490.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151179853982,"sku":"DDLR-198","price":1572.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151179886750,"sku":"DDLR-198","price":1736.63,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151179919518,"sku":"DDLR-198","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151179952286,"sku":"DDLR-198","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151179985054,"sku":"DDLR-198","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151180017822,"sku":"DDLR-198","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151180050590,"sku":"DDLR-198","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151180083358,"sku":"DDLR-198","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151180116126,"sku":"DDLR-198","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151180148894,"sku":"DDLR-198","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151180181662,"sku":"DDLR-198","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151180214430,"sku":"DDLR-198","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151180247198,"sku":"DDLR-198","price":1732.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151180279966,"sku":"DDLR-198","price":1779.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151180312734,"sku":"DDLR-198","price":1827.88,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151180345502,"sku":"DDLR-198","price":1923.67,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151180378270,"sku":"DDLR-198","price":2115.25,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151180411038,"sku":"DDLR-198","price":1494.64,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151180443806,"sku":"DDLR-198","price":1535.35,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151180476574,"sku":"DDLR-198","price":1576.06,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151180509342,"sku":"DDLR-198","price":1657.49,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151180542110,"sku":"DDLR-198","price":1820.33,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_5b278949-794b-4ef3-8df6-389dd33b2eae.jpg?v=1786085630"},{"product_id":"white-gold-emerald-cut-moissanite-wedding-engagement-ring-set","title":"White Gold Emerald Cut Moissanite Engagement Ring Set","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this white tone moissanite engagement ring set, featuring a striking emerald cut center stone paired with a coordinating band. Round accent stones and sleek baguette inspired details create exceptional brilliance and refined dimension from every angle. Expertly crafted for a luxurious look, this design blends modern sophistication with enduring beauty. Available in multiple metal options. Discover a statement piece designed to elevate every special 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 \/ 1.00CT","offer_id":48158212980894,"sku":"DDLR-199","price":448.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158213013662,"sku":"DDLR-199","price":477.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158213046430,"sku":"DDLR-199","price":506.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158213079198,"sku":"DDLR-199","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158213111966,"sku":"DDLR-199","price":678.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158213144734,"sku":"DDLR-199","price":448.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158213177502,"sku":"DDLR-199","price":477.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158213210270,"sku":"DDLR-199","price":506.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158213243038,"sku":"DDLR-199","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158213275806,"sku":"DDLR-199","price":678.74,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158213308574,"sku":"DDLR-199","price":448.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158213341342,"sku":"DDLR-199","price":477.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158213374110,"sku":"DDLR-199","price":506.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158213406878,"sku":"DDLR-199","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158213439646,"sku":"DDLR-199","price":678.74,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151175233694,"sku":"DDLR-199","price":1619.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151175266462,"sku":"DDLR-199","price":1654.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151175299230,"sku":"DDLR-199","price":1688.23,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151175331998,"sku":"DDLR-199","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151175364766,"sku":"DDLR-199","price":1893.49,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151175397534,"sku":"DDLR-199","price":1619.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151175430302,"sku":"DDLR-199","price":1654.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151175463070,"sku":"DDLR-199","price":1688.23,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151175495838,"sku":"DDLR-199","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151175528606,"sku":"DDLR-199","price":1893.49,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151175561374,"sku":"DDLR-199","price":1619.81,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151175594142,"sku":"DDLR-199","price":1654.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151175626910,"sku":"DDLR-199","price":1688.23,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151175659678,"sku":"DDLR-199","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151175692446,"sku":"DDLR-199","price":1893.49,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151175725214,"sku":"DDLR-199","price":2027.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151175757982,"sku":"DDLR-199","price":2068.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151175790750,"sku":"DDLR-199","price":2109.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151175823518,"sku":"DDLR-199","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151175856286,"sku":"DDLR-199","price":2355.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151175889054,"sku":"DDLR-199","price":2027.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151175921822,"sku":"DDLR-199","price":2068.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151175954590,"sku":"DDLR-199","price":2109.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151175987358,"sku":"DDLR-199","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151176020126,"sku":"DDLR-199","price":2355.48,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151176052894,"sku":"DDLR-199","price":2027.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151176085662,"sku":"DDLR-199","price":2068.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151176118430,"sku":"DDLR-199","price":2109.16,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151176151198,"sku":"DDLR-199","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151176183966,"sku":"DDLR-199","price":2355.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151176216734,"sku":"DDLR-199","price":2495.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151176249502,"sku":"DDLR-199","price":2543.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151176282270,"sku":"DDLR-199","price":2591.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151176315038,"sku":"DDLR-199","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151176347806,"sku":"DDLR-199","price":2878.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151176380574,"sku":"DDLR-199","price":2495.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151176413342,"sku":"DDLR-199","price":2543.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151176446110,"sku":"DDLR-199","price":2591.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151176478878,"sku":"DDLR-199","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151176511646,"sku":"DDLR-199","price":2878.85,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151176544414,"sku":"DDLR-199","price":2495.69,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151176577182,"sku":"DDLR-199","price":2543.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151176609950,"sku":"DDLR-199","price":2591.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151176642718,"sku":"DDLR-199","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151176675486,"sku":"DDLR-199","price":2878.85,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151176708254,"sku":"DDLR-199","price":2143.71,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151176741022,"sku":"DDLR-199","price":2184.42,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151176773790,"sku":"DDLR-199","price":2225.13,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151176806558,"sku":"DDLR-199","price":2306.55,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151176839326,"sku":"DDLR-199","price":2469.39,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_05255029-8021-43f1-9193-c237e080630d.jpg?v=1786085092"},{"product_id":"rose-gold-cushion-marquise-moissanite-halo-engagement-ring","title":"Rose Gold Cushion Moissanite Halo Engagement Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eCushion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCenter Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with a rose gold tone engagement ring featuring a striking cushion cut center stone, surrounded by a sparkling halo and accented with marquise shaped side stones. Designed to maximize brilliance from every angle, this refined piece blends classic beauty with modern sophistication. Crafted for those who appreciate luxurious style and ethical elegance, it makes a meaningful choice for engagements or special milestones. Available in multiple metal options. Discover the perfect ring to mark your unforgettable moment.\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":48158211113118,"sku":"DDLR-200","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158211145886,"sku":"DDLR-200","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158211178654,"sku":"DDLR-200","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158211211422,"sku":"DDLR-200","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158211244190,"sku":"DDLR-200","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158211276958,"sku":"DDLR-200","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158211309726,"sku":"DDLR-200","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158211342494,"sku":"DDLR-200","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158211375262,"sku":"DDLR-200","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158211408030,"sku":"DDLR-200","price":572.0,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.00CT","offer_id":48158211440798,"sku":"DDLR-200","price":342.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 1.50CT","offer_id":48158211473566,"sku":"DDLR-200","price":370.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 2.00CT","offer_id":48158211506334,"sku":"DDLR-200","price":399.58,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 3.00CT","offer_id":48158211539102,"sku":"DDLR-200","price":457.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver \/ 5.00CT","offer_id":48158211571870,"sku":"DDLR-200","price":572.0,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.00CT","offer_id":48151172317342,"sku":"DDLR-200","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 1.50CT","offer_id":48151172350110,"sku":"DDLR-200","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 2.00CT","offer_id":48151172382878,"sku":"DDLR-200","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 3.00CT","offer_id":48151172415646,"sku":"DDLR-200","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold \/ 5.00CT","offer_id":48151172448414,"sku":"DDLR-200","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.00CT","offer_id":48151172481182,"sku":"DDLR-200","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 1.50CT","offer_id":48151172513950,"sku":"DDLR-200","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 2.00CT","offer_id":48151172546718,"sku":"DDLR-200","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 3.00CT","offer_id":48151172579486,"sku":"DDLR-200","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold \/ 5.00CT","offer_id":48151172612254,"sku":"DDLR-200","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.00CT","offer_id":48151172645022,"sku":"DDLR-200","price":1196.7,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 1.50CT","offer_id":48151172677790,"sku":"DDLR-200","price":1230.91,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 2.00CT","offer_id":48151172710558,"sku":"DDLR-200","price":1265.12,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 3.00CT","offer_id":48151172743326,"sku":"DDLR-200","price":1333.54,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold \/ 5.00CT","offer_id":48151172776094,"sku":"DDLR-200","price":1470.38,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.00CT","offer_id":48151172808862,"sku":"DDLR-200","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 1.50CT","offer_id":48151172841630,"sku":"DDLR-200","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 2.00CT","offer_id":48151172874398,"sku":"DDLR-200","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 3.00CT","offer_id":48151172907166,"sku":"DDLR-200","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold \/ 5.00CT","offer_id":48151172939934,"sku":"DDLR-200","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.00CT","offer_id":48151172972702,"sku":"DDLR-200","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 1.50CT","offer_id":48151173005470,"sku":"DDLR-200","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 2.00CT","offer_id":48151173038238,"sku":"DDLR-200","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 3.00CT","offer_id":48151173071006,"sku":"DDLR-200","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold \/ 5.00CT","offer_id":48151173103774,"sku":"DDLR-200","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.00CT","offer_id":48151173136542,"sku":"DDLR-200","price":1496.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 1.50CT","offer_id":48151173169310,"sku":"DDLR-200","price":1537.67,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 2.00CT","offer_id":48151173202078,"sku":"DDLR-200","price":1578.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 3.00CT","offer_id":48151173234846,"sku":"DDLR-200","price":1660.83,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold \/ 5.00CT","offer_id":48151173267614,"sku":"DDLR-200","price":1825.04,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.00CT","offer_id":48151173300382,"sku":"DDLR-200","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 1.50CT","offer_id":48151173333150,"sku":"DDLR-200","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 2.00CT","offer_id":48151173365918,"sku":"DDLR-200","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 3.00CT","offer_id":48151173398686,"sku":"DDLR-200","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold \/ 5.00CT","offer_id":48151173431454,"sku":"DDLR-200","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.00CT","offer_id":48151173464222,"sku":"DDLR-200","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 1.50CT","offer_id":48151173496990,"sku":"DDLR-200","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 2.00CT","offer_id":48151173529758,"sku":"DDLR-200","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 3.00CT","offer_id":48151173562526,"sku":"DDLR-200","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold \/ 5.00CT","offer_id":48151173595294,"sku":"DDLR-200","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.00CT","offer_id":48151173628062,"sku":"DDLR-200","price":1841.17,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 1.50CT","offer_id":48151173660830,"sku":"DDLR-200","price":1889.07,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 2.00CT","offer_id":48151173693598,"sku":"DDLR-200","price":1936.96,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 3.00CT","offer_id":48151173726366,"sku":"DDLR-200","price":2032.75,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold \/ 5.00CT","offer_id":48151173759134,"sku":"DDLR-200","price":2224.33,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.00CT","offer_id":48151173791902,"sku":"DDLR-200","price":1587.37,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 1.50CT","offer_id":48151173824670,"sku":"DDLR-200","price":1628.08,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 2.00CT","offer_id":48151173857438,"sku":"DDLR-200","price":1668.79,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 3.00CT","offer_id":48151173890206,"sku":"DDLR-200","price":1750.21,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold \/ 5.00CT","offer_id":48151173922974,"sku":"DDLR-200","price":1913.05,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_e1a2e63f-a0a2-4075-b069-287117637581.jpg?v=1786084492"},{"product_id":"rose-gold-emerald-cut-moissanite-eternity-band-ring","title":"Rose Gold Emerald 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 stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\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 \u003c\/div\u003e\n\u003c\/div\u003e\n\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 class=\"PDq2pG_selectionAnchorContainer\" data-end=\"593\" data-start=\"79\"\u003eCelebrate timeless elegance with this rose gold moissanite eternity band featuring a continuous row of emerald cut stones that create exceptional brilliance from every angle. Its refined silhouette and modern design offer a sophisticated statement for everyday luxury or special occasions. Expertly crafted with a sleek, polished finish, this ring embodies ethical luxury and enduring style. Available in multiple metal options. Elevate your jewelry collection with this elegant eternity band.\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":48158209245342,"sku":"DDLR-207","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158209409182,"sku":"DDLR-207","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158209573022,"sku":"DDLR-207","price":417.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151164158110,"sku":"DDLR-207","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151164321950,"sku":"DDLR-207","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151164485790,"sku":"DDLR-207","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151164649630,"sku":"DDLR-207","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151164813470,"sku":"DDLR-207","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151164977310,"sku":"DDLR-207","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151165141150,"sku":"DDLR-207","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151165304990,"sku":"DDLR-207","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151165468830,"sku":"DDLR-207","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151165632670,"sku":"DDLR-207","price":1761.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_129ea14f-a30b-4cf8-b1c2-4d7693c510c4.jpg?v=1784702524"},{"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":"rose-gold-oval-cut-moissanite-eternity-band-ring","title":"Rose Gold Oval 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\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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=\"67\" data-end=\"581\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this rose gold oval moissanite eternity band, designed to showcase continuous brilliance from every angle. The row of oval-cut stones creates a refined, light-catching look that complements both everyday wear and special occasions. Expertly crafted with a sleek, luxurious finish, this ring offers a sophisticated expression of ethical luxury. Available in multiple metal options. Elevate your jewelry collection with a design made to be treasured.\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":48158206427294,"sku":"DDLR-211","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158206591134,"sku":"DDLR-211","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158206754974,"sku":"DDLR-211","price":417.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151154851998,"sku":"DDLR-211","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151155015838,"sku":"DDLR-211","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151155179678,"sku":"DDLR-211","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151155343518,"sku":"DDLR-211","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151155507358,"sku":"DDLR-211","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151155671198,"sku":"DDLR-211","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151155835038,"sku":"DDLR-211","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151155998878,"sku":"DDLR-211","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151156162718,"sku":"DDLR-211","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151156326558,"sku":"DDLR-211","price":1761.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_9f554ec7-48c0-4da3-aaf3-40ca35b1a07a.jpg?v=1784710148"},{"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-emerald-cut-moissanite-bezel-eternity-band-ring","title":"Rose Gold Emerald 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 stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\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 \u003c\/div\u003e\n\u003c\/div\u003e\n\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 data-start=\"74\" data-end=\"605\" class=\"PDq2pG_selectionAnchorContainer\"\u003eDesigned to make a lasting impression, this rose gold tone Moissanite eternity band showcases a continuous row of emerald cut stones in sleek, geometric settings. The clean lines and refined silhouette create exceptional brilliance with a modern luxury aesthetic. Crafted for timeless elegance, this ring pairs beautifully with engagement rings or makes a sophisticated statement on its own. A perfect choice for those who appreciate ethical luxury and elevated everyday style discover yours today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\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":48158202396830,"sku":"DDLR-217","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158202560670,"sku":"DDLR-217","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158202724510,"sku":"DDLR-217","price":417.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151141023902,"sku":"DDLR-217","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151141187742,"sku":"DDLR-217","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151141351582,"sku":"DDLR-217","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151141515422,"sku":"DDLR-217","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151141679262,"sku":"DDLR-217","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151141843102,"sku":"DDLR-217","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151142006942,"sku":"DDLR-217","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151142170782,"sku":"DDLR-217","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151142334622,"sku":"DDLR-217","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151142498462,"sku":"DDLR-217","price":1761.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_51664506-dc5e-422a-84d4-29fb0569fc09.jpg?v=1784718457"},{"product_id":"white-metal-oval-moissanite-eternity-band-ring","title":"White Metal Oval 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 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\"\u003eOval\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\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=\"73\" data-end=\"583\" class=\"PDq2pG_selectionAnchorContainer\"\u003eCelebrate timeless elegance with this white metal oval moissanite eternity band, designed to showcase continuous brilliance from every angle. The sleek bezel style setting creates a clean, modern silhouette while highlighting the captivating sparkle of each oval stone. Crafted with a refined luxury aesthetic, this ring is perfect for everyday sophistication, stacking, or meaningful gifting. Available in multiple metal options. Discover a statement piece that blends enduring style with ethical luxury.\u003c\/p\u003e\n\u003cp data-end=\"676\" data-start=\"607\"\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":48158199513246,"sku":"DDLR-221","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158199677086,"sku":"DDLR-221","price":417.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158199840926,"sku":"DDLR-221","price":417.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151130603678,"sku":"DDLR-221","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151130767518,"sku":"DDLR-221","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151130931358,"sku":"DDLR-221","price":1335.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151131095198,"sku":"DDLR-221","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151131259038,"sku":"DDLR-221","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151131422878,"sku":"DDLR-221","price":1667.13,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151131586718,"sku":"DDLR-221","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151131750558,"sku":"DDLR-221","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151131914398,"sku":"DDLR-221","price":2046.05,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151132078238,"sku":"DDLR-221","price":1761.51,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3d13e090-58c8-4070-83b9-b9898181525a.jpg?v=1784721989"},{"product_id":"yellow-gold-radiant-cut-moissanite-eternity-band-ring","title":"Yellow Gold Radiant Cut Moissanite Eternity Band Ring","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eRadiant \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\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 radiant cut moissanite eternity band, beautifully showcased in a polished yellow gold tone finish. The continuous row of rectangular stones creates exceptional brilliance from every angle, while the bold, modern design offers a refined statement for everyday luxury or special occasions. Expertly crafted for lasting beauty, this ring blends sophisticated style with ethical luxury. A stunning addition to any jewelry collection make it yours today.\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":48158198825118,"sku":"DDLR-222","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158198988958,"sku":"DDLR-222","price":426.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158199152798,"sku":"DDLR-222","price":426.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48151127752862,"sku":"DDLR-222","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48151127916702,"sku":"DDLR-222","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48151128080542,"sku":"DDLR-222","price":1370.9,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48151128244382,"sku":"DDLR-222","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48151128408222,"sku":"DDLR-222","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48151128572062,"sku":"DDLR-222","price":1711.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48151128735902,"sku":"DDLR-222","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48151128899742,"sku":"DDLR-222","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48151129063582,"sku":"DDLR-222","price":2100.59,"currency_code":"USD","in_stock":true},{"title":"950 Platinum \/ White Gold","offer_id":48151129227422,"sku":"DDLR-222","price":1807.87,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_38dd897d-0777-4a6d-a7fd-d621ec3703e7.jpg?v=1784723216"},{"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-emerald-moissanite-drop-earrings","title":"Rose Gold Pear \u0026 Emerald Cut Moissanite Drop Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003ePear \u0026amp; Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e5.60 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed with pear shaped and emerald cut stones, these Moissanite drop earrings showcase timeless elegance and radiant sparkle. The warm rose gold tone beautifully complements the refined multi stone silhouette, creating a sophisticated look for both everyday wear and special occasions. Expertly crafted for lasting beauty, they offer a luxurious finishing touch while embracing modern, ethical luxury. A stunning addition to any jewelry collection make them yours today.\u003cspan class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158178377886,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158178541726,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158178705566,"sku":"GER-0384","price":563.79,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156298182814,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156298346654,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156298510494,"sku":"GER-0384","price":1756.65,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156298674334,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156298838174,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156299002014,"sku":"GER-0384","price":2191.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156299165854,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156299329694,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156299493534,"sku":"GER-0384","price":2687.27,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_3_7246286e-6506-4a4c-9b45-9334897cb96c.jpg?v=1785147158"},{"product_id":"rose-gold-dangle-earrings-minimal-drop-design-with-modern-elegance","title":"White Gold Sleek Hoop Earrings – Modern Minimal Statement Design","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eStone Carat Weight:\u003c\/strong\u003e 0.80 CT\u003cbr\u003e\u003cstrong\u003eStone Setting:\u003c\/strong\u003e Prong\u003cbr\u003e\u003cstrong\u003eStone Color:\u003c\/strong\u003e D\u003cbr\u003e\u003cstrong\u003eStone Clarity:\u003c\/strong\u003e VVS1\u003cbr\u003e\u003cstrong\u003eStone Grade:\u003c\/strong\u003e Excellent\u003cbr\u003e\u003cstrong\u003eStone Type:\u003c\/strong\u003e GRA Moissanite\u003cbr\u003e\u003cstrong\u003eSide Stone Shape:\u003c\/strong\u003e Round\u003cbr\u003e\u003cstrong\u003eSide Stone Type:\u003c\/strong\u003e Moissanite\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eKey Features:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMetal Purity:\u003c\/strong\u003e 925 Sterling Silver, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003cbr\u003e\u003cstrong\u003eMetal Tone:\u003c\/strong\u003e White, Yellow, Rose\u003cbr\u003e\u003cstrong\u003eEarring Type:\u003c\/strong\u003e Hoop\u003cbr\u003e\u003cstrong\u003eBack Type:\u003c\/strong\u003e Push Back \/ Screw Back \/ Guardian Back\u003cbr\u003e\u003cstrong\u003eRhodium Finish:\u003c\/strong\u003e Yes\u003cbr\u003e\u003cstrong\u003eStamp\/Hallmark:\u003c\/strong\u003e Yes\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158175756446,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158175920286,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158176084126,"sku":"GER-0376","price":528.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156288450718,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156288614558,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156288778398,"sku":"GER-0376","price":1615.61,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156288942238,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156289106078,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156289269918,"sku":"GER-0376","price":2014.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156289433758,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156289597598,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156289761438,"sku":"GER-0376","price":2469.1,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/GER-0376-01_W-_viwe4_877c6250-46d4-4113-b8a2-4b0401b76db0.png?v=1782562585"},{"product_id":"yellow-gold-round-moissanite-drop-stud-earrings","title":"Yellow Gold Round Moissanite Drop Stud Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eRound\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e0.45 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"63\" data-end=\"601\" class=\"PDq2pG_selectionAnchorContainer\"\u003eGracefully designed with a cascading round inspired silhouette, these Moissanite drop stud earrings bring refined sparkle to every occasion. The polished yellow gold tone finish beautifully complements the brilliant stones, creating an elegant look that transitions effortlessly from day to evening. Crafted with attention to detail, this timeless design offers sophisticated style and ethical luxury for modern jewelry lovers. A stunning addition to your collection or a thoughtful gift, ready to elevate any look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158175133854,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158175297694,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158175461534,"sku":"GER-0375","price":501.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156284879006,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156285042846,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156285206686,"sku":"GER-0375","price":1509.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156285370526,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156285534366,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156285698206,"sku":"GER-0375","price":1881.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156285862046,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156286025886,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156286189726,"sku":"GER-0375","price":2305.47,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_1106e6db-d70b-4110-b8a9-44d0bd3ec025.jpg?v=1785144870"},{"product_id":"white-metal-marquise-moissanite-hoop-earrings","title":"White Metal Marquise Cut Moissanite Hoop Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Marquise\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e9 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your jewelry collection with these elegant marquise cut moissanite hoop earrings, designed to capture light from every angle. The graceful row of marquise shaped stones creates a refined silhouette that transitions effortlessly from everyday wear to special occasions. Expertly crafted with a polished white metal finish, these hoops offer timeless sophistication and ethical luxury. Available in multiple metal options. Add this radiant pair to your collection for an effortlessly luxurious look.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158174347422,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158174511262,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158174675102,"sku":"GER-0374","price":741.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156282847390,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156283011230,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156283175070,"sku":"GER-0374","price":2461.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156283338910,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156283502750,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156283666590,"sku":"GER-0374","price":3075.33,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156283830430,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156283994270,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156284158110,"sku":"GER-0374","price":3778.14,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_6_b9a58654-5995-454d-8a93-9bc1de9b140b.jpg?v=1785144403"},{"product_id":"rose-gold-round-moissanite-hoop-earrings","title":"Rose Gold Round Moissanite Hoop Earrings","description":"\u003cstyle\u003e\n        \/* Scoped completely to prevent Shopify theme conflicts *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@600;700\u0026family=Inter:wght@400;500;600\u0026display=swap');\n\n        .pv-shopify-module {\n            --accent-main: #b0ab9e;\n            --bg-page: #f8fafc;\n            --text-dark: #111827;\n            --text-muted: #6b7280;\n            --divider: #e5e7eb;\n            --info-blue: #b0ab9e;\n            \n            font-family: 'Inter', -apple-system, sans-serif;\n            background-color: var(--bg-page);\n            padding: 2rem 1rem;\n            color: var(--text-dark);\n            box-sizing: border-box;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            border-radius: 12px;\n        }\n\n        .pv-shopify-module *, .pv-shopify-module *::before, .pv-shopify-module *::after {\n            box-sizing: inherit;\n        }\n\n        \/* * ==========================================\n         * GRID STRUCTURE \u0026 ALIGNMENT\n         * ========================================== *\/\n        .pv-specs-container {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr); \/* Desktop: 3 items per row *\/\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 0;\n            max-width: 1300px;\n            width: 100%;\n            align-items: stretch;\n            margin: 0 auto;\n            gap: 3rem 0;\n        }\n\n        .pv-spec-item {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            padding: 0 1rem; \n            position: relative;\n            border-right: 1px solid var(--divider);\n        }\n\n        \/* Remove border from the last item of every row on Desktop *\/\n        .pv-spec-item:nth-child(3n) {\n            border-right: none;\n        }\n\n        .pv-spec-top {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: flex-start; \n            width: 100%;\n        }\n\n        .pv-spec-bottom {\n            margin-top: auto; \n            width: 100%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            padding-top: 1.5rem;\n        }\n\n        \/* * ==========================================\n         * TYPOGRAPHY \u0026 ELEMENTS\n         * ========================================== *\/\n        .pv-icon-wrapper {\n            height: 42px;\n            margin-bottom: 1.25rem;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.3s ease;\n        }\n\n        .pv-icon-wrapper svg {\n            height: 100%;\n            width: auto;\n            stroke: var(--accent-main);\n            stroke-width: 1.25;\n            fill: none;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .pv-spec-item:hover .pv-icon-wrapper {\n            transform: translateY(-4px);\n        }\n\n        .pv-text-top {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            margin-bottom: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            line-height: 1.3;\n            text-align: center;\n            min-height: 32px;\n            height: auto;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .pv-text-main {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-dark);\n            margin: 0; \n            text-align: center;\n            line-height: 1.5; \n        }\n\n        .pv-hr-divider {\n            width: 75%;\n            height: 1px;\n            background-color: var(--divider);\n            margin: 0 auto 0.75rem auto;\n            transition: width 0.3s ease, background-color 0.3s ease;\n        }\n\n        .pv-spec-item:hover .pv-hr-divider {\n            width: 90%;\n            background-color: var(--accent-main);\n        }\n\n        .pv-label-bottom {\n            font-size: 0.75rem;\n            color: var(--text-muted);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 0.375rem;\n            font-weight: 500;\n            white-space: nowrap; \n        }\n\n        \/* * ==========================================\n         * TOOLTIPS (INWARD-FLOWING FIX)\n         * ========================================== *\/\n        .pv-info-container {\n            position: relative;\n            display: inline-flex;\n            z-index: 10;\n        }\n\n        .pv-info-icon {\n            cursor: help;\n        }\n\n        .pv-tooltip {\n            position: absolute;\n            bottom: calc(100% + 2px); \/* Starts slightly lower for animation *\/\n            background-color: var(--accent-main);\n            color: #ffffff;\n            padding: 10px 14px;\n            border-radius: 6px;\n            font-size: 0.75rem;\n            font-weight: 400;\n            line-height: 1.5;\n            white-space: normal;\n            width: 220px; \/* Fixed width prevents weird reflows *\/\n            text-align: center;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.2s ease, bottom 0.2s ease;\n            pointer-events: none;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.15);\n            z-index: 100;\n        }\n\n        \/* Tooltip Arrow *\/\n        .pv-tooltip::after {\n            content: '';\n            position: absolute;\n            top: 100%;\n            border-width: 5px;\n            border-style: solid;\n            border-color: var(--accent-main) transparent transparent transparent;\n        }\n\n        .pv-info-container:hover {\n            z-index: 50; \n        }\n\n        .pv-info-container:hover .pv-tooltip {\n            opacity: 1;\n            visibility: visible;\n            bottom: calc(100% + 10px); \/* Rises up on hover *\/\n        }\n\n        \/* DEFAULT DESKTOP (Center Column - Items 2 \u0026 5) *\/\n        .pv-tooltip {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n        .pv-tooltip::after {\n            left: 50%;\n            transform: translateX(-50%);\n        }\n\n        \/* DESKTOP ALIGNMENT *\/\n        @media (min-width: 851px) {\n            \/* Left Column (Items 1, 4) - Flow Right *\/\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip {\n                left: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n+1) .pv-tooltip::after {\n                left: 27px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 3, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(3n) .pv-tooltip {\n                left: auto;\n                right: -20px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(3n) .pv-tooltip::after {\n                left: auto;\n                right: 27px;\n                transform: none;\n            }\n        }\n\n        \/* * ==========================================\n         * RESPONSIVE LAYOUT (Mobile Lock)\n         * ========================================== *\/\n        @media (max-width: 850px) {\n            .pv-specs-container {\n                grid-template-columns: repeat(2, 1fr); \/* 2 items per row on mobile *\/\n                gap: 2.5rem 0;\n                padding: 2rem 0;\n            }\n            .pv-spec-item {\n                padding: 0 0.5rem;\n                border-right: none; \n            }\n            \n            \/* Apply border strictly to left items (every odd item) *\/\n            .pv-spec-item:nth-child(odd) {\n                border-right: 1px solid var(--divider);\n            }\n            \/* Remove border from right items (every even item) *\/\n            .pv-spec-item:nth-child(even) {\n                border-right: none;\n            }\n            \n            .pv-text-main { font-size: 0.85rem; }\n            .pv-text-top { font-size: 0.65rem; min-height: 28px; height: auto; margin-bottom: 0.25rem;}\n            .pv-label-bottom { font-size: 0.65rem; }\n            \n            \/* MOBILE TOOLTIP ALIGNMENT *\/\n            .pv-tooltip {\n                width: 180px;\n            }\n            \n            \/* Left Column (Items 1, 3, 5) - Flow Right *\/\n            .pv-spec-item:nth-child(odd) .pv-tooltip {\n                left: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(odd) .pv-tooltip::after {\n                left: 22px;\n                transform: none;\n            }\n\n            \/* Right Column (Items 2, 4, 6) - Flow Left *\/\n            .pv-spec-item:nth-child(even) .pv-tooltip {\n                left: auto;\n                right: -15px;\n                transform: none;\n            }\n            .pv-spec-item:nth-child(even) .pv-tooltip::after {\n                left: auto;\n                right: 22px;\n                transform: none;\n            }\n        }\n\n        \/* Product Description Block *\/\n        .pv-description-container {\n            max-width: 1300px;\n            width: 100%;\n            margin-top: 2rem;\n            background: #ffffff;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(0,0,0,0.03);\n            padding: 3rem 4rem;\n            text-align: center;\n            box-sizing: border-box;\n        }\n\n        .pv-desc-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 1.75rem;\n            color: var(--text-dark);\n            margin-bottom: 1rem;\n            margin-top: 0;\n        }\n\n        .pv-desc-divider {\n            width: 60px;\n            height: 2px;\n            background-color: var(--accent-main);\n            margin: 0 auto 1.75rem auto;\n        }\n\n        .pv-desc-text {\n            color: var(--text-muted);\n            line-height: 1.8;\n            font-size: 1rem;\n            font-weight: 400;\n            margin: 0;\n            max-width: 900px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        @media (max-width: 640px) {\n            .pv-description-container { padding: 2rem 1.5rem; }\n            .pv-desc-title { font-size: 1.5rem; }\n            .pv-desc-text { font-size: 0.9rem; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pv-shopify-module\"\u003e\n\u003cdiv class=\"pv-specs-container\"\u003e\n\u003c!-- Option 1: Metal Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 4l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7v4l-4 2V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 9v4l4 2V11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M13 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 16v4l4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M17 11l6 3-4 2-6-3 4-2z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M23 14v4l-4 2v-4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 6l1-1 1 1-1 1z M20 4l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eMetal Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e925 Silver \/ Solid Gold \/ Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003ePrecious Metal\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e Round\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e1 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"63\" data-end=\"601\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your everyday style with these rose gold tone moissanite hoop earrings, featuring a graceful row of round brilliant stones along the front for exceptional sparkle. Their sleek, polished silhouette offers timeless elegance that transitions effortlessly from day to evening. Designed for those who appreciate refined craftsmanship and ethical luxury, these hoops add radiant sophistication to any jewelry collection. A beautiful choice to complement your signature look or give as a thoughtful gift.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003cp data-start=\"603\" data-end=\"661\"\u003e \u003c\/p\u003e\n\u003cp data-start=\"613\" data-end=\"680\"\u003e \u003c\/p\u003e\n\u003cp data-end=\"628\" data-start=\"568\"\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158173757598,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158173921438,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158174085278,"sku":"GER-0373","price":492.63,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156280619166,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156280783006,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156280946846,"sku":"GER-0373","price":1474.58,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156281110686,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156281274526,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156281438366,"sku":"GER-0373","price":1837.64,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156281602206,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156281766046,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156281929886,"sku":"GER-0373","price":2250.93,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_ddb6f2a5-109f-4547-a84c-e6c9463d50f2.jpg?v=1785143868"},{"product_id":"yellow-gold-emerald-cut-moissanite-tennis-bracelets","title":"Yellow Gold Emerald 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 stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003e925 Sterling Silver 0.5 micron gold plated, Solid Gold (10KT,14KT,18KT), 950 Platinum\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 2: Center Stone --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M4 9h16l-8 12L4 9z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M4 9l4-5h8l4 5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 21V9\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l4 5 4-5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 13l1-1 1 1-1 1z M3 15l1-1 1 1-1 1z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond shape\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eEmerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e9 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\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\"\u003eRefined and timeless, this yellow gold tone moissanite tennis bracelet showcases a continuous row of elegant emerald cut stones that create exceptional brilliance with every movement. Its sleek, structured silhouette and secure clasp deliver a polished look suitable for everyday luxury or special occasions. Crafted with attention to detail and designed for enduring style, this bracelet is a sophisticated addition to any jewelry collection. Elevate your look with this radiant piece 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":48158167466142,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158167498910,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158167531678,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156246179998,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156246212766,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156246245534,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156246278302,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156246311070,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156246343838,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156246376606,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156246409374,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156246442142,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_cdf1d47e-46cd-4247-bf72-b84d2bb987a0.jpg?v=1784965167"},{"product_id":"rose-gold-baguette-moissanite-tennis-bracelet","title":"Rose Gold Baguette 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\"\u003eBaguette \u003c\/div\u003e\n\u003c\/div\u003e\n\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\"\u003e3 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eRefined and timeless, this rose gold tone Moissanite tennis bracelet showcases a continuous row of elegant baguette cut stones that create exceptional brilliance with every movement. Its sleek, modern silhouette and clean geometric design make it an effortless choice for both everyday sophistication and special occasions. Crafted with a focus on luxury-inspired style and ethical elegance, this bracelet is designed to elevate any jewelry collection. Discover a radiant piece made to shine beautifully 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":48158167302302,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158167335070,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158167367838,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156245655710,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156245688478,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156245721246,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156245754014,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156245786782,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156245819550,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156245852318,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156245885086,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156245917854,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_cf3f059e-e150-42f7-a536-2d8ac30a9627.jpg?v=1784964913"},{"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":"yellow-gold-emerald-cut-moissanite-tennis-bracelet","title":"Yellow Gold Emerald 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 Emerald\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAvailable shapes: Round, Oval, Cushion, Emerald, Princess, Pear, Marquise, Radiant, Asscher, and Heart.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 3: Center Stone Weight (NEW) --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \n                        \u003cpath d=\"M3 21h18\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 21v-2h12v2\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 19v-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 16h8\"\u003e\u003c\/path\u003e\n                        \n                        \u003cpath d=\"M8 11h8l-4 5-4-5z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 11l2-3h4l2 3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 8l2 3 2-3\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 16v-5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eTotal Diamond Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e9 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"5\" x2=\"16\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"12\" x2=\"16\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"19\" y1=\"19\" x2=\"16\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"22\" x2=\"12\" y2=\"18\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"19\" x2=\"8\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"2\" y1=\"12\" x2=\"8\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"5\" y1=\"5\" x2=\"8\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eGRA Moissanite\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Type\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eCertified GRA Moissanite gemstone\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 6: Hallmarked --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M12 3v15\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7h12\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 7l-3 8h6l-3-8z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M10 21v-3h4v3\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eCertification\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003e100% Hallmarked\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eAuthenticity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg class=\"pv-info-icon\" width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"var(--info-blue)\" stroke=\"none\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"11\" stroke=\"#ffffff\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"1.5\" fill=\"#ffffff\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eAll jewelry is officially hallmarked for purity and authenticity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Product Description Section --\u003e\n\u003cdiv class=\"pv-description-container\"\u003e\n\u003ch2 class=\"pv-desc-title\"\u003eExquisite Craftsmanship\u003c\/h2\u003e\n\u003cdiv class=\"pv-desc-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cp data-start=\"73\" data-end=\"644\" class=\"PDq2pG_selectionAnchorContainer\"\u003eElevate your jewelry collection with this elegant emerald cut moissanite tennis bracelet, designed to showcase exceptional brilliance in a sleek, geometric silhouette. The polished yellow gold tone setting creates a refined, contemporary look that transitions effortlessly from everyday sophistication to special occasions. Crafted with attention to detail and timeless style, this bracelet offers luxurious sparkle with an ethical touch. A stunning addition to your collection or a meaningful gift, it's ready to complement any occasion.\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":48158166974622,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158167007390,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158167040158,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156243951774,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156243984542,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156244017310,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156244050078,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156244082846,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156244115614,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156244148382,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156244181150,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156244213918,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_a252dc2e-c467-471c-be59-a6d54c962364.jpg?v=1784960608"},{"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-gold-princess-cut-moissanite-tennis-bracelet-bold-square-stone-brilliance","title":"Rose Gold Princess-Cut Moissanite Tennis Bracelet – Sleek Square Stone Elegance","description":"\u003cp\u003e\u003cstrong\u003eDiamond Details:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStone Shape:\u003c\/strong\u003e Princess\u003cbr\u003e\u003cstrong\u003eStone Total Carat Weight:\u003c\/strong\u003e 6.08 CT \u003cbr\u003e\u003cstrong\u003eStone Size: \u003c\/strong\u003e0.08 CT (2.80 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 Open Box\u003cbr\u003e\u003c\/p\u003e","brand":"Neor Luxe","offers":[{"title":"925 Silver \/ 18K White Gold Plated | 925 Silver","offer_id":48158158258334,"sku":"56-CAD-01","price":1451.02,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158158291102,"sku":"56-CAD-01","price":1451.02,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158158323870,"sku":"56-CAD-01","price":1451.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156242411678,"sku":"56-CAD-01","price":4782.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156242444446,"sku":"56-CAD-01","price":4782.66,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156242477214,"sku":"56-CAD-01","price":4782.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156242509982,"sku":"56-CAD-01","price":5973.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156242542750,"sku":"56-CAD-01","price":5973.62,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156242575518,"sku":"56-CAD-01","price":5973.62,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156242608286,"sku":"56-CAD-01","price":7337.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156242641054,"sku":"56-CAD-01","price":7337.38,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156242673822,"sku":"56-CAD-01","price":7337.38,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/56-CAD-01_R-_viwe4_07765fa8-d8db-4191-abd8-b93e29df5be9.png?v=1782567842"},{"product_id":"rose-gold-princess-cut-moissanite-tennis-bracelet","title":"Rose Gold 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\"\u003ePrincess\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eStone Shape\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg 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\"\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 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 rose gold tone moissanite tennis bracelet, showcasing a continuous row of princess cut stones for exceptional brilliance. Its clean, modern silhouette and refined craftsmanship create a timeless look that complements both everyday style and special occasions. Available in multiple metal options, this luxurious design offers sophisticated sparkle with an ethical touch. Add this radiant bracelet to your collection 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":48158157799582,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158157832350,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158157865118,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156241395870,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156241428638,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156241461406,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156241494174,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156241526942,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156241559710,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156241592478,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156241625246,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156241658014,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_edee05ab-6a4b-4c03-a11c-7f5bdf8deead.jpg?v=1784964045"},{"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-oval-cut-moissanite-tennis-bracelet","title":"Yellow Gold Oval 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 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\"\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\"\u003eDesigned to capture timeless elegance, this tennis bracelet features a continuous row of oval cut moissanite stones that create exceptional sparkle from every angle. The warm yellow gold tone finish enhances its refined, luxurious appeal, making it a versatile choice for everyday wear or special occasions. Available in multiple metal options. Crafted for those who appreciate sophisticated style and ethical luxury, it's a beautiful addition to any jewelry collection. 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":48158154588318,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Yellow Gold Plated | 925 Silver","offer_id":48158154621086,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18K Rose Gold Plated | 925 Silver","offer_id":48158154653854,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"10KT \/ White Gold","offer_id":48156235366558,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Yellow Gold","offer_id":48156235399326,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ Rose gold","offer_id":48156235432094,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"14KT \/ White Gold","offer_id":48156235464862,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Yellow Gold","offer_id":48156235497630,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ Rose gold","offer_id":48156235530398,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"18KT \/ White Gold","offer_id":48156235563166,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Yellow Gold","offer_id":48156235595934,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ Rose gold","offer_id":48156235628702,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0754\/2764\/3550\/files\/metalonyx_shot_1_8e9e5595-2762-4a0d-b2a8-4960f4b24794.jpg?v=1784961191"},{"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"}],"url":"https:\/\/www.neorluxe.com\/collections\/2000-above.oembed?page=3","provider":"Neor Luxe","version":"1.0","type":"link"}