{"title":"Bracelets","description":"\u003cp\u003eExplore tennis bracelets and modern classics designed for everyday luxury.\u003c\/p\u003e","products":[{"product_id":"yellow-gold-round-moissanite-premium-tennis-bracelets","title":"Yellow Gold Round 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\"\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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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\"\u003eTimeless and refined, this yellow gold tone gemstone tennis bracelet showcases a continuous row of round brilliant stones that create exceptional sparkle from every angle. Its sleek, elegant silhouette pairs effortlessly with both everyday and formal looks, while the secure clasp enhances confidence and comfort. Crafted with a focus on premium style and enduring beauty, this bracelet is a sophisticated addition to any jewelry collection. Elevate your look with this luxurious piece today.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53877481144683,"sku":"FBR0029-4","price":1313.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877481177451,"sku":"FBR0029-4-LD","price":1313.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53877481210219,"sku":"FBR0029-4","price":1313.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53877481242987,"sku":"FBR0029-4-LD","price":1313.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53877481275755,"sku":"FBR0029-4","price":1313.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877481308523,"sku":"FBR0029-4-LD","price":1313.68,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53877481341291,"sku":"FBR0029-4","price":4410.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877481374059,"sku":"FBR0029-4-LD","price":4410.42,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877481406827,"sku":"FBR0029-4","price":4410.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877481439595,"sku":"FBR0029-4-LD","price":4410.42,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53877481472363,"sku":"FBR0029-4","price":4410.42,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877481505131,"sku":"FBR0029-4-LD","price":4410.42,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53877481537899,"sku":"FBR0029-4","price":5510.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877481570667,"sku":"FBR0029-4-LD","price":5510.92,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877481603435,"sku":"FBR0029-4","price":5510.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877481636203,"sku":"FBR0029-4-LD","price":5510.92,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53877481668971,"sku":"FBR0029-4","price":5510.92,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877481701739,"sku":"FBR0029-4-LD","price":5510.92,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53877481734507,"sku":"FBR0029-4","price":6772.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877481767275,"sku":"FBR0029-4-LD","price":6772.4,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877481800043,"sku":"FBR0029-4","price":6772.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877481832811,"sku":"FBR0029-4-LD","price":6772.4,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53877481865579,"sku":"FBR0029-4","price":6772.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877481898347,"sku":"FBR0029-4-LD","price":6772.4,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_145c27ec-fc69-4c39-bd0a-b31bf3bab028.jpg?v=1789760455"},{"product_id":"white-gold-round-cut-moissanite-tennis-bracelets","title":"White Gold Round 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\"\u003e2 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eD Colour \/ VVS1\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eColour \u0026amp; Clarity\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eD Colour (Colorless) and VVS1 Clarity (Very, Very Slightly Included)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 5: Stone Type --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpath d=\"M3 10l9 11 9-11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M3 10h18l-3-6H6l-3 6z\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 4l2 6 2-6 2 6 2-6\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 10v11\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M7 10l5 11M17 10l-5 11\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eDiamond Type\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 jewelry collection with this elegant white toned gemstone tennis bracelet, featuring a continuous row of brilliant round stones that create timeless sparkle from every angle. Its refined silhouette and secure clasp offer a sophisticated look suitable for everyday luxury and special occasions alike. Expertly crafted with a focus on lasting beauty and modern elegance, this bracelet is a radiant addition to any wardrobe. Discover effortless luxury and make it yours today.\u003cspan aria-hidden=\"true\" class=\"PDq2pG_selectionAnchor\"\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53877481963883,"sku":"BR1","price":1004.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877481996651,"sku":"BR1-LD","price":1004.42,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53877482029419,"sku":"BR1","price":1004.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53877482062187,"sku":"BR1-LD","price":1004.42,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53877482094955,"sku":"BR1","price":1004.42,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877482127723,"sku":"BR1-LD","price":1004.42,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53877482160491,"sku":"BR1","price":3662.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877482193259,"sku":"BR1-LD","price":3662.72,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877482226027,"sku":"BR1","price":3662.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877482258795,"sku":"BR1-LD","price":3662.72,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53877482291563,"sku":"BR1","price":3662.72,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877482324331,"sku":"BR1-LD","price":3662.72,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53877482357099,"sku":"BR1","price":4584.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877482389867,"sku":"BR1-LD","price":4584.55,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877482422635,"sku":"BR1","price":4584.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877482455403,"sku":"BR1-LD","price":4584.55,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53877482488171,"sku":"BR1","price":4584.55,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877482520939,"sku":"BR1-LD","price":4584.55,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53877482553707,"sku":"BR1","price":5645.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877482586475,"sku":"BR1-LD","price":5645.91,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877482619243,"sku":"BR1","price":5645.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877482652011,"sku":"BR1-LD","price":5645.91,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53877482684779,"sku":"BR1","price":5645.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877482717547,"sku":"BR1-LD","price":5645.91,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_b454dc91-bccf-473c-acf5-39ade2422307.jpg?v=1789760457"},{"product_id":"white-metal-round-cut-moissanite-tennis-bracelet","title":"White Metal Round 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\"\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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 round gemstone tennis bracelet, featuring a flowing wave inspired design that beautifully showcases each sparkling stone. The polished white metal finish enhances its timeless appeal, while the secure clasp offers a refined finishing touch. Crafted for those who appreciate exceptional brilliance and modern luxury, this bracelet complements both special occasions and everyday 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53877482750315,"sku":"GLBR-0003","price":1130.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877482783083,"sku":"GLBR-0003-LD","price":1130.32,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53877482815851,"sku":"GLBR-0003","price":1130.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53877482848619,"sku":"GLBR-0003-LD","price":1130.32,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53877482881387,"sku":"GLBR-0003","price":1130.32,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877482914155,"sku":"GLBR-0003-LD","price":1130.32,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53877482946923,"sku":"GLBR-0003","price":4002.36,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877482979691,"sku":"GLBR-0003-LD","price":4002.36,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877483012459,"sku":"GLBR-0003","price":4002.36,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877483045227,"sku":"GLBR-0003-LD","price":4002.36,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53877483077995,"sku":"GLBR-0003","price":4002.36,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877483110763,"sku":"GLBR-0003-LD","price":4002.36,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53877483143531,"sku":"GLBR-0003","price":5006.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877483176299,"sku":"GLBR-0003-LD","price":5006.68,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877483209067,"sku":"GLBR-0003","price":5006.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877483241835,"sku":"GLBR-0003-LD","price":5006.68,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53877483274603,"sku":"GLBR-0003","price":5006.68,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877483307371,"sku":"GLBR-0003-LD","price":5006.68,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53877483340139,"sku":"GLBR-0003","price":6161.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877483372907,"sku":"GLBR-0003-LD","price":6161.26,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877483405675,"sku":"GLBR-0003","price":6161.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877483438443,"sku":"GLBR-0003-LD","price":6161.26,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53877483471211,"sku":"GLBR-0003","price":6161.26,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877483503979,"sku":"GLBR-0003-LD","price":6161.26,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_c2d67969-26eb-4edc-beb4-db99bc3d4f92.jpg?v=1789760459"},{"product_id":"rose-gold-round-moissanite-tennis-bracelets","title":"Rose Gold Round 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\"\u003e7 Carat\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-spec-bottom\"\u003e\n\u003cdiv class=\"pv-hr-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-label-bottom\"\u003eCenter Stone Weight\n\u003cdiv class=\"pv-info-container\"\u003e\n\u003csvg stroke=\"none\" fill=\"var(--info-blue)\" viewbox=\"0 0 24 24\" height=\"14\" width=\"14\" class=\"pv-info-icon\"\u003e\n                            \u003ccircle r=\"12\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cline stroke-width=\"2.5\" stroke=\"#ffffff\" y2=\"11\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"#ffffff\" r=\"1.5\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n\u003cdiv class=\"pv-tooltip\"\u003eFeatures a brilliant 2 Carat center stone.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Option 4: Colour \u0026 Clarity --\u003e\n\u003cdiv class=\"pv-spec-item\"\u003e\n\u003cdiv class=\"pv-spec-top\"\u003e\n\u003cdiv class=\"pv-icon-wrapper\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\n                        \u003cpolygon points=\"12,2 19,5 22,12 19,19 12,22 5,19 2,12 5,5\"\u003e\u003c\/polygon\u003e\n                        \u003cpolygon points=\"12,6 16,9 16,15 12,18 8,15 8,9\"\u003e\u003c\/polygon\u003e\n                        \u003cline y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"16\" y1=\"5\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"22\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"16\" y1=\"19\" x1=\"19\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"18\" x2=\"12\" y1=\"22\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"15\" x2=\"8\" y1=\"19\" x1=\"5\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"12\" x2=\"8\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline y2=\"9\" x2=\"8\" y1=\"5\" x1=\"5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-text-top\"\u003eQuality Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-text-main\"\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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 every look with this rose gold tone gemstone 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, elegant appearance suited for both everyday wear and special occasions. Crafted with a focus on luxurious style and lasting beauty, this bracelet is a sophisticated addition to any jewelry collection. 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53877483536747,"sku":"FBR0407","price":1428.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877483569515,"sku":"FBR0407-LD","price":1428.63,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53877483602283,"sku":"FBR0407","price":1428.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53877483635051,"sku":"FBR0407-LD","price":1428.63,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53877483667819,"sku":"FBR0407","price":1428.63,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53877483700587,"sku":"FBR0407-LD","price":1428.63,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53877483733355,"sku":"FBR0407","price":4547.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877483766123,"sku":"FBR0407-LD","price":4547.26,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877483798891,"sku":"FBR0407","price":4547.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877483831659,"sku":"FBR0407-LD","price":4547.26,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53877483864427,"sku":"FBR0407","price":4547.26,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877483897195,"sku":"FBR0407-LD","price":4547.26,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53877483929963,"sku":"FBR0407","price":5675.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877483962731,"sku":"FBR0407-LD","price":5675.13,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877483995499,"sku":"FBR0407","price":5675.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877484028267,"sku":"FBR0407-LD","price":5675.13,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53877484061035,"sku":"FBR0407","price":5675.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877484093803,"sku":"FBR0407-LD","price":5675.13,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53877484126571,"sku":"FBR0407","price":6963.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53877484159339,"sku":"FBR0407-LD","price":6963.98,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53877484192107,"sku":"FBR0407","price":6963.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53877484224875,"sku":"FBR0407-LD","price":6963.98,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53877484257643,"sku":"FBR0407","price":6963.98,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53877484290411,"sku":"FBR0407-LD","price":6963.98,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_d6a3acce-bae9-4b5b-b94f-c8dc76fee003.jpg?v=1789760461"},{"product_id":"white-round-moissanite-bracelet","title":"White Metal Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878309159275,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878309192043,"sku":"AK50101-01-LD","price":1141.26,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878309224811,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878309257579,"sku":"AK50101-01-LD","price":1141.26,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878309290347,"sku":"AK50101-01","price":1141.26,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878309323115,"sku":"AK50101-01-LD","price":1141.26,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878309355883,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878309388651,"sku":"AK50101-01-LD","price":4205.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878309421419,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878309454187,"sku":"AK50101-01-LD","price":4205.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878309486955,"sku":"AK50101-01","price":4205.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878309519723,"sku":"AK50101-01-LD","price":4205.16,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878309552491,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878309585259,"sku":"AK50101-01-LD","price":5264.6,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878309618027,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878309650795,"sku":"AK50101-01-LD","price":5264.6,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878309683563,"sku":"AK50101-01","price":5264.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878309716331,"sku":"AK50101-01-LD","price":5264.6,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878309749099,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878309781867,"sku":"AK50101-01-LD","price":6485.03,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878309814635,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878309847403,"sku":"AK50101-01-LD","price":6485.03,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878309880171,"sku":"AK50101-01","price":6485.03,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878309912939,"sku":"AK50101-01-LD","price":6485.03,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_001d05b8-6c4b-468e-a35f-ecce593411a5.jpg?v=1789761232"},{"product_id":"rose-gold-mixed-shape-moissanite-tennis-bracelet","title":"Rose Gold Mixed Shape 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878309945707,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878309978475,"sku":"DP0028-01-LD","price":1669.47,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878310011243,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878310044011,"sku":"DP0028-01-LD","price":1669.47,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878310076779,"sku":"DP0028-01","price":1669.47,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878310109547,"sku":"DP0028-01-LD","price":1669.47,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878310142315,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878310175083,"sku":"DP0028-01-LD","price":5023.75,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878310207851,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878310240619,"sku":"DP0028-01-LD","price":5023.75,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878310273387,"sku":"DP0028-01","price":5023.75,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878310306155,"sku":"DP0028-01-LD","price":5023.75,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878310338923,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878310371691,"sku":"DP0028-01-LD","price":6261.47,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878310404459,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878310437227,"sku":"DP0028-01-LD","price":6261.47,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878310469995,"sku":"DP0028-01","price":6261.47,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878310502763,"sku":"DP0028-01-LD","price":6261.47,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878310535531,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878310568299,"sku":"DP0028-01-LD","price":7670.91,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878310601067,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878310633835,"sku":"DP0028-01-LD","price":7670.91,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878310666603,"sku":"DP0028-01","price":7670.91,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878310699371,"sku":"DP0028-01-LD","price":7670.91,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_4c3f8140-fca0-4dda-a15f-7a6078a06a83.jpg?v=1789761234"},{"product_id":"yellow-gold-round-moissanite-tennis-bracelet","title":"Yellow Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878310732139,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878310764907,"sku":"FBR0029-LD","price":1761.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878310797675,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878310830443,"sku":"FBR0029-LD","price":1761.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878310863211,"sku":"FBR0029","price":1761.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878310895979,"sku":"FBR0029-LD","price":1761.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878310928747,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878310961515,"sku":"FBR0029-LD","price":5227.78,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878310994283,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878311027051,"sku":"FBR0029-LD","price":5227.78,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878311059819,"sku":"FBR0029","price":5227.78,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878311092587,"sku":"FBR0029-LD","price":5227.78,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878311125355,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878311158123,"sku":"FBR0029-LD","price":6513.59,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878311190891,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878311223659,"sku":"FBR0029-LD","price":6513.59,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878311256427,"sku":"FBR0029","price":6513.59,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878311289195,"sku":"FBR0029-LD","price":6513.59,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878311321963,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878311354731,"sku":"FBR0029-LD","price":7976.48,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878311387499,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878311420267,"sku":"FBR0029-LD","price":7976.48,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878311453035,"sku":"FBR0029","price":7976.48,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878311485803,"sku":"FBR0029-LD","price":7976.48,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_e258f281-6f27-4d6b-ae85-e26d7c7ce4b3.jpg?v=1789761236"},{"product_id":"white-gold-round-cut-moissanite-tennis-bracelet","title":"White Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878311518571,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878311551339,"sku":"FBR0095-LD","price":2610.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878311584107,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878311616875,"sku":"FBR0095-LD","price":2610.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878311649643,"sku":"FBR0095","price":2610.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878311682411,"sku":"FBR0095-LD","price":2610.95,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878311715179,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878311747947,"sku":"FBR0095-LD","price":6524.08,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878311780715,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878311813483,"sku":"FBR0095-LD","price":6524.08,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878311846251,"sku":"FBR0095","price":6524.08,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878311879019,"sku":"FBR0095-LD","price":6524.08,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878311911787,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878311944555,"sku":"FBR0095-LD","price":8091.0,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878311977323,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878312010091,"sku":"FBR0095-LD","price":8091.0,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878312042859,"sku":"FBR0095","price":8091.0,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878312075627,"sku":"FBR0095-LD","price":8091.0,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878312108395,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878312141163,"sku":"FBR0095-LD","price":9851.09,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878312173931,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878312206699,"sku":"FBR0095-LD","price":9851.09,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878312239467,"sku":"FBR0095","price":9851.09,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878312272235,"sku":"FBR0095-LD","price":9851.09,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_3935e1d9-d204-4d8c-8cc7-44c93144ee01.jpg?v=1789761238"},{"product_id":"yellow-gold-round-moissanite-half-tennis-bracelet","title":"Yellow Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878312305003,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878312337771,"sku":"FBR0095-2.5-LD","price":1278.11,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878312370539,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878312403307,"sku":"FBR0095-2.5-LD","price":1278.11,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878312436075,"sku":"FBR0095-2.5","price":1278.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878312468843,"sku":"FBR0095-2.5-LD","price":1278.11,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878312501611,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878312534379,"sku":"FBR0095-2.5-LD","price":4747.6,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878312567147,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878312599915,"sku":"FBR0095-2.5-LD","price":4747.6,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878312632683,"sku":"FBR0095-2.5","price":4747.6,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878312665451,"sku":"FBR0095-2.5-LD","price":4747.6,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878312698219,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878312730987,"sku":"FBR0095-2.5-LD","price":5944.66,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878312763755,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878312796523,"sku":"FBR0095-2.5-LD","price":5944.66,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878312829291,"sku":"FBR0095-2.5","price":5944.66,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878312862059,"sku":"FBR0095-2.5-LD","price":5944.66,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878312894827,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878312927595,"sku":"FBR0095-2.5-LD","price":7324.16,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878312960363,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878312993131,"sku":"FBR0095-2.5-LD","price":7324.16,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878313025899,"sku":"FBR0095-2.5","price":7324.16,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878313058667,"sku":"FBR0095-2.5-LD","price":7324.16,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_3ee0a0ef-4b3c-4787-aa3f-049e0719fede.jpg?v=1789761239"},{"product_id":"rose-gold-round-moissanite-tennis-bracelet","title":"Rose Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878313091435,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878313124203,"sku":"FBR0137-LD","price":1425.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878313156971,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878313189739,"sku":"FBR0137-LD","price":1425.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878313222507,"sku":"FBR0137","price":1425.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878313255275,"sku":"FBR0137-LD","price":1425.89,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878313288043,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878313320811,"sku":"FBR0137-LD","price":4695.82,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878313353579,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878313386347,"sku":"FBR0137-LD","price":4695.82,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878313419115,"sku":"FBR0137","price":4695.82,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878313451883,"sku":"FBR0137-LD","price":4695.82,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878313484651,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878313517419,"sku":"FBR0137-LD","price":5865.05,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878313550187,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878313582955,"sku":"FBR0137-LD","price":5865.05,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878313615723,"sku":"FBR0137","price":5865.05,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878313648491,"sku":"FBR0137-LD","price":5865.05,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878313681259,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878313714027,"sku":"FBR0137-LD","price":7203.84,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878313746795,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878313779563,"sku":"FBR0137-LD","price":7203.84,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878313812331,"sku":"FBR0137","price":7203.84,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878313845099,"sku":"FBR0137-LD","price":7203.84,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_05ee6732-84e7-4c95-a980-c6f422ed92dc.jpg?v=1789761241"},{"product_id":"white-metal-round-moissanite-tennis-bracelet","title":"White Metal Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878313877867,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878313910635,"sku":"FBR0138-LD","price":1644.84,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878313943403,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878313976171,"sku":"FBR0138-LD","price":1644.84,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878314008939,"sku":"FBR0138","price":1644.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878314041707,"sku":"FBR0138-LD","price":1644.84,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878314074475,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878314107243,"sku":"FBR0138-LD","price":5563.73,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878314140011,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878314172779,"sku":"FBR0138-LD","price":5563.73,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878314205547,"sku":"FBR0138","price":5563.73,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878314238315,"sku":"FBR0138-LD","price":5563.73,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878314271083,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878314303851,"sku":"FBR0138-LD","price":6953.13,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878314336619,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878314369387,"sku":"FBR0138-LD","price":6953.13,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878314402155,"sku":"FBR0138","price":6953.13,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878314434923,"sku":"FBR0138-LD","price":6953.13,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878314467691,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878314500459,"sku":"FBR0138-LD","price":8546.45,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878314533227,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878314565995,"sku":"FBR0138-LD","price":8546.45,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878314598763,"sku":"FBR0138","price":8546.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878314631531,"sku":"FBR0138-LD","price":8546.45,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_18af5a06-5574-41fc-8c9d-19ecb3070f7d.jpg?v=1789761243"},{"product_id":"yellow-gold-round-moissanite-tennis-bracelets","title":"Yellow Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878314959211,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878314991979,"sku":"FBR0263-LD","price":1466.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878315024747,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878315057515,"sku":"FBR0263-LD","price":1466.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878315090283,"sku":"FBR0263","price":1466.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878315123051,"sku":"FBR0263-LD","price":1466.95,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878315155819,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878315188587,"sku":"FBR0263-LD","price":4858.55,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878315221355,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878315254123,"sku":"FBR0263-LD","price":4858.55,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878315286891,"sku":"FBR0263","price":4858.55,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878315319659,"sku":"FBR0263-LD","price":4858.55,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878315352427,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878315385195,"sku":"FBR0263-LD","price":6069.06,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878315417963,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878315450731,"sku":"FBR0263-LD","price":6069.06,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878315483499,"sku":"FBR0263","price":6069.06,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878315516267,"sku":"FBR0263-LD","price":6069.06,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878315549035,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878315581803,"sku":"FBR0263-LD","price":7455.58,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878315614571,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878315647339,"sku":"FBR0263-LD","price":7455.58,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878315680107,"sku":"FBR0263","price":7455.58,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878315712875,"sku":"FBR0263-LD","price":7455.58,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_79948250-279d-49d4-bea9-49f7bbac3b56.jpg?v=1789761245"},{"product_id":"yellow-gold-oval-cut-moissanite-tennis-bracelet","title":"Yellow Gold Oval Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878315778411,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878315811179,"sku":"GLBR-0007-LD","price":1774.84,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878315843947,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878315876715,"sku":"GLBR-0007-LD","price":1774.84,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878315909483,"sku":"GLBR-0007","price":1774.84,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878315942251,"sku":"GLBR-0007-LD","price":1774.84,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878315975019,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878316007787,"sku":"GLBR-0007-LD","price":5282.02,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878316040555,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878316073323,"sku":"GLBR-0007-LD","price":5282.02,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878316106091,"sku":"GLBR-0007","price":5282.02,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878316138859,"sku":"GLBR-0007-LD","price":5282.02,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878316171627,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878316204395,"sku":"GLBR-0007-LD","price":6581.6,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878316237163,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878316269931,"sku":"GLBR-0007-LD","price":6581.6,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878316302699,"sku":"GLBR-0007","price":6581.6,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878316335467,"sku":"GLBR-0007-LD","price":6581.6,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878316368235,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878316401003,"sku":"GLBR-0007-LD","price":8060.4,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878316433771,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878316466539,"sku":"GLBR-0007-LD","price":8060.4,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878316499307,"sku":"GLBR-0007","price":8060.4,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878316532075,"sku":"GLBR-0007-LD","price":8060.4,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_8e9e5595-2762-4a0d-b2a8-4960f4b24794.jpg?v=1789761247"},{"product_id":"rose-gold-round-moissanite-station-bracelet","title":"Rose Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878316564843,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878316597611,"sku":"GLBR-0008-LD","price":878.53,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878316630379,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878316663147,"sku":"GLBR-0008-LD","price":878.53,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878316695915,"sku":"GLBR-0008","price":878.53,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878316728683,"sku":"GLBR-0008-LD","price":878.53,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878316761451,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878316794219,"sku":"GLBR-0008-LD","price":3323.07,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878316826987,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878316859755,"sku":"GLBR-0008-LD","price":3323.07,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878316892523,"sku":"GLBR-0008","price":3323.07,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878316925291,"sku":"GLBR-0008-LD","price":3323.07,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878316958059,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878316990827,"sku":"GLBR-0008-LD","price":4162.42,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878317023595,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878317056363,"sku":"GLBR-0008-LD","price":4162.42,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878317089131,"sku":"GLBR-0008","price":4162.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878317121899,"sku":"GLBR-0008-LD","price":4162.42,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878317154667,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878317187435,"sku":"GLBR-0008-LD","price":5130.55,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878317220203,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878317252971,"sku":"GLBR-0008-LD","price":5130.55,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878317285739,"sku":"GLBR-0008","price":5130.55,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878317318507,"sku":"GLBR-0008-LD","price":5130.55,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_2_414c9c0d-daa4-4942-870f-1a033da27449.jpg?v=1789761248"},{"product_id":"rose-gold-round-moissanite-brilliance-tennis-bracelet","title":"Rose Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878317351275,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878317384043,"sku":"GLBR-0012-LD","price":1269.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878317416811,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878317449579,"sku":"GLBR-0012-LD","price":1269.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878317482347,"sku":"GLBR-0012","price":1269.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878317515115,"sku":"GLBR-0012-LD","price":1269.89,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878317547883,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878317580651,"sku":"GLBR-0012-LD","price":4396.24,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878317613419,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878317646187,"sku":"GLBR-0012-LD","price":4396.24,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878317678955,"sku":"GLBR-0012","price":4396.24,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878317711723,"sku":"GLBR-0012-LD","price":4396.24,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878317744491,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878317777259,"sku":"GLBR-0012-LD","price":5496.82,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878317810027,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878317842795,"sku":"GLBR-0012-LD","price":5496.82,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878317875563,"sku":"GLBR-0012","price":5496.82,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878317908331,"sku":"GLBR-0012-LD","price":5496.82,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878317941099,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878317973867,"sku":"GLBR-0012-LD","price":6760.53,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878318006635,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878318039403,"sku":"GLBR-0012-LD","price":6760.53,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878318072171,"sku":"GLBR-0012","price":6760.53,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878318104939,"sku":"GLBR-0012-LD","price":6760.53,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_1fe0ddda-8fd2-42b6-a72f-27ccdd8fdf15.jpg?v=1789761250"},{"product_id":"white-round-princess-moissanite-tennis-bracelet","title":"White Metal Round \u0026 Princess Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878318924139,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878318956907,"sku":"GLBR-0014-LD","price":1521.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878318989675,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878319022443,"sku":"GLBR-0014-LD","price":1521.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878319055211,"sku":"GLBR-0014","price":1521.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878319087979,"sku":"GLBR-0014-LD","price":1521.68,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878319120747,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878319153515,"sku":"GLBR-0014-LD","price":5075.53,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878319186283,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878319219051,"sku":"GLBR-0014-LD","price":5075.53,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878319251819,"sku":"GLBR-0014","price":5075.53,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878319284587,"sku":"GLBR-0014-LD","price":5075.53,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878319317355,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878319350123,"sku":"GLBR-0014-LD","price":6341.08,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878319382891,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878319415659,"sku":"GLBR-0014-LD","price":6341.08,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878319448427,"sku":"GLBR-0014","price":6341.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878319481195,"sku":"GLBR-0014-LD","price":6341.08,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878319513963,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878319546731,"sku":"GLBR-0014-LD","price":7791.23,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878319579499,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878319612267,"sku":"GLBR-0014-LD","price":7791.23,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878319645035,"sku":"GLBR-0014","price":7791.23,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878319677803,"sku":"GLBR-0014-LD","price":7791.23,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_b30af60a-de25-4b85-98d3-dabb45442e8a.jpg?v=1789761253"},{"product_id":"yellow-gold-pear-round-moissanite-tennis-bracelet","title":"Yellow Gold Pear \u0026 Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878319710571,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878319743339,"sku":"GLBR-0015-LD","price":1423.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878319776107,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878319808875,"sku":"GLBR-0015-LD","price":1423.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878319841643,"sku":"GLBR-0015","price":1423.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878319874411,"sku":"GLBR-0015-LD","price":1423.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878319907179,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878319939947,"sku":"GLBR-0015-LD","price":4844.37,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878319972715,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878320005483,"sku":"GLBR-0015-LD","price":4844.37,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878320038251,"sku":"GLBR-0015","price":4844.37,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878320071019,"sku":"GLBR-0015-LD","price":4844.37,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878320103787,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878320136555,"sku":"GLBR-0015-LD","price":6054.96,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878320169323,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878320202091,"sku":"GLBR-0015-LD","price":6054.96,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878320234859,"sku":"GLBR-0015","price":6054.96,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878320267627,"sku":"GLBR-0015-LD","price":6054.96,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878320300395,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878320333163,"sku":"GLBR-0015-LD","price":7443.7,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878320365931,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878320398699,"sku":"GLBR-0015-LD","price":7443.7,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878320431467,"sku":"GLBR-0015","price":7443.7,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878320464235,"sku":"GLBR-0015-LD","price":7443.7,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_b6999a26-7bf1-4763-8b5b-477aa0789ca6.jpg?v=1789761255"},{"product_id":"white-round-cut-moissanite-luxury-tennis-bracelet","title":"White Round Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878320497003,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878320529771,"sku":"GLBR-0016-LD","price":1971.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878320562539,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878320595307,"sku":"GLBR-0016-LD","price":1971.89,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878320628075,"sku":"GLBR-0016","price":1971.89,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878320660843,"sku":"GLBR-0016-LD","price":1971.89,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878320693611,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878320726379,"sku":"GLBR-0016-LD","price":5744.33,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878320759147,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878320791915,"sku":"GLBR-0016-LD","price":5744.33,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878320824683,"sku":"GLBR-0016","price":5744.33,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878320857451,"sku":"GLBR-0016-LD","price":5744.33,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878320890219,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878320922987,"sku":"GLBR-0016-LD","price":7153.84,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878320955755,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878320988523,"sku":"GLBR-0016-LD","price":7153.84,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878321021291,"sku":"GLBR-0016","price":7153.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878321054059,"sku":"GLBR-0016-LD","price":7153.84,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878321086827,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878321119595,"sku":"GLBR-0016-LD","price":8755.45,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878321152363,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878321185131,"sku":"GLBR-0016-LD","price":8755.45,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878321217899,"sku":"GLBR-0016","price":8755.45,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878321250667,"sku":"GLBR-0016-LD","price":8755.45,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_09e78b7c-dd5f-4144-913d-eec56c9d35bb.jpg?v=1789761257"},{"product_id":"rose-gold-princess-cut-moissanite-tennis-bracelet","title":"Rose Gold Princess Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878321283435,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878321316203,"sku":"GLBR-0031-01-LD","price":2679.37,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878321348971,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878321381739,"sku":"GLBR-0031-01-LD","price":2679.37,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878321414507,"sku":"GLBR-0031-01","price":2679.37,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878321447275,"sku":"GLBR-0031-01-LD","price":2679.37,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878321480043,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878321512811,"sku":"GLBR-0031-01-LD","price":6795.31,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878321545579,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878321578347,"sku":"GLBR-0031-01-LD","price":6795.31,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878321611115,"sku":"GLBR-0031-01","price":6795.31,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878321643883,"sku":"GLBR-0031-01-LD","price":6795.31,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878321676651,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878321709419,"sku":"GLBR-0031-01-LD","price":8431.03,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878321742187,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878321774955,"sku":"GLBR-0031-01-LD","price":8431.03,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878321807723,"sku":"GLBR-0031-01","price":8431.03,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878321840491,"sku":"GLBR-0031-01-LD","price":8431.03,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878321873259,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878321906027,"sku":"GLBR-0031-01-LD","price":10270.66,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878321938795,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878321971563,"sku":"GLBR-0031-01-LD","price":10270.66,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878322004331,"sku":"GLBR-0031-01","price":10270.66,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878322037099,"sku":"GLBR-0031-01-LD","price":10270.66,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_edee05ab-6a4b-4c03-a11c-7f5bdf8deead.jpg?v=1789761259"},{"product_id":"white-gold-round-moissanite-tennis-bracelets","title":"White Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878322856299,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878322889067,"sku":"594-01-LD","price":1965.05,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878322921835,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878322954603,"sku":"594-01-LD","price":1965.05,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878322987371,"sku":"594-01","price":1965.05,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878323020139,"sku":"594-01-LD","price":1965.05,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878323052907,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878323085675,"sku":"594-01-LD","price":5717.21,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878323118443,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878323151211,"sku":"594-01-LD","price":5717.21,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878323183979,"sku":"594-01","price":5717.21,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878323216747,"sku":"594-01-LD","price":5717.21,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878323249515,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878323282283,"sku":"594-01-LD","price":7119.84,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878323315051,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878323347819,"sku":"594-01-LD","price":7119.84,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878323380587,"sku":"594-01","price":7119.84,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878323413355,"sku":"594-01-LD","price":7119.84,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878323446123,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878323478891,"sku":"594-01-LD","price":8713.5,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878323511659,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878323544427,"sku":"594-01-LD","price":8713.5,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878323577195,"sku":"594-01","price":8713.5,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878323609963,"sku":"594-01-LD","price":8713.5,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_20c84fa2-21f9-4ab1-bd65-037c3ed93470.jpg?v=1789761263"},{"product_id":"yellow-gold-emerald-cut-moissanite-tennis-bracelet","title":"Yellow Gold Emerald Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878323642731,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878323675499,"sku":"GLBR-0002-LD","price":1824.11,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878323708267,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878323741035,"sku":"GLBR-0002-LD","price":1824.11,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878323773803,"sku":"GLBR-0002","price":1824.11,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878323806571,"sku":"GLBR-0002-LD","price":1824.11,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878323839339,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878323872107,"sku":"GLBR-0002-LD","price":5796.11,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878323904875,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878323937643,"sku":"GLBR-0002-LD","price":5796.11,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878323970411,"sku":"GLBR-0002","price":5796.11,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878324003179,"sku":"GLBR-0002-LD","price":5796.11,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878324035947,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878324068715,"sku":"GLBR-0002-LD","price":7233.45,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878324101483,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878324134251,"sku":"GLBR-0002-LD","price":7233.45,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878324167019,"sku":"GLBR-0002","price":7233.45,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878324199787,"sku":"GLBR-0002-LD","price":7233.45,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878324232555,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878324265323,"sku":"GLBR-0002-LD","price":8875.77,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878324298091,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878324330859,"sku":"GLBR-0002-LD","price":8875.77,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878324363627,"sku":"GLBR-0002","price":8875.77,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878324396395,"sku":"GLBR-0002-LD","price":8875.77,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_a252dc2e-c467-471c-be59-a6d54c962364.jpg?v=1789761265"},{"product_id":"yellow-gold-round-cut-moissanite-premium-tennis-bracelet","title":"Yellow Gold Round 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878324429163,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878324461931,"sku":"LBR-1690B-LD","price":1501.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878324494699,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878324527467,"sku":"LBR-1690B-LD","price":1501.16,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878324560235,"sku":"LBR-1690B","price":1501.16,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878324593003,"sku":"LBR-1690B-LD","price":1501.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878324625771,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878324658539,"sku":"LBR-1690B-LD","price":4994.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878324691307,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878324724075,"sku":"LBR-1690B-LD","price":4994.16,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878324756843,"sku":"LBR-1690B","price":4994.16,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878324789611,"sku":"LBR-1690B-LD","price":4994.16,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878324822379,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878324855147,"sku":"LBR-1690B-LD","price":6239.08,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878324887915,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878324920683,"sku":"LBR-1690B-LD","price":6239.08,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878324953451,"sku":"LBR-1690B","price":6239.08,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878324986219,"sku":"LBR-1690B-LD","price":6239.08,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878325018987,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878325051755,"sku":"LBR-1690B-LD","price":7665.36,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878325084523,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878325117291,"sku":"LBR-1690B-LD","price":7665.36,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878325150059,"sku":"LBR-1690B","price":7665.36,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878325182827,"sku":"LBR-1690B-LD","price":7665.36,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_818692b4-0e88-4b42-ad8e-2568ddb13aa4.jpg?v=1789761268"},{"product_id":"rose-gold-baguette-moissanite-tennis-bracelet","title":"Rose Gold Baguette Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878325215595,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878325248363,"sku":"GLBR-0112-LD","price":1232.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878325281131,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878325313899,"sku":"GLBR-0112-LD","price":1232.95,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878325346667,"sku":"GLBR-0112","price":1232.95,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878325379435,"sku":"GLBR-0112-LD","price":1232.95,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878325412203,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878325444971,"sku":"GLBR-0112-LD","price":4409.19,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878325477739,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878325510507,"sku":"GLBR-0112-LD","price":4409.19,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878325543275,"sku":"GLBR-0112","price":4409.19,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878325576043,"sku":"GLBR-0112-LD","price":4409.19,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878325608811,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878325641579,"sku":"GLBR-0112-LD","price":5516.72,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878325674347,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878325707115,"sku":"GLBR-0112-LD","price":5516.72,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878325739883,"sku":"GLBR-0112","price":5516.72,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878325772651,"sku":"GLBR-0112-LD","price":5516.72,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878325805419,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878325838187,"sku":"GLBR-0112-LD","price":6790.61,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878325870955,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878325903723,"sku":"GLBR-0112-LD","price":6790.61,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878325936491,"sku":"GLBR-0112","price":6790.61,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878325969259,"sku":"GLBR-0112-LD","price":6790.61,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_cf3f059e-e150-42f7-a536-2d8ac30a9627.jpg?v=1789761269"},{"product_id":"yellow-gold-emerald-cut-moissanite-tennis-bracelets","title":"Yellow Gold Emerald Cut 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\"\u003eMoissanite \/ Lab-Grown Diamond\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv 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\"\u003eAvailable in Moissanite or Lab-Grown Diamond\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 gemstone 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":"Zius Jewels","offers":[{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Moissanite","offer_id":53878326002027,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-white-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878326034795,"sku":"GLBR-0113-LD","price":1755.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 925-silver \/ Moissanite","offer_id":53878326067563,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 925-silver \/ Lab-Grown Diamond","offer_id":53878326100331,"sku":"GLBR-0113-LD","price":1755.68,"currency_code":"USD","in_stock":false},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Moissanite","offer_id":53878326133099,"sku":"GLBR-0113","price":1755.68,"currency_code":"USD","in_stock":true},{"title":"925 Silver \/ 18-k-rose-gold-plated-925-silver \/ Lab-Grown Diamond","offer_id":53878326165867,"sku":"GLBR-0113-LD","price":1755.68,"currency_code":"USD","in_stock":false},{"title":"10KT \/ white-gold-1 \/ Moissanite","offer_id":53878326198635,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878326231403,"sku":"GLBR-0113-LD","price":5524.89,"currency_code":"USD","in_stock":false},{"title":"10KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878326264171,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878326296939,"sku":"GLBR-0113-LD","price":5524.89,"currency_code":"USD","in_stock":false},{"title":"10KT \/ rose-gold-1 \/ Moissanite","offer_id":53878326329707,"sku":"GLBR-0113","price":5524.89,"currency_code":"USD","in_stock":true},{"title":"10KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878326362475,"sku":"GLBR-0113-LD","price":5524.89,"currency_code":"USD","in_stock":false},{"title":"14KT \/ white-gold-1 \/ Moissanite","offer_id":53878326395243,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878326428011,"sku":"GLBR-0113-LD","price":6893.42,"currency_code":"USD","in_stock":false},{"title":"14KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878326460779,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878326493547,"sku":"GLBR-0113-LD","price":6893.42,"currency_code":"USD","in_stock":false},{"title":"14KT \/ rose-gold-1 \/ Moissanite","offer_id":53878326526315,"sku":"GLBR-0113","price":6893.42,"currency_code":"USD","in_stock":true},{"title":"14KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878326559083,"sku":"GLBR-0113-LD","price":6893.42,"currency_code":"USD","in_stock":false},{"title":"18KT \/ white-gold-1 \/ Moissanite","offer_id":53878326591851,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ white-gold-1 \/ Lab-Grown Diamond","offer_id":53878326624619,"sku":"GLBR-0113-LD","price":8456.21,"currency_code":"USD","in_stock":false},{"title":"18KT \/ yellow-gold-1 \/ Moissanite","offer_id":53878326657387,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ yellow-gold-1 \/ Lab-Grown Diamond","offer_id":53878326690155,"sku":"GLBR-0113-LD","price":8456.21,"currency_code":"USD","in_stock":false},{"title":"18KT \/ rose-gold-1 \/ Moissanite","offer_id":53878326722923,"sku":"GLBR-0113","price":8456.21,"currency_code":"USD","in_stock":true},{"title":"18KT \/ rose-gold-1 \/ Lab-Grown Diamond","offer_id":53878326755691,"sku":"GLBR-0113-LD","price":8456.21,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0999\/1304\/0235\/files\/metalonyx_shot_1_cdf1d47e-46cd-4247-bf72-b84d2bb987a0.jpg?v=1789761270"}],"url":"https:\/\/ziusjewels.com\/collections\/bracelets-1.oembed","provider":"ZIUS JEWELS","version":"1.0","type":"link"}