{"title":"Eternity Ring","description":"\u003cp\u003e\u003cspan\u003eA continuous circle of brilliance, crafted for a love that never fades. The diamond eternity ring symbolizes a lifetime of shared milestones, offering an unbroken band of radiant stones that speaks to forever.\u003c\/span\u003e\u003c\/p\u003e","products":[{"product_id":"round-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Full Eternity Moissanite Ring – Round Cut Luxury Wedding Band for Women | Pavia Jewels","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e4.10 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eRound Brilliant\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~3.52 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Round Brilliant Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eCelebrate timeless elegance with this \u003cstrong\u003eround cut moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed to deliver continuous brilliance from every angle. Perfect for weddings, anniversaries, or stacking, this luxurious piece symbolizes everlasting beauty and commitment.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a seamless row of round brilliant moissanite stones, each secured in a classic prong setting for maximum light reflection and sparkle. The polished 925 silver band ensures durability, comfort, and a refined finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or statement stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818837405719,"sku":"RGE0001","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818837438487,"sku":"RGE0002","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818837471255,"sku":"RGE0003","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818837504023,"sku":"RGE0004","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818837536791,"sku":"RGE0005","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818837569559,"sku":"RGE0006","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818837602327,"sku":"RGE0007","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818837635095,"sku":"RGE0008","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818837667863,"sku":"RGE0009","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818837700631,"sku":"RGE00010","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818837733399,"sku":"RGE00011","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818837766167,"sku":"RGE00012","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818837798935,"sku":"RGE00013","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818837831703,"sku":"RGE00014","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818837864471,"sku":"RGE00015","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818837897239,"sku":"RGE00016","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818837930007,"sku":"RGE00017","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818837962775,"sku":"RGE00018","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818837995543,"sku":"RGE00019","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818838028311,"sku":"RGE00020","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818838061079,"sku":"RGE00021","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818838093847,"sku":"RGE00022","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818838126615,"sku":"RGE00023","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818838159383,"sku":"RGE00024","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818838192151,"sku":"RGE00025","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818838224919,"sku":"RGE00026","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818838257687,"sku":"RGE00027","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818838290455,"sku":"RGE00028","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818838323223,"sku":"RGE00029","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818838355991,"sku":"RGE00030","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818838388759,"sku":"RGE00031","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818838421527,"sku":"RGE00032","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818838454295,"sku":"RGE00033","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818838487063,"sku":"RGE00034","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818838519831,"sku":"RGE00035","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818838552599,"sku":"RGE00036","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818838585367,"sku":"RGE00037","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818838618135,"sku":"RGE00038","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818838650903,"sku":"RGE00039","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818838683671,"sku":"RGE00040","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818838716439,"sku":"RGE00041","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818838749207,"sku":"RGE00042","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818838781975,"sku":"RGE00043","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818838814743,"sku":"RGE00044","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818838847511,"sku":"RGE00045","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818838880279,"sku":"RGE00046","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818838913047,"sku":"RGE00047","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818838945815,"sku":"RGE00048","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818838978583,"sku":"RGE00049","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818839011351,"sku":"RGE00050","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818839044119,"sku":"RGE00051","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818839076887,"sku":"RGE00052","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818839109655,"sku":"RGE00053","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818839142423,"sku":"RGE00054","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818839175191,"sku":"RGE00055","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818839207959,"sku":"RGE00056","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818839240727,"sku":"RGE00057","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818839273495,"sku":"RGE00058","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818839306263,"sku":"RGE00059","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818839339031,"sku":"RGE00060","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818839371799,"sku":"RGE00061","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818839404567,"sku":"RGE00062","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818839437335,"sku":"RGE00063","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818839470103,"sku":"RGE00064","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818839502871,"sku":"RGE00065","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818839535639,"sku":"RGE00066","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818839568407,"sku":"RGE00067","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818839601175,"sku":"RGE00068","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818839633943,"sku":"RGE00069","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818839666711,"sku":"RGE00070","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818839699479,"sku":"RGE00071","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818839732247,"sku":"RGE00072","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818839765015,"sku":"RGE00073","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818839797783,"sku":"RGE00074","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818839830551,"sku":"RGE00075","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818839863319,"sku":"RGE00076","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818839896087,"sku":"RGE00077","price":8899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818839928855,"sku":"RGE00078","price":8899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-moissanite-eternity-ring-round-cut-full-band.png?v=1777355751"},{"product_id":"cushion-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Cushion Cut Moissanite Eternity Ring – Diamond Look Full Band Luxury Wedding Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e6.00 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eCushion Brilliant\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~3.90 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Cushion Brilliant Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eExperience timeless sophistication with this \u003cmeta charset=\"utf-8\"\u003e\u003cstrong class=\"Yjhzub\" data-sfc-root=\"c\" data-sfc-cb=\"\" data-complete=\"true\"\u003eCushion Brilliant\u003c\/strong\u003e\u003cstrong\u003e moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed to showcase clean geometry and refined brilliance. Perfect for weddings, anniversaries, or stacking, this elegant piece symbolizes everlasting beauty and modern luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of Cushion-cut moissanite stones with a mesmerizing step-cut hall-of-mirrors effect, each secured in a classic prong setting for maximum light reflection. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or statement stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818863554583,"sku":"RGE0002","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818863587351,"sku":"RGE0003","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818863620119,"sku":"RGE0004","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818863652887,"sku":"RGE0005","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818863685655,"sku":"RGE0006","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818863718423,"sku":"RGE0007","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818863751191,"sku":"RGE0008","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818863783959,"sku":"RGE0009","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818863816727,"sku":"RGE00010","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818863849495,"sku":"RGE00011","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818863882263,"sku":"RGE00012","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818863915031,"sku":"RGE00013","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818863947799,"sku":"RGE00014","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818863980567,"sku":"RGE00015","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818864013335,"sku":"RGE00016","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818864046103,"sku":"RGE00017","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818864078871,"sku":"RGE00018","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818864111639,"sku":"RGE00019","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818864144407,"sku":"RGE00020","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818864177175,"sku":"RGE00021","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818864209943,"sku":"RGE00022","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818864242711,"sku":"RGE00023","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818864275479,"sku":"RGE00024","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818864308247,"sku":"RGE00025","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818864341015,"sku":"RGE00026","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818864373783,"sku":"RGE00027","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818864406551,"sku":"RGE00028","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818864439319,"sku":"RGE00029","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818864472087,"sku":"RGE00030","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818864504855,"sku":"RGE00031","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818864537623,"sku":"RGE00032","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818864570391,"sku":"RGE00033","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818864603159,"sku":"RGE00034","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818864635927,"sku":"RGE00035","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818864668695,"sku":"RGE00036","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818864701463,"sku":"RGE00037","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818864734231,"sku":"RGE00038","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818864766999,"sku":"RGE00039","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818864799767,"sku":"RGE00040","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818864832535,"sku":"RGE00041","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818864865303,"sku":"RGE00042","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818864898071,"sku":"RGE00043","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818864930839,"sku":"RGE00044","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818864963607,"sku":"RGE00045","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818864996375,"sku":"RGE00046","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818865029143,"sku":"RGE00047","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818865061911,"sku":"RGE00048","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818865094679,"sku":"RGE00049","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818865127447,"sku":"RGE00050","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818865160215,"sku":"RGE00051","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818865192983,"sku":"RGE00052","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818865225751,"sku":"RGE00053","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818865258519,"sku":"RGE00054","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818865291287,"sku":"RGE00055","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818865324055,"sku":"RGE00056","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818865356823,"sku":"RGE00057","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818865389591,"sku":"RGE00058","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818865422359,"sku":"RGE00059","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818865455127,"sku":"RGE00060","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818865487895,"sku":"RGE00061","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818865520663,"sku":"RGE00062","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818865553431,"sku":"RGE00063","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818865586199,"sku":"RGE00064","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818865618967,"sku":"RGE00065","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818865651735,"sku":"RGE00066","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818865684503,"sku":"RGE00067","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818865717271,"sku":"RGE00068","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818865750039,"sku":"RGE00069","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818865782807,"sku":"RGE00070","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818865815575,"sku":"RGE00071","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818865848343,"sku":"RGE00072","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818865881111,"sku":"RGE00073","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818865913879,"sku":"RGE00074","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818865946647,"sku":"RGE00075","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818865979415,"sku":"RGE00076","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818866012183,"sku":"RGE00077","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818866044951,"sku":"RGE00078","price":9499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818866077719,"sku":"RGE00079","price":9499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-round-moissanite-eternity-ring-full-band-wedding.png?v=1777357197"},{"product_id":"heart-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Heart Shape Moissanite Eternity Ring – Diamond Look Full Band Romantic Luxury Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\" class=\"fill-white\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\" class=\"fill-accent\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\" class=\"fill-white\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\" class=\"fill-accent\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\" class=\"fill-accent stroke-none\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\" class=\"fill-white\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"20,10 32,18 44,10\" class=\"fill-accent stroke-none\"\u003e\u003c\/polygon\u003e\n                    \u003cline x1=\"10\" y1=\"24\" x2=\"54\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"20\" y1=\"10\" x2=\"26\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"44\" y1=\"10\" x2=\"38\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"26\" y1=\"24\" x2=\"32\" y2=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"38\" y1=\"24\" x2=\"32\" y2=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"24\" x2=\"32\" y2=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"20\" y1=\"10\" x2=\"32\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"44\" y1=\"10\" x2=\"32\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\" class=\"fill-accent stroke-none\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e4.00 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"Center diamond weight is approximate and may vary.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle cx=\"32\" cy=\"32\" r=\"22\" class=\"fill-white\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\" class=\"fill-accent stroke-none\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline x1=\"32\" y1=\"10\" x2=\"32\" y2=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"54\" y1=\"32\" x2=\"46\" y2=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"54\" x2=\"32\" y2=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"10\" y1=\"32\" x2=\"18\" y2=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"16.4\" y1=\"16.4\" x2=\"22.1\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"47.6\" y1=\"16.4\" x2=\"41.9\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"16.4\" y1=\"47.6\" x2=\"22.1\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"47.6\" y1=\"47.6\" x2=\"41.9\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"18\" x2=\"41.9\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"46\" y1=\"32\" x2=\"41.9\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"46\" y1=\"32\" x2=\"41.9\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"46\" x2=\"41.9\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"46\" x2=\"22.1\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"18\" y1=\"32\" x2=\"22.1\" y2=\"41.9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"18\" y1=\"32\" x2=\"22.1\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"18\" x2=\"22.1\" y2=\"22.1\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eHeart Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\" class=\"fill-white\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"32,54 12,24 52,24\" class=\"fill-accent stroke-none\"\u003e\u003c\/polygon\u003e\n                    \u003cline x1=\"8\" y1=\"24\" x2=\"56\" y2=\"24\" stroke-dasharray=\"2 3\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"18\" y1=\"10\" x2=\"46\" y2=\"10\" stroke-dasharray=\"2 3\"\u003e\u003c\/line\u003e\n                    \u003cpolyline points=\"20,2 26,14 32,46 38,14 44,2\" class=\"stroke-accent\"\u003e\u003c\/polyline\u003e\n                    \u003cline x1=\"22\" y1=\"10\" x2=\"26\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"42\" y1=\"10\" x2=\"38\" y2=\"24\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle cx=\"28\" cy=\"28\" r=\"14\" class=\"fill-white\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"28\" cy=\"28\" r=\"10\" class=\"fill-accent\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\" class=\"fill-white\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 24 20 Q 30 16 34 22\" class=\"stroke-accent\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\" class=\"fill-accent stroke-none\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\" class=\"fill-white\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\" class=\"fill-white\"\u003e\u003c\/path\u003e\n                    \u003cline x1=\"24\" y1=\"32\" x2=\"24\" y2=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"40\" y1=\"32\" x2=\"40\" y2=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"32\" y1=\"32\" x2=\"32\" y2=\"40\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"24,28 40,28 38,20 26,20\" class=\"fill-accent\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"28,20 36,20 34,14 30,14\" class=\"fill-white\"\u003e\u003c\/polygon\u003e\n                    \u003crect x=\"28\" y=\"43\" width=\"8\" height=\"4\" rx=\"1\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~3.22 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv class=\"pv-info-icon\" data-tooltip=\"Approximate weight. May vary by size.\" role=\"tooltip\" aria-label=\"Information\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Heart Cut Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eCelebrate love with this \u003cstrong\u003eheart shape moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed to symbolize everlasting romance and brilliance. Perfect for weddings, anniversaries, or meaningful gifting, this unique piece blends emotional design with timeless luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of heart-shaped moissanite stones, each secured in a classic prong setting to enhance their sparkle and distinctive silhouette. The polished 925 silver band ensures durability, comfort, and a refined finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or standout stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"pv-check\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" class=\"pv-x\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"3\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect height=\"13\" width=\"15\" y=\"3\" x=\"1\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"5.5\"\u003e\u003c\/circle\u003e\u003ccircle r=\"2.5\" cy=\"18.5\" cx=\"18.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818871943191,"sku":"RGE0001","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818871975959,"sku":"RGE0002","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818872008727,"sku":"RGE0003","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818872041495,"sku":"RGE0004","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818872074263,"sku":"RGE0005","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818872107031,"sku":"RGE0006","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818872139799,"sku":"RGE0007","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818872172567,"sku":"RGE0008","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818872205335,"sku":"RGE0009","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818872238103,"sku":"RGE00010","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818872270871,"sku":"RGE00011","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818872303639,"sku":"RGE00012","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818872336407,"sku":"RGE00013","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818872369175,"sku":"RGE00014","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818872401943,"sku":"RGE00015","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818872434711,"sku":"RGE00016","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818872467479,"sku":"RGE00017","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818872500247,"sku":"RGE00018","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818872533015,"sku":"RGE00019","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818872565783,"sku":"RGE00020","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818872598551,"sku":"RGE00021","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818872631319,"sku":"RGE00022","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818872664087,"sku":"RGE00023","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818872696855,"sku":"RGE00024","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818872729623,"sku":"RGE00025","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818872762391,"sku":"RGE00026","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818872795159,"sku":"RGE00027","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818872827927,"sku":"RGE00028","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818872860695,"sku":"RGE00029","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818872893463,"sku":"RGE00030","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818872926231,"sku":"RGE00031","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818872958999,"sku":"RGE00032","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818872991767,"sku":"RGE00033","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818873024535,"sku":"RGE00034","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818873057303,"sku":"RGE00035","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818873090071,"sku":"RGE00036","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818873122839,"sku":"RGE00037","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818873155607,"sku":"RGE00038","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818873188375,"sku":"RGE00039","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818873221143,"sku":"RGE00040","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818873253911,"sku":"RGE00041","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818873286679,"sku":"RGE00042","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818873319447,"sku":"RGE00043","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818873352215,"sku":"RGE00044","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818873384983,"sku":"RGE00045","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818873417751,"sku":"RGE00046","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818873450519,"sku":"RGE00047","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818873483287,"sku":"RGE00048","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818873516055,"sku":"RGE00049","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818873548823,"sku":"RGE00050","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818873581591,"sku":"RGE00051","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818873614359,"sku":"RGE00052","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818873647127,"sku":"RGE00053","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818873679895,"sku":"RGE00054","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818873712663,"sku":"RGE00055","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818873745431,"sku":"RGE00056","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818873778199,"sku":"RGE00057","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818873810967,"sku":"RGE00058","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818873843735,"sku":"RGE00059","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818873876503,"sku":"RGE00060","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818873909271,"sku":"RGE00061","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818873942039,"sku":"RGE00062","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818873974807,"sku":"RGE00063","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818874007575,"sku":"RGE00064","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818874040343,"sku":"RGE00065","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818874073111,"sku":"RGE00066","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818874105879,"sku":"RGE00067","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818874138647,"sku":"RGE00068","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818874171415,"sku":"RGE00069","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818874204183,"sku":"RGE00070","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818874236951,"sku":"RGE00071","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818874269719,"sku":"RGE00072","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818874302487,"sku":"RGE00073","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818874335255,"sku":"RGE00074","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818874368023,"sku":"RGE00075","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818874400791,"sku":"RGE00076","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818874433559,"sku":"RGE00077","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818874466327,"sku":"RGE00078","price":7999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-heart-moissanite-eternity-ring-full-band-wedding.png?v=1777357680"},{"product_id":"princess-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Princess Cut Moissanite Eternity Ring – Diamond Look Full Band Luxury Wedding Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e7.50 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003ePrincess Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~4.20 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Princess Cut Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover modern brilliance with this \u003cstrong\u003eprincess cut moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed to showcase sharp geometry and exceptional sparkle. Perfect for weddings, anniversaries, or stacking, this elegant piece reflects contemporary luxury and timeless appeal.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of princess-cut moissanite stones, each secured in a classic prong setting to maximize light reflection and brilliance. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or modern stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818883313687,"sku":"RGE0004","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818883346455,"sku":"RGE0005","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818883379223,"sku":"RGE0006","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818883411991,"sku":"RGE0007","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818883444759,"sku":"RGE0008","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818883477527,"sku":"RGE0009","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818883510295,"sku":"RGE00010","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818883543063,"sku":"RGE00011","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818883575831,"sku":"RGE00012","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818883608599,"sku":"RGE00013","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818883641367,"sku":"RGE00014","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818883674135,"sku":"RGE00015","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818883706903,"sku":"RGE00016","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818883739671,"sku":"RGE00017","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818883772439,"sku":"RGE00018","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818883805207,"sku":"RGE00019","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818883837975,"sku":"RGE00020","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818883870743,"sku":"RGE00021","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818883903511,"sku":"RGE00022","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818883936279,"sku":"RGE00023","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818883969047,"sku":"RGE00024","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818884001815,"sku":"RGE00025","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818884034583,"sku":"RGE00026","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818884067351,"sku":"RGE00027","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818884100119,"sku":"RGE00028","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818884132887,"sku":"RGE00029","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818884165655,"sku":"RGE00030","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818884198423,"sku":"RGE00031","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818884231191,"sku":"RGE00032","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818884263959,"sku":"RGE00033","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818884296727,"sku":"RGE00034","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818884329495,"sku":"RGE00035","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818884362263,"sku":"RGE00036","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818884395031,"sku":"RGE00037","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818884427799,"sku":"RGE00038","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818884460567,"sku":"RGE00039","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818884493335,"sku":"RGE00040","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818884526103,"sku":"RGE00041","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818884558871,"sku":"RGE00042","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818884591639,"sku":"RGE00043","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818884624407,"sku":"RGE00044","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818884657175,"sku":"RGE00045","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818884689943,"sku":"RGE00046","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818884722711,"sku":"RGE00047","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818884755479,"sku":"RGE00048","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818884788247,"sku":"RGE00049","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818884821015,"sku":"RGE00050","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818884853783,"sku":"RGE00051","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818884886551,"sku":"RGE00052","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818884919319,"sku":"RGE00053","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818884952087,"sku":"RGE00054","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818884984855,"sku":"RGE00055","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818885017623,"sku":"RGE00056","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818885050391,"sku":"RGE00057","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818885083159,"sku":"RGE00058","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818885115927,"sku":"RGE00059","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818885148695,"sku":"RGE00060","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818885181463,"sku":"RGE00061","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818885214231,"sku":"RGE00062","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818885246999,"sku":"RGE00063","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818885279767,"sku":"RGE00064","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818885312535,"sku":"RGE00065","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818885345303,"sku":"RGE00066","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818885378071,"sku":"RGE00067","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818885410839,"sku":"RGE00068","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818885443607,"sku":"RGE00069","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818885476375,"sku":"RGE00070","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818885509143,"sku":"RGE00071","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818885541911,"sku":"RGE00072","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818885574679,"sku":"RGE00073","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818885607447,"sku":"RGE00074","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818885640215,"sku":"RGE00075","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818885672983,"sku":"RGE00076","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818885705751,"sku":"RGE00077","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818885738519,"sku":"RGE00078","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818885771287,"sku":"RGE00079","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818885804055,"sku":"RGE00080","price":11499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818885836823,"sku":"RGE00081","price":11499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-princess-cut-moissanite-eternity-ring-full-band.png?v=1777358000"},{"product_id":"oval-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Oval Cut Moissanite Eternity Ring – Diamond Look Full Band Luxury Wedding Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003e Uncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e6.60 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eOvel Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~4.40 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Oval Cut Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover timeless elegance with this \u003cstrong\u003eoval cut moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed to deliver graceful brilliance and a refined silhouette. Perfect for weddings, anniversaries, or stacking, this luxurious piece reflects modern sophistication with classic appeal.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of oval-cut moissanite stones, each secured in a classic prong setting to maximize light reflection and enhance their elongated sparkle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or elegant stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818899271703,"sku":"RGE0004","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818899304471,"sku":"RGE0005","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818899337239,"sku":"RGE0006","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818899370007,"sku":"RGE0007","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818899402775,"sku":"RGE0008","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818899435543,"sku":"RGE0009","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818899468311,"sku":"RGE00010","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818899501079,"sku":"RGE00011","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818899533847,"sku":"RGE00012","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818899566615,"sku":"RGE00013","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818899599383,"sku":"RGE00014","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818899632151,"sku":"RGE00015","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818899664919,"sku":"RGE00016","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818899697687,"sku":"RGE00017","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818899730455,"sku":"RGE00018","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818899763223,"sku":"RGE00019","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818899795991,"sku":"RGE00020","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818899828759,"sku":"RGE00021","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818899861527,"sku":"RGE00022","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818899894295,"sku":"RGE00023","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818899927063,"sku":"RGE00024","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818899959831,"sku":"RGE00025","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818899992599,"sku":"RGE00026","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818900025367,"sku":"RGE00027","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818900058135,"sku":"RGE00028","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818900090903,"sku":"RGE00029","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818900123671,"sku":"RGE00030","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818900156439,"sku":"RGE00031","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818900189207,"sku":"RGE00032","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818900221975,"sku":"RGE00033","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818900254743,"sku":"RGE00034","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818900287511,"sku":"RGE00035","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818900320279,"sku":"RGE00036","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818900353047,"sku":"RGE00037","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818900385815,"sku":"RGE00038","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818900418583,"sku":"RGE00039","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818900451351,"sku":"RGE00040","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818900484119,"sku":"RGE00041","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818900516887,"sku":"RGE00042","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818900549655,"sku":"RGE00043","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818900582423,"sku":"RGE00044","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818900615191,"sku":"RGE00045","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818900647959,"sku":"RGE00046","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818900680727,"sku":"RGE00047","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818900713495,"sku":"RGE00048","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818900746263,"sku":"RGE00049","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818900779031,"sku":"RGE00050","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818900811799,"sku":"RGE00051","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818900844567,"sku":"RGE00052","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818900877335,"sku":"RGE00053","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818900910103,"sku":"RGE00054","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818900942871,"sku":"RGE00055","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818900975639,"sku":"RGE00056","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818901008407,"sku":"RGE00057","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818901041175,"sku":"RGE00058","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818901073943,"sku":"RGE00059","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818901106711,"sku":"RGE00060","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818901139479,"sku":"RGE00061","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818901172247,"sku":"RGE00062","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818901205015,"sku":"RGE00063","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818901237783,"sku":"RGE00064","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818901270551,"sku":"RGE00065","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818901303319,"sku":"RGE00066","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818901336087,"sku":"RGE00067","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818901368855,"sku":"RGE00068","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818901401623,"sku":"RGE00069","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818901434391,"sku":"RGE00070","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818901467159,"sku":"RGE00071","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818901499927,"sku":"RGE00072","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818901532695,"sku":"RGE00073","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818901565463,"sku":"RGE00074","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818901598231,"sku":"RGE00075","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818901630999,"sku":"RGE00076","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818901663767,"sku":"RGE00077","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818901696535,"sku":"RGE00078","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818901729303,"sku":"RGE00079","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818901762071,"sku":"RGE00080","price":10999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818901794839,"sku":"RGE00081","price":10999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-oval-moissanite-eternity-ring-full-band-wedding.png?v=1777358498"},{"product_id":"emerald-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Emerald Cut Moissanite Eternity Ring – Diamond Look Full Band Luxury Wedding Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e5.00 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eEmerald Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~3.70 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Emerald Cut Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover refined elegance with this \u003cstrong\u003eemerald cut moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed for those who appreciate clean lines and sophisticated brilliance. Perfect for weddings, anniversaries, or stacking, this piece reflects timeless luxury with a modern edge.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of emerald-cut moissanite stones with a striking step-cut hall-of-mirrors effect, each secured in a classic prong setting to enhance clarity and light reflection. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or statement stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818907889687,"sku":"RGE0002","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818907922455,"sku":"RGE0003","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818907955223,"sku":"RGE0004","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818907987991,"sku":"RGE0005","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818908020759,"sku":"RGE0006","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818908053527,"sku":"RGE0007","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818908086295,"sku":"RGE0008","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818908119063,"sku":"RGE0009","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818908151831,"sku":"RGE00010","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818908184599,"sku":"RGE00011","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818908217367,"sku":"RGE00012","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818908250135,"sku":"RGE00013","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818908282903,"sku":"RGE00014","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818908315671,"sku":"RGE00015","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818908348439,"sku":"RGE00016","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818908381207,"sku":"RGE00017","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818908413975,"sku":"RGE00018","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818908446743,"sku":"RGE00019","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818908479511,"sku":"RGE00020","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818908512279,"sku":"RGE00021","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818908545047,"sku":"RGE00022","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818908577815,"sku":"RGE00023","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818908610583,"sku":"RGE00024","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818908643351,"sku":"RGE00025","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818908676119,"sku":"RGE00026","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818908708887,"sku":"RGE00027","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818908741655,"sku":"RGE00028","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818908774423,"sku":"RGE00029","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818908807191,"sku":"RGE00030","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818908839959,"sku":"RGE00031","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818908872727,"sku":"RGE00032","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818908905495,"sku":"RGE00033","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818908938263,"sku":"RGE00034","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818908971031,"sku":"RGE00035","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818909003799,"sku":"RGE00036","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818909036567,"sku":"RGE00037","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818909069335,"sku":"RGE00038","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818909102103,"sku":"RGE00039","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818909134871,"sku":"RGE00040","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818909167639,"sku":"RGE00041","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818909200407,"sku":"RGE00042","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818909233175,"sku":"RGE00043","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818909265943,"sku":"RGE00044","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818909298711,"sku":"RGE00045","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818909331479,"sku":"RGE00046","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818909364247,"sku":"RGE00047","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818909397015,"sku":"RGE00048","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818909429783,"sku":"RGE00049","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818909462551,"sku":"RGE00050","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818909495319,"sku":"RGE00051","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818909528087,"sku":"RGE00052","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818909560855,"sku":"RGE00053","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818909593623,"sku":"RGE00054","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818909626391,"sku":"RGE00055","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818909659159,"sku":"RGE00056","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818909691927,"sku":"RGE00057","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818909724695,"sku":"RGE00058","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818909757463,"sku":"RGE00059","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818909790231,"sku":"RGE00060","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818909822999,"sku":"RGE00061","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818909855767,"sku":"RGE00062","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818909888535,"sku":"RGE00063","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818909921303,"sku":"RGE00064","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818909954071,"sku":"RGE00065","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818909986839,"sku":"RGE00066","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818910019607,"sku":"RGE00067","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818910052375,"sku":"RGE00068","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818910085143,"sku":"RGE00069","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818910117911,"sku":"RGE00070","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818910150679,"sku":"RGE00071","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818910183447,"sku":"RGE00072","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818910216215,"sku":"RGE00073","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818910248983,"sku":"RGE00074","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818910281751,"sku":"RGE00075","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818910314519,"sku":"RGE00076","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818910347287,"sku":"RGE00077","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818910380055,"sku":"RGE00078","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818910412823,"sku":"RGE00079","price":8499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-emerald-cut-moissanite-eternity-ring-full-band.png?v=1777358922"},{"product_id":"bezel-round-moissanite-eternity-band-925-sterling-silver","title":"925 Silver Round Cut Moissanite Bezel Eternity Ring – Diamond Look Full Band Luxury Wedding Ring","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==========================================================================\n           PREMIUM BRAND FONTS\n           ========================================================================== *\/\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800\u0026family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400\u0026display=swap');\n\n        \/* ==========================================================================\n           UNIFIED SALES FUNNEL DESIGN SYSTEM\n           Scoped strictly to prevent theme conflicts (.pavia-funnel)\n           ========================================================================== *\/\n        .pavia-funnel {\n            \/* High-Converting Luxury Palette *\/\n            --text-main: #0f172a; \n            --text-label: #475569; \n            --text-muted: #94a3b8;\n            --line-color: rgba(15, 23, 42, 0.08);\n            --line-solid: #e2e8f0;\n            --bg-page: #f8fafc;\n            --card-glass-bg: rgba(255, 255, 255, 0.85);\n            --card-solid-bg: #ffffff;\n            --accent: #7bd0cf; \/* Pavia Mint *\/\n            --accent-hover: #65b8b7;\n            --accent-glow: rgba(123, 208, 207, 0.12);\n            --accent-text: #0d9488; \/* Deep teal for legibility *\/\n            \n            width: 100%;\n            max-width: 1100px; \n            margin: 0 auto;\n            padding: 40px 20px;\n            font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            background: radial-gradient(circle at 50% -20%, #ffffff 0%, var(--bg-page) 100%);\n            border-radius: 32px;\n            overflow: hidden;\n        }\n\n        .pavia-funnel * { box-sizing: border-box; }\n\n        \/* --- HARDWARE-ACCELERATED ANIMATIONS --- *\/\n        @keyframes pvFadeUp {\n            0% { opacity: 0; transform: translate3d(0, 40px, 0); }\n            100% { opacity: 1; transform: translate3d(0, 0, 0); }\n        }\n\n        @keyframes pvShine {\n            0% { background-position: -150% 50%; }\n            100% { background-position: 250% 50%; }\n        }\n\n        @keyframes pvPulse {\n            0% { transform: translateX(-50%) scale(1); }\n            50% { transform: translateX(-50%) scale(1.05); }\n            100% { transform: translateX(-50%) scale(1); }\n        }\n\n        \/* ==========================================================================\n           SECTION 1: SPECIFICATIONS GRID (Trust \u0026 Value Building)\n           ========================================================================== *\/\n        .pv-section-header {\n            text-align: center;\n            margin-bottom: 50px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n        }\n\n        .pv-eyebrow {\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.25em;\n            text-transform: uppercase;\n            color: var(--accent-text);\n            margin-bottom: 16px;\n            display: block;\n        }\n\n        .pv-h2 {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            font-weight: 600;\n            color: var(--text-main);\n            margin: 0 0 16px 0;\n            line-height: 1.2;\n        }\n\n        .pv-p {\n            font-size: 16px;\n            color: var(--text-label);\n            max-width: 650px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        .pv-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px; \n            margin-bottom: 60px;\n        }\n\n        \/* Glass Cards *\/\n        .pv-card {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            padding: 40px 24px; \n            background: var(--card-glass-bg);\n            backdrop-filter: blur(20px); \n            -webkit-backdrop-filter: blur(20px);\n            border: 1px solid #D4AF37; \/* Luxury Golden Border applied to all cards *\/\n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n            border-radius: 20px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;\n            transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease;\n        }\n\n        .pv-card:nth-child(1) { animation-delay: 0.1s; }\n        .pv-card:nth-child(2) { animation-delay: 0.2s; }\n        .pv-card:nth-child(3) { animation-delay: 0.3s; }\n        .pv-card:nth-child(4) { animation-delay: 0.4s; }\n        .pv-card:nth-child(5) { animation-delay: 0.5s; }\n        .pv-card:nth-child(6) { animation-delay: 0.6s; }\n\n        .pv-card:hover {\n            transform: translate3d(0, -8px, 0);\n            box-shadow: 0 20px 40px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 1);\n            background: #ffffff;\n            z-index: 10;\n        }\n\n        .pv-card.highlight {\n            border: 1px solid #D4AF37; \n            box-shadow: 0 10px 30px rgba(212, 175, 55, 0.2), inset 0 1px 2px rgba(255, 255, 255, 0.8);\n        }\n\n        \/* Icons *\/\n        .pv-icon-wrap {\n            margin-bottom: 24px;\n            height: 64px; \n            width: 64px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            transition: transform 0.4s ease;\n        }\n\n        .pv-card:hover .pv-icon-wrap {\n            transform: scale(1.1);\n        }\n\n        .pv-icon-wrap svg {\n            width: 54px; \n            height: 54px;\n            stroke-width: 1.5; \n            stroke-linecap: round;\n            stroke-linejoin: round;\n            filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.03));\n        }\n\n        .pv-icon-wrap svg path, .pv-icon-wrap svg polygon, .pv-icon-wrap svg circle, .pv-icon-wrap svg rect, .pv-icon-wrap svg line, .pv-icon-wrap svg polyline {\n            stroke: var(--text-main); fill: none;\n        }\n        .pv-icon-wrap svg .fill-accent { fill: var(--accent-glow); stroke: none; }\n        .pv-icon-wrap svg .fill-white { fill: #ffffff; }\n        .pv-icon-wrap svg .stroke-accent { stroke: var(--accent-text); fill: none; }\n        .pv-icon-wrap svg .stroke-none { stroke: none; }\n\n        \/* Typography inside cards *\/\n        .pv-card-top-label {\n            font-size: 12px;\n            font-weight: 700;\n            color: var(--text-label);\n            margin-bottom: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.1em;\n        }\n\n        .pv-card-value {\n            font-size: 22px; \n            font-weight: 700;\n            color: var(--text-main);\n            margin-bottom: 16px;\n            letter-spacing: -0.2px;\n        }\n\n        .pv-card-divider {\n            width: 60px;\n            height: 2px;\n            background: var(--accent);\n            margin: 0 auto 16px auto;\n            border-radius: 2px;\n        }\n\n        .pv-card-bottom-label {\n            font-size: 13px; \n            font-weight: 500;\n            color: var(--text-label);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n        }\n\n        \/* Tooltip *\/\n        .pv-info-icon {\n            width: 16px; height: 16px;\n            background: var(--line-solid);\n            border-radius: 50%;\n            display: flex; align-items: center; justify-content: center;\n            color: var(--text-label);\n            font-size: 11px; font-weight: 700; font-family: serif; font-style: italic;\n            position: relative; cursor: help;\n            transition: all 0.2s ease;\n        }\n        .pv-info-icon:hover { background: var(--accent); color: #fff; }\n        \n        .pv-info-icon::after {\n            content: attr(data-tooltip);\n            position: absolute; bottom: calc(100% + 10px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            background: var(--text-main); color: #fff;\n            padding: 8px 12px; border-radius: 6px;\n            font-size: 12px; font-family: 'Montserrat', sans-serif; font-weight: 500; font-style: normal;\n            white-space: normal; width: max-content; max-width: 200px; text-align: center;\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99;\n            box-shadow: 0 8px 24px rgba(0,0,0,0.15); pointer-events: none;\n        }\n        .pv-info-icon::before {\n            content: ''; position: absolute; bottom: calc(100% + 4px); left: 50%;\n            transform: translate3d(-50%, 8px, 0);\n            border: 6px solid transparent; border-top-color: var(--text-main);\n            opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 99; pointer-events: none;\n        }\n        .pv-info-icon:hover::after, .pv-info-icon:hover::before {\n            opacity: 1; visibility: visible; transform: translate3d(-50%, 0, 0);\n        }\n\n        \/* ==========================================================================\n           SECTION 2: EDITORIAL PITCH \u0026 PRIMARY CTA (Desire \u0026 Action)\n           ========================================================================== *\/\n        .pv-editorial {\n            margin-bottom: 80px;\n            padding: 60px;\n            background: var(--card-solid-bg);\n            border: 1px solid var(--line-solid);\n            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.04);\n            border-radius: 24px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.6s forwards;\n            text-align: center;\n        }\n\n        .pv-editorial-content {\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        .pv-shimmer-text {\n            background: linear-gradient(110deg, var(--text-main) 30%, var(--accent) 50%, var(--text-main) 70%);\n            background-size: 250% auto;\n            color: transparent !important;\n            -webkit-background-clip: text;\n            background-clip: text;\n            animation: pvShine 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;\n            font-weight: 600;\n        }\n\n        .pv-editorial .pv-h2 { font-size: 36px; margin-bottom: 24px; text-align: center; }\n        \n        .pv-editorial-text {\n            font-size: 16px; line-height: 1.8; color: var(--text-label);\n            margin: 0 0 24px 0;\n        }\n        .pv-editorial-text strong { color: var(--text-main); font-weight: 600; }\n\n        \/* ==========================================================================\n           SECTION 3: COMPARISON MATRIX (Logical Justification)\n           ========================================================================== *\/\n        .pv-matrix {\n            background: var(--card-solid-bg);\n            border-radius: 24px;\n            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);\n            border: 1px solid var(--line-solid);\n            padding: 40px;\n            opacity: 0;\n            animation: pvFadeUp 0.8s ease 0.8s forwards;\n            position: relative;\n            overflow: hidden;\n            margin-bottom: 60px;\n        }\n\n        .pv-row {\n            display: grid; grid-template-columns: 1.2fr 1.5fr 1fr; align-items: stretch;\n            transition: background 0.3s ease;\n        }\n        .pv-row:hover { background: #fafcfd; }\n        .pv-row-header:hover { background: transparent; }\n\n        \/* Apply bottom borders only to outer columns to keep center column unbroken *\/\n        .pv-row:not(:last-child) .pv-col-feature,\n        .pv-row:not(:last-child) .pv-col-diamond {\n            border-bottom: 1px solid var(--line-solid);\n        }\n\n        .pv-col { \n            padding: 24px 20px; \n            display: flex; \n            flex-direction: column; \n            justify-content: center; \n        }\n\n        .pv-col-feature {\n            flex-direction: row; align-items: center; gap: 16px;\n            font-weight: 600; color: var(--text-main); font-size: 15px;\n        }\n        .pv-col-feature svg {\n            width: 24px; height: 24px; stroke: var(--text-label); stroke-width: 1.5; fill: none; flex-shrink: 0;\n        }\n        .pv-feature-sub {\n            display: block; font-size: 11px; font-weight: 500; color: var(--text-muted);\n            margin-top: 4px; text-transform: uppercase; letter-spacing: 0.1em;\n        }\n\n        \/* The Winner Column *\/\n        .pv-col-moissanite {\n            position: relative; background: var(--accent-glow);\n            text-align: center; border-left: 2px solid var(--accent); border-right: 2px solid var(--accent);\n            align-items: center;\n        }\n        .pv-row-header .pv-col-moissanite {\n            border-top: 2px solid var(--accent); border-top-left-radius: 12px; border-top-right-radius: 12px; padding-top: 32px;\n        }\n        .pv-row:last-child .pv-col-moissanite {\n            border-bottom: 2px solid var(--accent); border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; padding-bottom: 32px;\n        }\n\n        .pv-winner-badge {\n            position: absolute; top: -14px; left: 50%; transform: translateX(-50%);\n            background: var(--text-main); color: #ffffff;\n            font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em;\n            padding: 6px 16px; border-radius: 20px; white-space: nowrap;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.1);\n            animation: pvPulse 2s infinite;\n        }\n\n        .pv-col-diamond { text-align: center; opacity: 0.6; transition: opacity 0.3s ease; align-items: center; }\n        .pv-row:hover .pv-col-diamond { opacity: 1; }\n        \n        .pv-brand-title { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; color: var(--text-main); margin: 0; }\n        .pv-diamond-title { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--text-label); margin: 0; }\n\n        .pv-stat-winner {\n            font-size: 18px; font-weight: 700; color: var(--text-main);\n            display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center;\n        }\n        .pv-stat-highlight {\n            color: var(--accent-text); font-size: 13px; font-weight: 700;\n            background: #ffffff; padding: 6px 12px; border-radius: 6px; display: inline-block;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n        }\n        .pv-stat-standard { font-size: 16px; font-weight: 500; color: var(--text-label); text-align: center; }\n\n        .pv-check { width: 22px; height: 22px; stroke: var(--accent-text); stroke-width: 3; fill: none; stroke-linecap: round; stroke-linejoin: round; margin-bottom: 4px; }\n        .pv-x { width: 18px; height: 18px; stroke: var(--text-muted); stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }\n\n        \/* ==========================================================================\n           SECTION 4: TRUST BADGES (Overcoming Final Objections)\n           ========================================================================== *\/\n        .pv-trust-banner {\n            display: flex;\n            justify-content: center;\n            gap: 40px;\n            padding: 40px 20px;\n            border-top: 1px solid var(--line-solid);\n            flex-wrap: wrap;\n        }\n\n        .pv-trust-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .pv-trust-item svg {\n            width: 32px; height: 32px;\n            stroke: var(--text-main);\n            fill: var(--accent-glow);\n            stroke-width: 1.5;\n        }\n\n        .pv-trust-text {\n            font-size: 13px;\n            font-weight: 700;\n            color: var(--text-main);\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n        }\n        .pv-trust-sub {\n            display: block; font-size: 12px; font-weight: 500; color: var(--text-label); text-transform: none; letter-spacing: 0; margin-top: 2px;\n        }\n\n        \/* ==========================================================================\n           RESPONSIVE DESIGN (Tablet \u0026 Mobile Optimization)\n           ========================================================================== *\/\n        @media (max-width: 900px) {\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            \n            \/* Matrix adjustments for tablet (Keeps 3 columns) *\/\n            .pv-matrix { padding: 30px 20px; }\n            .pv-row { grid-template-columns: 1fr 1.2fr 1fr; }\n            .pv-col { padding: 20px 16px; }\n            \n            .pv-trust-banner { gap: 24px; }\n            .pv-editorial { padding: 50px 30px; }\n        }\n\n        @media (max-width: 600px) {\n            .pavia-funnel { padding: 20px 8px; border-radius: 20px; }\n            .pv-section-header { margin-bottom: 32px; }\n            .pv-h2 { font-size: 26px; margin-bottom: 12px; padding: 0 10px; }\n            .pv-p { font-size: 14px; padding: 0 10px; }\n            \n            \/* Specifications Grid *\/\n            .pv-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 40px; }\n            .pv-card { padding: 20px 10px; border-radius: 16px; }\n            .pv-icon-wrap { height: 40px; width: 40px; margin-bottom: 12px; }\n            .pv-icon-wrap svg { width: 32px; height: 32px; }\n            .pv-card-top-label { font-size: 9px; margin-bottom: 4px; }\n            .pv-card-value { font-size: 13px; margin-bottom: 10px; }\n            .pv-card-divider { margin-bottom: 10px; width: 30px; }\n            .pv-card-bottom-label { font-size: 10px; flex-direction: column; gap: 4px; text-align: center; }\n            \n            \/* Editorial Section *\/\n            .pv-editorial { padding: 32px 16px; border-radius: 20px; margin-bottom: 40px; }\n            .pv-editorial .pv-h2 { font-size: 22px; text-align: left; }\n            .pv-editorial-text { font-size: 14px; text-align: left; margin-bottom: 20px; }\n\n            \/* Comparison Matrix (Strict 3-Column Lock) *\/\n            .pv-matrix { padding: 12px 0; border-radius: 16px; border: none; box-shadow: none; margin-bottom: 30px; }\n            .pv-row { grid-template-columns: 28% 44% 28%; align-items: stretch; } \n            .pv-col { padding: 12px 4px; justify-content: center; word-break: break-word; }\n            \n            .pv-row-header .pv-col-feature { display: block; border-bottom: none; padding: 0; }\n            \n            \/* Features Column *\/\n            .pv-col-feature { font-size: 10px; flex-direction: column; align-items: center; text-align: center; gap: 4px; padding: 12px 2px; }\n            .pv-col-feature svg { width: 18px; height: 18px; }\n            .pv-feature-sub { display: none; } \n            \n            \/* Brands \/ Headers Column *\/\n            .pv-brand-title { font-size: 12px; line-height: 1.2; padding: 0 4px; }\n            .pv-diamond-title { font-size: 11px; line-height: 1.2; padding: 0 4px; }\n            \n            \/* Values Column *\/\n            .pv-stat-winner { font-size: 11px; gap: 6px; }\n            .pv-stat-highlight { font-size: 9px; padding: 3px 4px; line-height: 1.1; display: block; max-width: 100%; }\n            .pv-stat-standard { font-size: 11px; }\n            \n            .pv-winner-badge { font-size: 7px; padding: 4px 6px; top: -10px; }\n            .pv-check { width: 16px; height: 16px; stroke-width: 2.5; margin-bottom: 0; }\n            .pv-x { width: 14px; height: 14px; }\n            \n            \/* Keep Borders Visible \u0026 Sharp *\/\n            .pv-col-moissanite { border-left: 1.5px solid var(--accent); border-right: 1.5px solid var(--accent); }\n            .pv-row-header .pv-col-moissanite { border-top: 1.5px solid var(--accent); border-radius: 12px 12px 0 0; padding-top: 20px; }\n            .pv-row:last-child .pv-col-moissanite { border-bottom: 1.5px solid var(--accent); border-radius: 0 0 12px 12px; padding-bottom: 16px; }\n\n            \/* Trust Badges (Strict 3-Column Lock) *\/\n            .pv-trust-banner { \n                display: flex; flex-direction: row; flex-wrap: nowrap; \n                justify-content: space-between; align-items: flex-start; \n                padding: 20px 0 10px 0; gap: 6px; border-top: 1px solid var(--line-solid); \n            }\n            .pv-trust-item { \n                flex: 1; min-width: 0; \/* Prevents overflow from flex items *\/\n                flex-direction: column; text-align: center; gap: 6px; \n            }\n            .pv-trust-item svg { width: 22px; height: 22px; margin: 0 auto; }\n            .pv-trust-text { font-size: 9px; letter-spacing: 0; line-height: 1.2; word-wrap: break-word; }\n            .pv-trust-sub { font-size: 8px; margin-top: 0; line-height: 1.1; word-wrap: break-word; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"pavia-funnel\"\u003e\n\u003c!-- ==========================================\n         SECTION 1: THE SPECIFICATIONS\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Pavia Standard\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eUncompromising Quality\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eCrafted by Pavia Jewels, each Bezel set eternity band features precision-set stones for unmatched sparkle, lasting comfort, and timeless elegance — designed for everyday luxury and forever moments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-grid\"\u003e\n\u003c!-- 1. Metal --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 42 42 L 42 50\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 26 30 L 52 30 L 42 42 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 16 42 L 16 50 L 42 50 L 52 38 L 52 30\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent\" d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 48 30 L 48 38\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 32 18 L 58 18 L 48 30 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M 22 30 L 22 38 L 48 38 L 58 26 L 58 18\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 10 20 L 12 24 L 16 26 L 12 28 L 10 32 L 8 28 L 4 26 L 8 24 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ePrecious Metal\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e925 Sterling Silver\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eHypoallergenic\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Solid sterling silver coated in rhodium for lifetime tarnish resistance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 2. Center Stone --\u003e\n\u003cdiv class=\"pv-card highlight\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"20,10 32,18 44,10\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"24\" x2=\"54\" y1=\"24\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"26\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"38\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"54\" x2=\"32\" y1=\"24\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"20\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"32\" y1=\"10\" x1=\"44\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 10,24 20,10 44,10 54,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 50 36 L 51 39 L 54 40 L 51 41 L 50 44 L 49 41 L 46 40 L 49 39 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eTotal Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e3.00 Carat\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003ePavia Moissanite\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Center diamond weight is approximate and may vary.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 3. Shape --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"22\" cy=\"32\" cx=\"32\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon points=\"24,18 40,18 46,24 46,40 40,46 24,46 18,40 18,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline y2=\"18\" x2=\"32\" y1=\"10\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"46\" y1=\"32\" x1=\"54\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"46\" x2=\"32\" y1=\"54\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"32\" x2=\"18\" y1=\"32\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"16.4\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"16.4\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"47.6\" x1=\"16.4\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"47.6\" x1=\"47.6\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"32\" x1=\"46\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"41.9\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"46\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"41.9\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"32\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"22.1\" x2=\"22.1\" y1=\"18\" x1=\"32\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003ediamond Shape\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e\n\u003cmeta charset=\"utf-8\"\u003eRound Brilliant\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSignature Shape\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"A perfectly balanced shape, crafted to deliver exceptional brilliance.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 4. Cut --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-accent stroke-none\" points=\"32,54 12,24 52,24\"\u003e\u003c\/polygon\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"24\" x2=\"56\" y1=\"24\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-dasharray=\"2 3\" y2=\"10\" x2=\"46\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003cpolyline class=\"stroke-accent\" points=\"20,2 26,14 32,46 38,14 44,2\"\u003e\u003c\/polyline\u003e\n                    \u003cline y2=\"24\" x2=\"26\" y1=\"10\" x1=\"22\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"24\" x2=\"38\" y1=\"10\" x1=\"42\"\u003e\u003c\/line\u003e\n                    \u003cpolygon points=\"32,54 12,24 22,10 42,10 52,24\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eCut Grade\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eIdeal Cut\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eMaximum Sparkle\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Perfectly proportioned to reflect light beautifully.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 5. Clarity --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003ccircle class=\"fill-white\" r=\"14\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003ccircle class=\"fill-accent\" r=\"10\" cy=\"28\" cx=\"28\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M 38 38 L 50 50\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 44 34 L 56 46 C 58 48 58 50 56 52 L 52 56 C 50 58 48 58 46 56 L 34 44\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"stroke-accent\" d=\"M 24 20 Q 30 16 34 22\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-accent stroke-none\" d=\"M 12 12 L 14 16 L 18 18 L 14 20 L 12 24 L 10 20 L 6 18 L 10 16 Z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eColor \u0026amp; Clarity\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003eD Color \/ VVS1\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eFlawless Optics\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Featuring high-grade diamonds within the DEF color range and VVS to VS clarity, ensuring exceptional brilliance and purity.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 6. Total Weight --\u003e\n\u003cdiv class=\"pv-card\"\u003e\n\u003cdiv class=\"pv-icon-wrap\"\u003e\u003csvg viewbox=\"0 0 64 64\"\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 16 50 L 48 50 C 50 50 52 48 52 46 L 52 44 C 52 42 50 40 48 40 L 16 40 C 14 40 12 42 12 44 L 12 46 C 12 48 14 50 16 50 Z\"\u003e\u003c\/path\u003e\n                    \u003cpath class=\"fill-white\" d=\"M 12 32 L 52 32 C 54 32 56 30 56 28 L 8 28 C 8 30 10 32 12 32 Z\"\u003e\u003c\/path\u003e\n                    \u003cline y2=\"40\" x2=\"24\" y1=\"32\" x1=\"24\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"40\" y1=\"32\" x1=\"40\"\u003e\u003c\/line\u003e\n                    \u003cline y2=\"40\" x2=\"32\" y1=\"32\" x1=\"32\"\u003e\u003c\/line\u003e\n                    \u003cpolygon class=\"fill-accent\" points=\"24,28 40,28 38,20 26,20\"\u003e\u003c\/polygon\u003e\n                    \u003cpolygon class=\"fill-white\" points=\"28,20 36,20 34,14 30,14\"\u003e\u003c\/polygon\u003e\n                    \u003crect rx=\"1\" height=\"4\" width=\"8\" y=\"43\" x=\"28\"\u003e\u003c\/rect\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-top-label\"\u003eItem Weight\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e~4.00 Grams\u003c\/div\u003e\n\u003cdiv class=\"pv-card-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-card-bottom-label\"\u003eSubstantial Feel\n\u003cdiv aria-label=\"Information\" role=\"tooltip\" data-tooltip=\"Approximate weight. May vary by size.\" class=\"pv-info-icon\" tabindex=\"0\"\u003ei\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 2: EDITORIAL PITCH \u0026 CTA\n         ========================================== --\u003e\n\u003cdiv class=\"pv-editorial\"\u003e\n\u003cdiv class=\"pv-editorial-content\"\u003e\n\u003ch3 class=\"pv-h2\"\u003e\n\u003cspan\u003eThe Round Brilliant Eternity Band\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eExperience modern elegance with this \u003cstrong\u003ebezel set round moissanite eternity band in 925 sterling silver\u003c\/strong\u003e, designed for a smooth, refined look with exceptional brilliance. Perfect for everyday wear, weddings, or stacking, this piece blends contemporary style with timeless luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a continuous row of round moissanite stones, each securely encased in a sleek bezel setting for enhanced durability and a clean silhouette. The polished 925 silver band ensures comfort and long-lasting shine—making it an ideal choice for a \u003cstrong\u003eluxury moissanite wedding band\u003c\/strong\u003e, anniversary ring, or minimalist stacking piece.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 3: COMPARISON MATRIX\n         ========================================== --\u003e\n\u003cdiv class=\"pv-section-header\"\u003e\n\u003cspan class=\"pv-eyebrow\"\u003eThe Smart Choice\u003c\/span\u003e\n\u003ch2 class=\"pv-h2\"\u003eVisual Perfection, Unmatched Value\u003c\/h2\u003e\n\u003cp class=\"pv-p\"\u003eSee exactly why thousands of smart couples are choosing Pavia Moissanite over heavily marked-up natural diamonds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-matrix\"\u003e\n\u003c!-- Row 1: Headers --\u003e\n\u003cdiv class=\"pv-row pv-row-header\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-winner-badge\"\u003eRecommended\u003c\/div\u003e\n\u003ch3 class=\"pv-brand-title pv-shimmer-text\"\u003ePavia Moissanite\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003ch3 class=\"pv-diamond-title\"\u003eNatural Diamond\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 2: Brilliance --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 2L15 8L22 9L17 14L18.5 21L12 17.5L5.5 21L7 14L2 9L9 8L12 2Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eBrilliance \u003cspan class=\"pv-feature-sub\"\u003eRefractive Index\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e2.65 - 2.69 \u003cspan class=\"pv-stat-highlight\"\u003e10% More Brilliant\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e2.42\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 3: Fire --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22C12 22 20 18 20 12C20 6 12 2 12 2C12 2 4 6 4 12C4 18 12 22 12 22Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 16C12 16 15 14 15 11C15 9 12 7 12 7C12 7 9 9 9 11C9 14 12 16 12 16Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eFire \u0026amp; Sparkle \u003cspan class=\"pv-feature-sub\"\u003eLight Dispersion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e0.104 \u003cspan class=\"pv-stat-highlight\"\u003e2.5x More Rainbow Fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e0.044\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 4: Durability --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolygon points=\"12 2 22 8 22 16 12 22 2 16 2 8 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n\u003cdiv\u003eDurability \u003cspan class=\"pv-feature-sub\"\u003eMohs Hardness Scale\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e9.25 \u003cspan class=\"pv-stat-highlight\"\u003eLifetime Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e10.0\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 5: Ethics --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10C21 17 12 23 12 23C12 23 3 17 3 10C3 7.23858 5.23858 5 8 5C9.84675 5 11.4557 6.00287 12 7.50536C12.5443 6.00287 14.1533 5 16 5C18.7614 5 21 7.23858 21 10Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eEthical Origins \u003cspan class=\"pv-feature-sub\"\u003eEco-Friendly Process\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003e\n\u003csvg class=\"pv-check\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M20 6L9 17L4 12\"\u003e\u003c\/path\u003e\u003c\/svg\u003e 100% Guaranteed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003e\n\u003csvg class=\"pv-x\" viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M18 6L6 18M6 6L18 18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Often Ambiguous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Row 6: Value --\u003e\n\u003cdiv class=\"pv-row\"\u003e\n\u003cdiv class=\"pv-col pv-col-feature\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 12H8.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 12H16.01\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 12C12 13.1046 11.1046 14 10 14C8.89543 14 8 13.1046 8 12C8 10.8954 8.89543 10 10 10C11.1046 10 12 10.8954 12 12Z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003eInvestment Value \u003cspan class=\"pv-feature-sub\"\u003e1 Carat Solitaire Avg\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-moissanite\"\u003e\n\u003cdiv class=\"pv-stat-winner\"\u003eHighly Accessible \u003cspan class=\"pv-stat-highlight\"\u003eNo Artificial Markups\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-col pv-col-diamond\"\u003e\n\u003cdiv class=\"pv-stat-standard\"\u003eExtremely Premium\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==========================================\n         SECTION 4: TRUST BADGES (Overcoming Objections)\n         ========================================== --\u003e\n\u003cdiv class=\"pv-trust-banner\"\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eLifetime Warranty\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eOn stone brilliance \u0026amp; fire\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\u003cpolygon points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polygon\u003e\u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003eFree Shipping\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eFully insured \u0026amp; trackable\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pv-trust-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8\"\u003e\u003c\/path\u003e\u003cpath d=\"M21 3v5h-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cspan class=\"pv-trust-text\"\u003e7-Day Returns\u003c\/span\u003e \u003cspan class=\"pv-trust-sub\"\u003eHassle-free guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"PAVIAJEWELS","offers":[{"title":"925 Silver \/ White \/ 5","offer_id":44818916179991,"sku":"RGE0001","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44818916212759,"sku":"RGE0002","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44818916245527,"sku":"RGE0003","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44818916278295,"sku":"RGE0004","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44818916311063,"sku":"RGE0005","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44818916343831,"sku":"RGE0006","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44818916376599,"sku":"RGE0007","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44818916409367,"sku":"RGE0008","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44818916442135,"sku":"RGE0009","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44818916474903,"sku":"RGE00010","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44818916507671,"sku":"RGE00011","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44818916540439,"sku":"RGE00012","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44818916573207,"sku":"RGE00013","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44818916605975,"sku":"RGE00014","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44818916638743,"sku":"RGE00015","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44818916671511,"sku":"RGE00016","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44818916704279,"sku":"RGE00017","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44818916737047,"sku":"RGE00018","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44818916769815,"sku":"RGE00019","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44818916802583,"sku":"RGE00020","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44818916835351,"sku":"RGE00021","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44818916868119,"sku":"RGE00022","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44818916900887,"sku":"RGE00023","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44818916933655,"sku":"RGE00024","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44818916966423,"sku":"RGE00025","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44818916999191,"sku":"RGE00026","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44818917031959,"sku":"RGE00027","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44818917064727,"sku":"RGE00028","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44818917097495,"sku":"RGE00029","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44818917130263,"sku":"RGE00030","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44818917163031,"sku":"RGE00031","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44818917195799,"sku":"RGE00032","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44818917228567,"sku":"RGE00033","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44818917261335,"sku":"RGE00034","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44818917294103,"sku":"RGE00035","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44818917326871,"sku":"RGE00036","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44818917359639,"sku":"RGE00037","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44818917392407,"sku":"RGE00038","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44818917425175,"sku":"RGE00039","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44818917457943,"sku":"RGE00040","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44818917490711,"sku":"RGE00041","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44818917523479,"sku":"RGE00042","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44818917556247,"sku":"RGE00043","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44818917589015,"sku":"RGE00044","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44818917621783,"sku":"RGE00045","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44818917654551,"sku":"RGE00046","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44818917687319,"sku":"RGE00047","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44818917720087,"sku":"RGE00048","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44818917752855,"sku":"RGE00049","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44818917785623,"sku":"RGE00050","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44818917818391,"sku":"RGE00051","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44818917851159,"sku":"RGE00052","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44818917883927,"sku":"RGE00053","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44818917916695,"sku":"RGE00054","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44818917949463,"sku":"RGE00055","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44818917982231,"sku":"RGE00056","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44818918014999,"sku":"RGE00057","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44818918047767,"sku":"RGE00058","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44818918080535,"sku":"RGE00059","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44818918113303,"sku":"RGE00060","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44818918146071,"sku":"RGE00061","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44818918178839,"sku":"RGE00062","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44818918211607,"sku":"RGE00063","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44818918244375,"sku":"RGE00064","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44818918277143,"sku":"RGE00065","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44818918309911,"sku":"RGE00066","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44818918342679,"sku":"RGE00067","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44818918375447,"sku":"RGE00068","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44818918408215,"sku":"RGE00069","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44818918440983,"sku":"RGE00070","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44818918473751,"sku":"RGE00071","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44818918506519,"sku":"RGE00072","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44818918539287,"sku":"RGE00073","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44818918572055,"sku":"RGE00074","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44818918604823,"sku":"RGE00075","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44818918637591,"sku":"RGE00076","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44818918670359,"sku":"RGE00077","price":7499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44818918703127,"sku":"RGE00078","price":7499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/silver-bezel-round-moissanite-eternity-ring-full-band.png?v=1777359452"}],"url":"https:\/\/www.paviajewels.com\/collections\/eternity-ring.oembed","provider":"PAVIAJEWELS","version":"1.0","type":"link"}