{"title":"New Arrivals","description":"","products":[{"product_id":"round-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Moissanite Solitaire Ring | 1 Ct Round Brilliant Diamond Look Engagement 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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eRound \u003cspan\u003eBrilliant\u003c\/span\u003e\n\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~2.30 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\"\u003eThe Round Cut Solitaire 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\u003eround cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to deliver exceptional brilliance and refined luxury. Perfect for engagements, proposals, or everyday sophistication, this premium piece blends modern craftsmanship with classic appeal.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a high-quality moissanite center stone with remarkable fire and clarity, 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 engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44812502695959,"sku":"RGS0001","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44812502794263,"sku":"RGS0004","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44812502892567,"sku":"RGS0007","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44812502990871,"sku":"RGS00010","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44812503089175,"sku":"RGS00013","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44812503187479,"sku":"RGS00016","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44812503285783,"sku":"RGS00019","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44812503384087,"sku":"RGS00022","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44812503482391,"sku":"RGS00025","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44812503580695,"sku":"RGS00028","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44812503678999,"sku":"RGS00031","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44812503777303,"sku":"RGS00034","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44812503875607,"sku":"RGS00037","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44812503973911,"sku":"RGS00040","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44812504072215,"sku":"RGS00043","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44812504170519,"sku":"RGS00046","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44812504268823,"sku":"RGS00049","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44812504367127,"sku":"RGS00052","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44812504465431,"sku":"RGS00055","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44812504563735,"sku":"RGS00058","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44812504662039,"sku":"RGS00061","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44812504760343,"sku":"RGS00064","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44812504858647,"sku":"RGS00067","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44812504956951,"sku":"RGS00070","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44812505055255,"sku":"RGS00073","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44812505153559,"sku":"RGS00076","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44812502728727,"sku":"RGS0002","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44812502827031,"sku":"RGS0005","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44812502925335,"sku":"RGS0008","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44812503023639,"sku":"RGS00011","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44812503121943,"sku":"RGS00014","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44812503220247,"sku":"RGS00017","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44812503318551,"sku":"RGS00020","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44812503416855,"sku":"RGS00023","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44812503515159,"sku":"RGS00026","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44812503613463,"sku":"RGS00029","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44812503711767,"sku":"RGS00032","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44812503810071,"sku":"RGS00035","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44812503908375,"sku":"RGS00038","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44812504006679,"sku":"RGS00041","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44812504104983,"sku":"RGS00044","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44812504203287,"sku":"RGS00047","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44812504301591,"sku":"RGS00050","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44812504399895,"sku":"RGS00053","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44812504498199,"sku":"RGS00056","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44812504596503,"sku":"RGS00059","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44812504694807,"sku":"RGS00062","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44812504793111,"sku":"RGS00065","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44812504891415,"sku":"RGS00068","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44812504989719,"sku":"RGS00071","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44812505088023,"sku":"RGS00074","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44812505186327,"sku":"RGS00077","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44812502761495,"sku":"RGS0003","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44812502859799,"sku":"RGS0006","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44812502958103,"sku":"RGS0009","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44812503056407,"sku":"RGS00012","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44812503154711,"sku":"RGS00015","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44812503253015,"sku":"RGS00018","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44812503351319,"sku":"RGS00021","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44812503449623,"sku":"RGS00024","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44812503547927,"sku":"RGS00027","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44812503646231,"sku":"RGS00030","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44812503744535,"sku":"RGS00033","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44812503842839,"sku":"RGS00036","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44812503941143,"sku":"RGS00039","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44812504039447,"sku":"RGS00042","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44812504137751,"sku":"RGS00045","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44812504236055,"sku":"RGS00048","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44812504334359,"sku":"RGS00051","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44812504432663,"sku":"RGS00054","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44812504530967,"sku":"RGS00057","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44812504629271,"sku":"RGS00060","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44812504727575,"sku":"RGS00063","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44812504825879,"sku":"RGS00066","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44812504924183,"sku":"RGS00069","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44812505022487,"sku":"RGS00072","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44812505120791,"sku":"RGS00075","price":4299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44812505219095,"sku":"RGS00078","price":4299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/round-moissanite-solitaire-ring-yellow-gold-4-prong-front-view.png?v=1776860935"},{"product_id":"1ct-oval-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Oval Moissanite Solitaire Ring | 1 Ct Diamond | Engagement 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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eOval \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~2.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\"\u003eThe Oval Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp data-start=\"96\" data-end=\"411\" style=\"text-align: left;\"\u003eDiscover refined brilliance with this \u003cstrong data-start=\"134\" data-end=\"195\"\u003eoval cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, a timeless expression of elegance and modern sophistication. Designed for those who appreciate graceful proportions and radiant sparkle, this piece is perfect for engagements, proposals, or everyday luxury styling.\u003c\/p\u003e\n\u003cp data-start=\"413\" data-end=\"705\" style=\"text-align: left;\"\u003eThe centerpiece showcases a stunning \u003cstrong data-start=\"450\" data-end=\"473\"\u003eoval-cut moissanite\u003c\/strong\u003e, known for its elongated silhouette that enhances finger length and maximizes brilliance. Set in a classic \u003cstrong data-start=\"581\" data-end=\"603\"\u003efour-prong setting\u003c\/strong\u003e, the stone allows optimal light reflection, delivering exceptional fire and clarity from every angle.\u003c\/p\u003e\n\u003cp data-start=\"707\" data-end=\"1034\" style=\"text-align: left;\"\u003eCrafted in \u003cstrong data-start=\"718\" data-end=\"754\"\u003ehigh-quality 925 sterling silver\u003c\/strong\u003e, the sleek, polished band offers lasting durability, comfort, and a luxurious finish. Its minimalist design ensures the center stone remains the true focal point, making it an ideal choice for a \u003cstrong data-start=\"950\" data-end=\"1033\"\u003emoissanite engagement ring, anniversary gift, or signature fine jewellery piece\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp data-start=\"1036\" data-end=\"1162\" style=\"text-align: left;\"\u003eA perfect balance of contemporary refinement and timeless beauty, this ring is designed to shine effortlessly in every moment.\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":44812636815383,"sku":"RGS0001","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44812636848151,"sku":"RGS0004","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44812636880919,"sku":"RGS0007","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44812636913687,"sku":"RGS00010","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44812636946455,"sku":"RGS00013","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44812636979223,"sku":"RGS00016","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44812637011991,"sku":"RGS00019","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44812637044759,"sku":"RGS00022","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44812637077527,"sku":"RGS00025","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44812637110295,"sku":"RGS00028","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44812637143063,"sku":"RGS00031","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44812637175831,"sku":"RGS00034","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44812637208599,"sku":"RGS00037","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44812637241367,"sku":"RGS00040","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44812637274135,"sku":"RGS00043","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44812637306903,"sku":"RGS00046","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44812637339671,"sku":"RGS00049","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44812637372439,"sku":"RGS00052","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44812637405207,"sku":"RGS00055","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44812637437975,"sku":"RGS00058","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44812637470743,"sku":"RGS00061","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44812637503511,"sku":"RGS00064","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44812637536279,"sku":"RGS00067","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44812637569047,"sku":"RGS00070","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44812637601815,"sku":"RGS00073","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44812637634583,"sku":"RGS00076","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44812637667351,"sku":"RGS0002","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44812637700119,"sku":"RGS0005","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44812637732887,"sku":"RGS0008","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44812637765655,"sku":"RGS00011","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44812637798423,"sku":"RGS00014","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44812637831191,"sku":"RGS00017","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44812637863959,"sku":"RGS00020","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44812637896727,"sku":"RGS00023","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44812637929495,"sku":"RGS00026","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44812637962263,"sku":"RGS00029","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44812637995031,"sku":"RGS00032","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44812638027799,"sku":"RGS00035","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44812638060567,"sku":"RGS00038","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44812638093335,"sku":"RGS00041","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44812638126103,"sku":"RGS00044","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44812638158871,"sku":"RGS00047","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44812638191639,"sku":"RGS00050","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44812638224407,"sku":"RGS00053","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44812638257175,"sku":"RGS00056","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44812638289943,"sku":"RGS00059","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44812638322711,"sku":"RGS00062","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44812638355479,"sku":"RGS00065","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44812638388247,"sku":"RGS00068","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44812638421015,"sku":"RGS00071","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44812638453783,"sku":"RGS00074","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44812638486551,"sku":"RGS00077","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44812638519319,"sku":"RGS0003","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44812638552087,"sku":"RGS0006","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44812638584855,"sku":"RGS0009","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44812638617623,"sku":"RGS00012","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44812638650391,"sku":"RGS00015","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44812638683159,"sku":"RGS00018","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44812638715927,"sku":"RGS00021","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44812638748695,"sku":"RGS00024","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44812638781463,"sku":"RGS00027","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44812638814231,"sku":"RGS00030","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44812638846999,"sku":"RGS00033","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44812638879767,"sku":"RGS00036","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44812638912535,"sku":"RGS00039","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44812638945303,"sku":"RGS00042","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44812638978071,"sku":"RGS00045","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44812639010839,"sku":"RGS00048","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44812639043607,"sku":"RGS00051","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44812639076375,"sku":"RGS00054","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44812639109143,"sku":"RGS00057","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44812639141911,"sku":"RGS00060","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44812639174679,"sku":"RGS00063","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44812639207447,"sku":"RGS00066","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44812639240215,"sku":"RGS00069","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44812639272983,"sku":"RGS00072","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44812639305751,"sku":"RGS00075","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44812639338519,"sku":"RGS00078","price":3999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/oval-moissanite-solitaire-ring-yellow-gold-4-prong-pavia-jewels.png?v=1776920964"},{"product_id":"pink-moissanite-engagement-ring-oval-halo","title":"925 Silver Pink Oval Moissanite Halo Ring | 1 Ct Diamond Look Engagement 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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eOval \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\"\u003ePink 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~1.80 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\"\u003eThe \u003cspan\u003ePink Oval Cut Halo\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\u003epink oval moissanite halo ring in 925 sterling silver\u003c\/strong\u003e, designed to radiate exceptional brilliance with a romantic touch. Perfect for engagements, proposals, or statement styling, this exquisite piece blends modern luxury with timeless charm.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a captivating pink oval-cut moissanite center stone, surrounded by a shimmering halo that enhances its sparkle and visual size. 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 engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44812741345303,"sku":"RGS0001","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44812741378071,"sku":"RGS0004","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44812741410839,"sku":"RGS0007","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44812741443607,"sku":"RGS00010","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44812741476375,"sku":"RGS00013","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44812741509143,"sku":"RGS00016","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44812741541911,"sku":"RGS00019","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44812741574679,"sku":"RGS00022","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44812741607447,"sku":"RGS00025","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44812741640215,"sku":"RGS00028","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44812741672983,"sku":"RGS00031","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44812741705751,"sku":"RGS00034","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44812741738519,"sku":"RGS00037","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44812741771287,"sku":"RGS00040","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44812741804055,"sku":"RGS00043","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44812741836823,"sku":"RGS00046","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44812741869591,"sku":"RGS00049","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44812741902359,"sku":"RGS00052","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44812741935127,"sku":"RGS00055","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44812741967895,"sku":"RGS00058","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44812742000663,"sku":"RGS00061","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44812742033431,"sku":"RGS00064","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44812742066199,"sku":"RGS00067","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44812742098967,"sku":"RGS00070","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44812742131735,"sku":"RGS00073","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44812742164503,"sku":"RGS00076","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44812742197271,"sku":"RGS0002","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44812742230039,"sku":"RGS0005","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44812742262807,"sku":"RGS0008","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44812742295575,"sku":"RGS00011","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44812742328343,"sku":"RGS00014","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44812742361111,"sku":"RGS00017","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44812742393879,"sku":"RGS00020","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44812742426647,"sku":"RGS00023","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44812742459415,"sku":"RGS00026","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44812742492183,"sku":"RGS00029","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44812742524951,"sku":"RGS00032","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44812742557719,"sku":"RGS00035","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44812742590487,"sku":"RGS00038","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44812742623255,"sku":"RGS00041","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44812742656023,"sku":"RGS00044","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44812742688791,"sku":"RGS00047","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44812742721559,"sku":"RGS00050","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44812742754327,"sku":"RGS00053","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44812742787095,"sku":"RGS00056","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44812742819863,"sku":"RGS00059","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44812742852631,"sku":"RGS00062","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44812742885399,"sku":"RGS00065","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44812742918167,"sku":"RGS00068","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44812742950935,"sku":"RGS00071","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44812742983703,"sku":"RGS00074","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44812743016471,"sku":"RGS00077","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44812743049239,"sku":"RGS0003","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44812743082007,"sku":"RGS0006","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44812743114775,"sku":"RGS0009","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44812743147543,"sku":"RGS00012","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44812743180311,"sku":"RGS00015","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44812743213079,"sku":"RGS00018","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44812743245847,"sku":"RGS00021","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44812743278615,"sku":"RGS00024","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44812743311383,"sku":"RGS00027","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44812743344151,"sku":"RGS00030","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44812743376919,"sku":"RGS00033","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44812743409687,"sku":"RGS00036","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44812743442455,"sku":"RGS00039","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44812743475223,"sku":"RGS00042","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44812743507991,"sku":"RGS00045","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44812743540759,"sku":"RGS00048","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44812743573527,"sku":"RGS00051","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44812743606295,"sku":"RGS00054","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44812743639063,"sku":"RGS00057","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44812743671831,"sku":"RGS00060","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44812743704599,"sku":"RGS00063","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44812743737367,"sku":"RGS00066","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44812743770135,"sku":"RGS00069","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44812743802903,"sku":"RGS00072","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44812743835671,"sku":"RGS00075","price":8499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44812743868439,"sku":"RGS00078","price":8499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/pink-cushion-moissanite-solitaire-ring-yellow-gold-4-prong-pavia-jewels.png?v=1776926835"},{"product_id":"1ct-pear-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Pear Shape Moissanite Solitaire Ring | 1 Ct Teardrop Diamond Look 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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\u003cspan\u003ePear Cut\u003c\/span\u003e\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~1.85 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\"\u003eThe Pear Cut Solitaire 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\u003e1 CT pear cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to capture light with exceptional brilliance and graceful sophistication. Perfect for engagements, proposals, or statement styling, this exquisite piece blends modern luxury with timeless charm.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 1 carat pear-shaped moissanite center stone with remarkable fire and clarity, secured in a classic prong setting that enhances its unique silhouette. The polished 925 silver band offers durability, comfort, and a sleek finish, making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813082263575,"sku":"RGS0001","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813082296343,"sku":"RGS0004","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813082329111,"sku":"RGS0007","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813082361879,"sku":"RGS00010","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813082394647,"sku":"RGS00013","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813082427415,"sku":"RGS00016","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813082460183,"sku":"RGS00019","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813082492951,"sku":"RGS00022","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813082525719,"sku":"RGS00025","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813082558487,"sku":"RGS00028","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813082591255,"sku":"RGS00031","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813082624023,"sku":"RGS00034","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813082656791,"sku":"RGS00037","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813082689559,"sku":"RGS00040","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813082722327,"sku":"RGS00043","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813082755095,"sku":"RGS00046","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813082787863,"sku":"RGS00049","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813082820631,"sku":"RGS00052","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813082853399,"sku":"RGS00055","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813082886167,"sku":"RGS00058","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813082918935,"sku":"RGS00061","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813082951703,"sku":"RGS00064","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813082984471,"sku":"RGS00067","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813083017239,"sku":"RGS00070","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813083050007,"sku":"RGS00073","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813083082775,"sku":"RGS00076","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813083115543,"sku":"RGS0002","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813083148311,"sku":"RGS0005","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813083181079,"sku":"RGS0008","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813083213847,"sku":"RGS00011","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813083246615,"sku":"RGS00014","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813083279383,"sku":"RGS00017","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813083312151,"sku":"RGS00020","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813083344919,"sku":"RGS00023","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813083377687,"sku":"RGS00026","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813083410455,"sku":"RGS00029","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813083443223,"sku":"RGS00032","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813083475991,"sku":"RGS00035","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813083508759,"sku":"RGS00038","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813083541527,"sku":"RGS00041","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813083574295,"sku":"RGS00044","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813083607063,"sku":"RGS00047","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813083639831,"sku":"RGS00050","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813083672599,"sku":"RGS00053","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813083705367,"sku":"RGS00056","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813083738135,"sku":"RGS00059","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813083770903,"sku":"RGS00062","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813083803671,"sku":"RGS00065","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813083836439,"sku":"RGS00068","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813083869207,"sku":"RGS00071","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813083901975,"sku":"RGS00074","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813083934743,"sku":"RGS00077","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813083967511,"sku":"RGS0003","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813084000279,"sku":"RGS0006","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813084033047,"sku":"RGS0009","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813084065815,"sku":"RGS00012","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813084098583,"sku":"RGS00015","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813084131351,"sku":"RGS00018","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813084164119,"sku":"RGS00021","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813084196887,"sku":"RGS00024","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813084229655,"sku":"RGS00027","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813084262423,"sku":"RGS00030","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813084295191,"sku":"RGS00033","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813084327959,"sku":"RGS00036","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813084360727,"sku":"RGS00039","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813084393495,"sku":"RGS00042","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813084426263,"sku":"RGS00045","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813084459031,"sku":"RGS00048","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813084491799,"sku":"RGS00051","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813084524567,"sku":"RGS00054","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813084557335,"sku":"RGS00057","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813084590103,"sku":"RGS00060","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813084622871,"sku":"RGS00063","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813084655639,"sku":"RGS00066","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813084688407,"sku":"RGS00069","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813084721175,"sku":"RGS00072","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813084753943,"sku":"RGS00075","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813084786711,"sku":"RGS00078","price":3899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/pear-moissanite-solitaire-ring-yellow-gold-front.png?v=1777011786"},{"product_id":"1ct-emerald-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Emerald Cut Moissanite Ring | 1 Ct Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\u003cspan\u003eEmerald \u003c\/span\u003e\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~1.50 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\"\u003eThe \u003cspan\u003eEmerald\u003c\/span\u003e Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover modern elegance with this \u003cstrong\u003e1 CT emerald cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed for those who appreciate clean lines and understated luxury. Perfect for engagements, proposals, or refined everyday wear, this piece embodies timeless sophistication.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a striking 1 carat emerald-cut moissanite center stone with exceptional clarity and a captivating hall-of-mirrors effect, secured in a classic four-prong setting that enhances its geometric beauty. The polished 925 silver band ensures durability, comfort, and a sleek finish, making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813186105367,"sku":"RGS0001","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813186138135,"sku":"RGS0004","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813186170903,"sku":"RGS0007","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813186203671,"sku":"RGS00010","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813186236439,"sku":"RGS00013","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813186269207,"sku":"RGS00016","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813186301975,"sku":"RGS00019","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813186334743,"sku":"RGS00022","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813186367511,"sku":"RGS00025","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813186400279,"sku":"RGS00028","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813186433047,"sku":"RGS00031","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813186465815,"sku":"RGS00034","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813186498583,"sku":"RGS00037","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813186531351,"sku":"RGS00040","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813186564119,"sku":"RGS00043","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813186596887,"sku":"RGS00046","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813186629655,"sku":"RGS00049","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813186662423,"sku":"RGS00052","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813186695191,"sku":"RGS00055","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813186727959,"sku":"RGS00058","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813186760727,"sku":"RGS00061","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813186793495,"sku":"RGS00064","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813186826263,"sku":"RGS00067","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813186859031,"sku":"RGS00070","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813186891799,"sku":"RGS00073","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813186924567,"sku":"RGS00076","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813186957335,"sku":"RGS0002","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813186990103,"sku":"RGS0005","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813187022871,"sku":"RGS0008","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813187055639,"sku":"RGS00011","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813187088407,"sku":"RGS00014","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813187121175,"sku":"RGS00017","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813187153943,"sku":"RGS00020","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813187186711,"sku":"RGS00023","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813187219479,"sku":"RGS00026","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813187252247,"sku":"RGS00029","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813187285015,"sku":"RGS00032","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813187317783,"sku":"RGS00035","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813187350551,"sku":"RGS00038","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813187383319,"sku":"RGS00041","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813187416087,"sku":"RGS00044","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813187448855,"sku":"RGS00047","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813187481623,"sku":"RGS00050","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813187514391,"sku":"RGS00053","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813187547159,"sku":"RGS00056","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813187579927,"sku":"RGS00059","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813187612695,"sku":"RGS00062","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813187645463,"sku":"RGS00065","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813187678231,"sku":"RGS00068","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813187710999,"sku":"RGS00071","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813187743767,"sku":"RGS00074","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813187776535,"sku":"RGS00077","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813187809303,"sku":"RGS0003","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813187842071,"sku":"RGS0006","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813187874839,"sku":"RGS0009","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813187907607,"sku":"RGS00012","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813187940375,"sku":"RGS00015","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813187973143,"sku":"RGS00018","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813188005911,"sku":"RGS00021","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813188038679,"sku":"RGS00024","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813188071447,"sku":"RGS00027","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813188104215,"sku":"RGS00030","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813188136983,"sku":"RGS00033","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813188169751,"sku":"RGS00036","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813188202519,"sku":"RGS00039","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813188235287,"sku":"RGS00042","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813188268055,"sku":"RGS00045","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813188300823,"sku":"RGS00048","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813188333591,"sku":"RGS00051","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813188366359,"sku":"RGS00054","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813188399127,"sku":"RGS00057","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813188431895,"sku":"RGS00060","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813188464663,"sku":"RGS00063","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813188497431,"sku":"RGS00066","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813188530199,"sku":"RGS00069","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813188562967,"sku":"RGS00072","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813188595735,"sku":"RGS00075","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813188628503,"sku":"RGS00078","price":3899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/emerald-moissanite-solitaire-ring-minimal.png?v=1777013642"},{"product_id":"1ct-asscher-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Asscher Cut Moissanite Ring | 1 Ct Square Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\u003cspan\u003eAsscher\u003c\/span\u003e 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~1.95 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\"\u003eThe \u003cspan\u003eAsscher\u003c\/span\u003e Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover refined sophistication with this \u003cstrong\u003e1 CT Asscher cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed for those who appreciate clean geometry and timeless elegance. Perfect for engagements, proposals, or elevated everyday styling, this piece embodies modern luxury with a classic touch.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a striking 1 carat Asscher-cut moissanite center stone with exceptional clarity and a mesmerizing step-cut hall-of-mirrors effect, secured in a classic four-prong setting that highlights its bold, symmetrical silhouette. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813211271191,"sku":"RGS0001","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813211303959,"sku":"RGS0004","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813211336727,"sku":"RGS0007","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813211369495,"sku":"RGS00010","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813211402263,"sku":"RGS00013","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813211435031,"sku":"RGS00016","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813211467799,"sku":"RGS00019","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813211500567,"sku":"RGS00022","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813211533335,"sku":"RGS00025","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813211566103,"sku":"RGS00028","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813211598871,"sku":"RGS00031","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813211631639,"sku":"RGS00034","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813211664407,"sku":"RGS00037","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813211697175,"sku":"RGS00040","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813211729943,"sku":"RGS00043","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813211762711,"sku":"RGS00046","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813211795479,"sku":"RGS00049","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813211828247,"sku":"RGS00052","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813211861015,"sku":"RGS00055","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813211893783,"sku":"RGS00058","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813211926551,"sku":"RGS00061","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813211959319,"sku":"RGS00064","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813211992087,"sku":"RGS00067","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813212024855,"sku":"RGS00070","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813212057623,"sku":"RGS00073","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813212090391,"sku":"RGS00076","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813212123159,"sku":"RGS0002","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813212155927,"sku":"RGS0005","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813212188695,"sku":"RGS0008","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813212221463,"sku":"RGS00011","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813212254231,"sku":"RGS00014","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813212286999,"sku":"RGS00017","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813212319767,"sku":"RGS00020","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813212352535,"sku":"RGS00023","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813212385303,"sku":"RGS00026","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813212418071,"sku":"RGS00029","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813212450839,"sku":"RGS00032","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813212483607,"sku":"RGS00035","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813212516375,"sku":"RGS00038","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813212549143,"sku":"RGS00041","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813212581911,"sku":"RGS00044","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813212614679,"sku":"RGS00047","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813212647447,"sku":"RGS00050","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813212680215,"sku":"RGS00053","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813212712983,"sku":"RGS00056","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813212745751,"sku":"RGS00059","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813212778519,"sku":"RGS00062","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813212811287,"sku":"RGS00065","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813212844055,"sku":"RGS00068","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813212876823,"sku":"RGS00071","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813212909591,"sku":"RGS00074","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813212942359,"sku":"RGS00077","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813212975127,"sku":"RGS0003","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813213007895,"sku":"RGS0006","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813213040663,"sku":"RGS0009","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813213073431,"sku":"RGS00012","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813213106199,"sku":"RGS00015","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813213138967,"sku":"RGS00018","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813213171735,"sku":"RGS00021","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813213204503,"sku":"RGS00024","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813213237271,"sku":"RGS00027","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813213270039,"sku":"RGS00030","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813213302807,"sku":"RGS00033","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813213335575,"sku":"RGS00036","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813213368343,"sku":"RGS00039","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813213401111,"sku":"RGS00042","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813213433879,"sku":"RGS00045","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813213466647,"sku":"RGS00048","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813213499415,"sku":"RGS00051","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813213532183,"sku":"RGS00054","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813213564951,"sku":"RGS00057","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813213597719,"sku":"RGS00060","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813213630487,"sku":"RGS00063","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813213663255,"sku":"RGS00066","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813213696023,"sku":"RGS00069","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813213728791,"sku":"RGS00072","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813213761559,"sku":"RGS00075","price":3899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813213794327,"sku":"RGS00078","price":3899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/asscher-cut-moissanite-ring-yellow-gold-front.png?v=1777014148"},{"product_id":"1ct-heart-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Heart Shape Moissanite Ring | 1 Ct Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\u003cspan\u003eHeart\u003c\/span\u003e\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~2.85 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\"\u003eThe \u003cspan\u003eHeart\u003c\/span\u003e Cut Solitaire 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\u003e1 CT heart shape moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to capture emotion, brilliance, and timeless elegance. Perfect for engagements, proposals, or meaningful gifting, this romantic piece blends modern craftsmanship with a symbolic design.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 1 carat heart-shaped moissanite center stone with exceptional fire and clarity, secured in a classic prong setting that enhances its unique silhouette. The polished 925 silver band ensures durability, comfort, and a sleek finish, making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813241614359,"sku":"RGS0007","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813241647127,"sku":"RGS0008","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813241679895,"sku":"RGS0009","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813241712663,"sku":"RGS00010","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813241745431,"sku":"RGS00011","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813241778199,"sku":"RGS00012","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813241810967,"sku":"RGS00013","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813241843735,"sku":"RGS00014","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813241876503,"sku":"RGS00015","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813241909271,"sku":"RGS00016","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813241942039,"sku":"RGS00017","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813241974807,"sku":"RGS00018","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813242007575,"sku":"RGS00019","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813242040343,"sku":"RGS00020","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813242073111,"sku":"RGS00021","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813242105879,"sku":"RGS00022","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813242138647,"sku":"RGS00023","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813242171415,"sku":"RGS00024","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813242204183,"sku":"RGS00025","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813242236951,"sku":"RGS00026","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813242269719,"sku":"RGS00027","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813242302487,"sku":"RGS00028","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813242335255,"sku":"RGS00029","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813242368023,"sku":"RGS00030","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813242400791,"sku":"RGS00031","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813242433559,"sku":"RGS00032","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813242466327,"sku":"RGS00033","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813242499095,"sku":"RGS00034","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813242531863,"sku":"RGS00035","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813242564631,"sku":"RGS00036","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813242597399,"sku":"RGS00037","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813242630167,"sku":"RGS00038","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813242662935,"sku":"RGS00039","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813242695703,"sku":"RGS00040","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813242728471,"sku":"RGS00041","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813242761239,"sku":"RGS00042","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813242794007,"sku":"RGS00043","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813242826775,"sku":"RGS00044","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813242859543,"sku":"RGS00045","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813242892311,"sku":"RGS00046","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813242925079,"sku":"RGS00047","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813242957847,"sku":"RGS00048","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813242990615,"sku":"RGS00049","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813243023383,"sku":"RGS00050","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813243056151,"sku":"RGS00051","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813243088919,"sku":"RGS00052","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813243121687,"sku":"RGS00053","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813243154455,"sku":"RGS00054","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813243187223,"sku":"RGS00055","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813243219991,"sku":"RGS00056","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813243252759,"sku":"RGS00057","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813243285527,"sku":"RGS00058","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813243318295,"sku":"RGS00059","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813243351063,"sku":"RGS00060","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813243383831,"sku":"RGS00061","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813243416599,"sku":"RGS00062","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813243449367,"sku":"RGS00063","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813243482135,"sku":"RGS00064","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813243514903,"sku":"RGS00065","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813243547671,"sku":"RGS00066","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813243580439,"sku":"RGS00067","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813243613207,"sku":"RGS00068","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813243645975,"sku":"RGS00069","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813243678743,"sku":"RGS00070","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813243711511,"sku":"RGS00071","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813243744279,"sku":"RGS00072","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813243777047,"sku":"RGS00073","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813243809815,"sku":"RGS00074","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813243842583,"sku":"RGS00075","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813243875351,"sku":"RGS00076","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813243908119,"sku":"RGS00077","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813243940887,"sku":"RGS00078","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813243973655,"sku":"RGS00079","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813244006423,"sku":"RGS00080","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813244039191,"sku":"RGS00081","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813244071959,"sku":"RGS00082","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813244104727,"sku":"RGS00083","price":4599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813244137495,"sku":"RGS00084","price":4599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/heart-moissanite-ring-white-gold-front.png?v=1777022820"},{"product_id":"1ct-cushion-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Cushion Cut Moissanite Ring | 1 Ct Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\u003cspan\u003eCushion\u003c\/span\u003e 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~2.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\"\u003eThe \u003cspan\u003eCushion\u003c\/span\u003e Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover timeless sophistication with this \u003cstrong\u003e1 CT cushion cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to offer a perfect balance of brilliance and softness. Ideal for engagements, proposals, or everyday elegance, this piece combines classic charm with modern refinement.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 1 carat cushion-cut moissanite center stone with exceptional fire and a soft, rounded silhouette, secured in a classic four-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 engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813247512599,"sku":"RGS0001","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813247545367,"sku":"RGS0004","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813247578135,"sku":"RGS0007","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813247610903,"sku":"RGS00010","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813247643671,"sku":"RGS00013","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813247676439,"sku":"RGS00016","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813247709207,"sku":"RGS00019","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813247741975,"sku":"RGS00022","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813247774743,"sku":"RGS00025","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813247807511,"sku":"RGS00028","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813247840279,"sku":"RGS00031","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813247873047,"sku":"RGS00034","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813247905815,"sku":"RGS00037","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813247938583,"sku":"RGS00040","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813247971351,"sku":"RGS00043","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813248004119,"sku":"RGS00046","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813248036887,"sku":"RGS00049","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813248069655,"sku":"RGS00052","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813248102423,"sku":"RGS00055","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813248135191,"sku":"RGS00058","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813248167959,"sku":"RGS00061","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813248200727,"sku":"RGS00064","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813248233495,"sku":"RGS00067","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813248266263,"sku":"RGS00070","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813248299031,"sku":"RGS00073","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813248331799,"sku":"RGS00076","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813248364567,"sku":"RGS0002","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813248397335,"sku":"RGS0005","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813248430103,"sku":"RGS0008","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813248462871,"sku":"RGS00011","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813248495639,"sku":"RGS00014","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813248528407,"sku":"RGS00017","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813248561175,"sku":"RGS00020","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813248593943,"sku":"RGS00023","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813248626711,"sku":"RGS00026","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813248659479,"sku":"RGS00029","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813248692247,"sku":"RGS00032","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813248725015,"sku":"RGS00035","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813248757783,"sku":"RGS00038","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813248790551,"sku":"RGS00041","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813248823319,"sku":"RGS00044","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813248856087,"sku":"RGS00047","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813248888855,"sku":"RGS00050","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813248921623,"sku":"RGS00053","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813248954391,"sku":"RGS00056","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813248987159,"sku":"RGS00059","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813249019927,"sku":"RGS00062","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813249052695,"sku":"RGS00065","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813249085463,"sku":"RGS00068","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813249118231,"sku":"RGS00071","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813249150999,"sku":"RGS00074","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813249183767,"sku":"RGS00077","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813249216535,"sku":"RGS0003","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813249249303,"sku":"RGS0006","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813249282071,"sku":"RGS0009","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813249314839,"sku":"RGS00012","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813249347607,"sku":"RGS00015","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813249380375,"sku":"RGS00018","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813249413143,"sku":"RGS00021","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813249445911,"sku":"RGS00024","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813249478679,"sku":"RGS00027","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813249511447,"sku":"RGS00030","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813249544215,"sku":"RGS00033","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813249576983,"sku":"RGS00036","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813249609751,"sku":"RGS00039","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813249642519,"sku":"RGS00042","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813249675287,"sku":"RGS00045","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813249708055,"sku":"RGS00048","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813249740823,"sku":"RGS00051","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813249773591,"sku":"RGS00054","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813249806359,"sku":"RGS00057","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813249839127,"sku":"RGS00060","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813249871895,"sku":"RGS00063","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813249904663,"sku":"RGS00066","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813249937431,"sku":"RGS00069","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813249970199,"sku":"RGS00072","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813250002967,"sku":"RGS00075","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813250035735,"sku":"RGS00078","price":3999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/cushion-moissanite-ring-sterling-silver-front.png?v=1777023481"},{"product_id":"marquise-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Marquise Cut Moissanite Ring | 1 Ct Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\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~1.80 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\"\u003eThe Round Cut Solitaire 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\u003emarquise cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to deliver exceptional brilliance and refined luxury. The elongated marquise shape creates a flattering, finger-lengthening effect, making it a perfect choice for engagements, proposals, or everyday sophistication.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a high-quality moissanite center stone with remarkable fire and clarity, secured in a classic prong setting for maximum light reflection. The polished 925 sterling silver band ensures durability, comfort, and a sleek finish, making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813336936471,"sku":"RGS0001","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813336969239,"sku":"RGS0004","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813337002007,"sku":"RGS0007","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813337034775,"sku":"RGS00010","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813337067543,"sku":"RGS00013","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813337100311,"sku":"RGS00016","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813337133079,"sku":"RGS00019","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813337165847,"sku":"RGS00022","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813337198615,"sku":"RGS00025","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813337231383,"sku":"RGS00028","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813337264151,"sku":"RGS00031","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813337296919,"sku":"RGS00034","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813337329687,"sku":"RGS00037","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813337362455,"sku":"RGS00040","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813337395223,"sku":"RGS00043","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813337427991,"sku":"RGS00046","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813337460759,"sku":"RGS00049","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813337493527,"sku":"RGS00052","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813337526295,"sku":"RGS00055","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813337559063,"sku":"RGS00058","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813337591831,"sku":"RGS00061","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813337624599,"sku":"RGS00064","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813337657367,"sku":"RGS00067","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813337690135,"sku":"RGS00070","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813337722903,"sku":"RGS00073","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813337755671,"sku":"RGS00076","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813337788439,"sku":"RGS0002","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813337821207,"sku":"RGS0005","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813337853975,"sku":"RGS0008","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813337886743,"sku":"RGS00011","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813337919511,"sku":"RGS00014","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813337952279,"sku":"RGS00017","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813337985047,"sku":"RGS00020","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813338017815,"sku":"RGS00023","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813338050583,"sku":"RGS00026","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813338083351,"sku":"RGS00029","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813338116119,"sku":"RGS00032","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813338148887,"sku":"RGS00035","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813338181655,"sku":"RGS00038","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813338214423,"sku":"RGS00041","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813338247191,"sku":"RGS00044","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813338279959,"sku":"RGS00047","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813338312727,"sku":"RGS00050","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813338345495,"sku":"RGS00053","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813338378263,"sku":"RGS00056","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813338411031,"sku":"RGS00059","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813338443799,"sku":"RGS00062","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813338476567,"sku":"RGS00065","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813338509335,"sku":"RGS00068","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813338542103,"sku":"RGS00071","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813338574871,"sku":"RGS00074","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813338607639,"sku":"RGS00077","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813338640407,"sku":"RGS0003","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813338673175,"sku":"RGS0006","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813338705943,"sku":"RGS0009","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813338738711,"sku":"RGS00012","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813338771479,"sku":"RGS00015","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813338804247,"sku":"RGS00018","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813338837015,"sku":"RGS00021","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813338869783,"sku":"RGS00024","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813338902551,"sku":"RGS00027","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813338935319,"sku":"RGS00030","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813338968087,"sku":"RGS00033","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813339000855,"sku":"RGS00036","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813339033623,"sku":"RGS00039","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813339066391,"sku":"RGS00042","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813339099159,"sku":"RGS00045","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813339131927,"sku":"RGS00048","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813339164695,"sku":"RGS00051","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813339197463,"sku":"RGS00054","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813339230231,"sku":"RGS00057","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813339262999,"sku":"RGS00060","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813339295767,"sku":"RGS00063","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813339328535,"sku":"RGS00066","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813339361303,"sku":"RGS00069","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813339394071,"sku":"RGS00072","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813339426839,"sku":"RGS00075","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813339459607,"sku":"RGS00078","price":3999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/marquise-moissanite-ring-sterling-silver-front.png?v=1777023988"},{"product_id":"princess-cut-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Princess Cut Moissanite Ring | 1 Ct Square Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\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~1.95 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\"\u003eThe Princess Cut Solitaire 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\u003eprincess cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to deliver exceptional brilliance and modern sophistication. The sharp, clean lines of the princess cut create a bold yet refined look, making it perfect for engagements, proposals, or everyday luxury styling.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a high-quality moissanite center stone with remarkable fire and clarity, secured in a classic prong setting to maximize light reflection and sparkle. The polished 925 sterling silver band offers durability, comfort, and a sleek finish, making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement jewellery 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":44813369638935,"sku":"RGS0001","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813369671703,"sku":"RGS0004","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813369704471,"sku":"RGS0007","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813369737239,"sku":"RGS00010","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813369770007,"sku":"RGS00013","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813369802775,"sku":"RGS00016","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813369835543,"sku":"RGS00019","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813369868311,"sku":"RGS00022","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813369901079,"sku":"RGS00025","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813369933847,"sku":"RGS00028","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813369966615,"sku":"RGS00031","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813369999383,"sku":"RGS00034","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813370032151,"sku":"RGS00037","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813370064919,"sku":"RGS00040","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813370097687,"sku":"RGS00043","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813370130455,"sku":"RGS00046","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813370163223,"sku":"RGS00049","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813370195991,"sku":"RGS00052","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813370228759,"sku":"RGS00055","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813370261527,"sku":"RGS00058","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813370294295,"sku":"RGS00061","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813370327063,"sku":"RGS00064","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813370359831,"sku":"RGS00067","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813370392599,"sku":"RGS00070","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813370425367,"sku":"RGS00073","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813370458135,"sku":"RGS00076","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813370490903,"sku":"RGS0002","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813370523671,"sku":"RGS0005","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813370556439,"sku":"RGS0008","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813370589207,"sku":"RGS00011","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813370621975,"sku":"RGS00014","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813370654743,"sku":"RGS00017","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813370687511,"sku":"RGS00020","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813370720279,"sku":"RGS00023","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813370753047,"sku":"RGS00026","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813370785815,"sku":"RGS00029","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813370818583,"sku":"RGS00032","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813370851351,"sku":"RGS00035","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813370884119,"sku":"RGS00038","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813370916887,"sku":"RGS00041","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813370949655,"sku":"RGS00044","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813370982423,"sku":"RGS00047","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813371015191,"sku":"RGS00050","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813371047959,"sku":"RGS00053","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813371080727,"sku":"RGS00056","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813371113495,"sku":"RGS00059","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813371146263,"sku":"RGS00062","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813371179031,"sku":"RGS00065","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813371211799,"sku":"RGS00068","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813371244567,"sku":"RGS00071","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813371277335,"sku":"RGS00074","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813371310103,"sku":"RGS00077","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813371342871,"sku":"RGS0003","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813371375639,"sku":"RGS0006","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813371408407,"sku":"RGS0009","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813371441175,"sku":"RGS00012","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813371473943,"sku":"RGS00015","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813371506711,"sku":"RGS00018","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813371539479,"sku":"RGS00021","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813371572247,"sku":"RGS00024","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813371605015,"sku":"RGS00027","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813371637783,"sku":"RGS00030","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813371670551,"sku":"RGS00033","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813371703319,"sku":"RGS00036","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813371736087,"sku":"RGS00039","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813371768855,"sku":"RGS00042","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813371801623,"sku":"RGS00045","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813371834391,"sku":"RGS00048","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813371867159,"sku":"RGS00051","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813371899927,"sku":"RGS00054","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813371932695,"sku":"RGS00057","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813371965463,"sku":"RGS00060","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813371998231,"sku":"RGS00063","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813372030999,"sku":"RGS00066","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813372063767,"sku":"RGS00069","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813372096535,"sku":"RGS00072","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813372129303,"sku":"RGS00075","price":3999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813372162071,"sku":"RGS00078","price":3999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/princess-moissanite-ring-sterling-silver-front.png?v=1777024761"},{"product_id":"1ct-round-moissanite-solitaire-ring-925-sterling-silver","title":"925 Silver Round Cut Moissanite Ring | 1 Ct Diamond-Look Solitaire Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eRound \u003cspan\u003eBrilliant\u003c\/span\u003e\n\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~1.95 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\"\u003eThe Marquise Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover timeless brilliance with this \u003cstrong\u003e1 CT round cut moissanite solitaire ring in 925 sterling silver\u003c\/strong\u003e, designed to deliver unmatched sparkle and refined elegance. Perfect for engagements, proposals, or everyday sophistication, this classic piece blends modern craftsmanship with enduring beauty.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 1 carat round brilliant moissanite center stone with exceptional fire and clarity, secured in a classic four-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 engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813427539991,"sku":"RGS0001","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813427572759,"sku":"RGS0004","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813427605527,"sku":"RGS0007","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813427638295,"sku":"RGS00010","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813427671063,"sku":"RGS00013","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813427703831,"sku":"RGS00016","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813427736599,"sku":"RGS00019","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813427769367,"sku":"RGS00022","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813427802135,"sku":"RGS00025","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813427834903,"sku":"RGS00028","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813427867671,"sku":"RGS00031","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813427900439,"sku":"RGS00034","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813427933207,"sku":"RGS00037","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813427965975,"sku":"RGS00040","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813427998743,"sku":"RGS00043","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813428031511,"sku":"RGS00046","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813428064279,"sku":"RGS00049","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813428097047,"sku":"RGS00052","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813428129815,"sku":"RGS00055","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813428162583,"sku":"RGS00058","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813428195351,"sku":"RGS00061","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813428228119,"sku":"RGS00064","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813428260887,"sku":"RGS00067","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813428293655,"sku":"RGS00070","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813428326423,"sku":"RGS00073","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813428359191,"sku":"RGS00076","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813428391959,"sku":"RGS0002","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813428424727,"sku":"RGS0005","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813428457495,"sku":"RGS0008","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813428490263,"sku":"RGS00011","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813428523031,"sku":"RGS00014","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813428555799,"sku":"RGS00017","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813428588567,"sku":"RGS00020","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813428621335,"sku":"RGS00023","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813428654103,"sku":"RGS00026","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813428686871,"sku":"RGS00029","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813428719639,"sku":"RGS00032","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813428752407,"sku":"RGS00035","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813428785175,"sku":"RGS00038","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813428817943,"sku":"RGS00041","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813428850711,"sku":"RGS00044","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813428883479,"sku":"RGS00047","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813428916247,"sku":"RGS00050","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813428949015,"sku":"RGS00053","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813428981783,"sku":"RGS00056","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813429014551,"sku":"RGS00059","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813429047319,"sku":"RGS00062","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813429080087,"sku":"RGS00065","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813429112855,"sku":"RGS00068","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813429145623,"sku":"RGS00071","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813429178391,"sku":"RGS00074","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813429211159,"sku":"RGS00077","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813429243927,"sku":"RGS0003","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813429276695,"sku":"RGS0006","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813429309463,"sku":"RGS0009","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813429342231,"sku":"RGS00012","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813429374999,"sku":"RGS00015","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813429407767,"sku":"RGS00018","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813429440535,"sku":"RGS00021","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813429473303,"sku":"RGS00024","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813429506071,"sku":"RGS00027","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813429538839,"sku":"RGS00030","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813429571607,"sku":"RGS00033","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813429604375,"sku":"RGS00036","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813429637143,"sku":"RGS00039","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813429669911,"sku":"RGS00042","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813429702679,"sku":"RGS00045","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813429735447,"sku":"RGS00048","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813429768215,"sku":"RGS00051","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813429800983,"sku":"RGS00054","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813429833751,"sku":"RGS00057","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813429866519,"sku":"RGS00060","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813429899287,"sku":"RGS00063","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813429932055,"sku":"RGS00066","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813429964823,"sku":"RGS00069","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813429997591,"sku":"RGS00072","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813430030359,"sku":"RGS00075","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813430063127,"sku":"RGS00078","price":8599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/round-blue-moissanite-ring-sterling-silver-front.png?v=1777027779"},{"product_id":"1ct-pink-round-moissanite-halo-ring-925-sterling-silver","title":"925 Silver Pink Round Moissanite Ring | 1 Ct Diamond-Look Hidden Halo Engagement Ring for Women","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\"\u003eEvery piece is engineered to absolute perfection. Discover the defining characteristics of your forever ring.\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eRound\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\"\u003e\n\u003cspan\u003ePink\u003c\/span\u003e 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~2.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 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\"\u003eThe \u003cspan\u003ePink Round\u003c\/span\u003e Cut Solitaire by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eDiscover romantic elegance with this \u003cstrong\u003e1 CT pink round moissanite halo ring in 925 sterling silver\u003c\/strong\u003e, designed to capture attention with its vibrant hue and radiant brilliance. Perfect for engagements, proposals, or statement styling, this piece blends modern luxury with timeless charm.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 1 carat round pink moissanite center stone, enhanced by a delicate halo that amplifies its sparkle and visual presence. 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 engagement ring\u003c\/strong\u003e, anniversary gift, or signature jewellery 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":44813442514967,"sku":"RGS0001","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44813442547735,"sku":"RGS0004","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44813442580503,"sku":"RGS0007","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44813442613271,"sku":"RGS00010","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44813442646039,"sku":"RGS00013","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44813442678807,"sku":"RGS00016","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44813442711575,"sku":"RGS00019","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44813442744343,"sku":"RGS00022","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44813442777111,"sku":"RGS00025","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44813442809879,"sku":"RGS00028","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44813442842647,"sku":"RGS00031","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44813442875415,"sku":"RGS00034","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44813442908183,"sku":"RGS00037","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44813442940951,"sku":"RGS00040","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44813442973719,"sku":"RGS00043","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44813443006487,"sku":"RGS00046","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44813443039255,"sku":"RGS00049","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44813443072023,"sku":"RGS00052","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44813443104791,"sku":"RGS00055","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44813443137559,"sku":"RGS00058","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44813443170327,"sku":"RGS00061","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44813443203095,"sku":"RGS00064","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44813443235863,"sku":"RGS00067","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44813443268631,"sku":"RGS00070","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44813443301399,"sku":"RGS00073","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44813443334167,"sku":"RGS00076","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44813443366935,"sku":"RGS0002","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44813443399703,"sku":"RGS0005","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44813443432471,"sku":"RGS0008","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44813443465239,"sku":"RGS00011","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44813443498007,"sku":"RGS00014","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44813443530775,"sku":"RGS00017","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44813443563543,"sku":"RGS00020","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44813443596311,"sku":"RGS00023","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44813443629079,"sku":"RGS00026","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44813443661847,"sku":"RGS00029","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44813443694615,"sku":"RGS00032","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44813443727383,"sku":"RGS00035","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44813443760151,"sku":"RGS00038","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44813443792919,"sku":"RGS00041","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44813443825687,"sku":"RGS00044","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44813443858455,"sku":"RGS00047","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44813443891223,"sku":"RGS00050","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44813443923991,"sku":"RGS00053","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44813443956759,"sku":"RGS00056","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44813443989527,"sku":"RGS00059","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44813444022295,"sku":"RGS00062","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44813444055063,"sku":"RGS00065","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44813444087831,"sku":"RGS00068","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44813444120599,"sku":"RGS00071","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44813444153367,"sku":"RGS00074","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44813444186135,"sku":"RGS00077","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44813444218903,"sku":"RGS0003","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44813444251671,"sku":"RGS0006","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44813444284439,"sku":"RGS0009","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44813444317207,"sku":"RGS00012","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44813444349975,"sku":"RGS00015","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44813444382743,"sku":"RGS00018","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44813444415511,"sku":"RGS00021","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44813444448279,"sku":"RGS00024","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44813444481047,"sku":"RGS00027","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44813444513815,"sku":"RGS00030","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44813444546583,"sku":"RGS00033","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44813444579351,"sku":"RGS00036","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44813444612119,"sku":"RGS00039","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44813444644887,"sku":"RGS00042","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44813444677655,"sku":"RGS00045","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44813444710423,"sku":"RGS00048","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44813444743191,"sku":"RGS00051","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44813444775959,"sku":"RGS00054","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44813444808727,"sku":"RGS00057","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44813444841495,"sku":"RGS00060","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44813444874263,"sku":"RGS00063","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44813444907031,"sku":"RGS00066","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44813444939799,"sku":"RGS00069","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44813444972567,"sku":"RGS00072","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44813445005335,"sku":"RGS00075","price":8599.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44813445038103,"sku":"RGS00078","price":8599.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/pink-moissanite-solitaire-ring-925-sterling-silver-round-cut.png?v=1777035654"},{"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"},{"product_id":"2ct-round-moissanite-engagement-ring-accent-925-silver","title":"925 Silver 2 Carat Round Cut Moissanite Engagement Ring – Solitaire with Accent Stones | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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~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 Nature-Inspired Round Brilliant Engagement Ring\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 love with this \u003cstrong\u003e2 carat round moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to radiate exceptional brilliance and refined elegance. Perfect for proposals or special occasions, this exquisite piece blends classic beauty with modern craftsmanship.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a dazzling 2 CT round-cut moissanite center stone secured in a classic prong setting for maximum light reflection, complemented by delicate accent stones along the band for added sparkle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44844177096727,"sku":"RGE0001","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44844177129495,"sku":"RGE0002","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44844177162263,"sku":"RGE0003","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44844177195031,"sku":"RGE0004","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44844177227799,"sku":"RGE0005","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44844177260567,"sku":"RGE0006","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44844177293335,"sku":"RGE0007","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44844177326103,"sku":"RGE0008","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44844177358871,"sku":"RGE0009","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44844177391639,"sku":"RGE00010","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44844177424407,"sku":"RGE00011","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44844177457175,"sku":"RGE00012","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44844177489943,"sku":"RGE00013","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44844177522711,"sku":"RGE00014","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44844177555479,"sku":"RGE00015","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44844177588247,"sku":"RGE00016","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44844177621015,"sku":"RGE00017","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44844177653783,"sku":"RGE00018","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44844177686551,"sku":"RGE00019","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44844177719319,"sku":"RGE00020","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44844177752087,"sku":"RGE00021","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44844177784855,"sku":"RGE00022","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44844177817623,"sku":"RGE00023","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44844177850391,"sku":"RGE00024","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44844177883159,"sku":"RGE00025","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44844177915927,"sku":"RGE00026","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44844177948695,"sku":"RGE00027","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44844177981463,"sku":"RGE00028","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44844178014231,"sku":"RGE00029","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44844178046999,"sku":"RGE00030","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44844178079767,"sku":"RGE00031","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44844178112535,"sku":"RGE00032","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44844178145303,"sku":"RGE00033","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44844178178071,"sku":"RGE00034","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44844178210839,"sku":"RGE00035","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44844178243607,"sku":"RGE00036","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44844178276375,"sku":"RGE00037","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44844178309143,"sku":"RGE00038","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44844178341911,"sku":"RGE00039","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44844178374679,"sku":"RGE00040","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44844178407447,"sku":"RGE00041","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44844178440215,"sku":"RGE00042","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44844178472983,"sku":"RGE00043","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44844178505751,"sku":"RGE00044","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44844178538519,"sku":"RGE00045","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44844178571287,"sku":"RGE00046","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44844178604055,"sku":"RGE00047","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44844178636823,"sku":"RGE00048","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44844178669591,"sku":"RGE00049","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44844178702359,"sku":"RGE00050","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44844178735127,"sku":"RGE00051","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44844178767895,"sku":"RGE00052","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44844178800663,"sku":"RGE00053","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44844178833431,"sku":"RGE00054","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44844178866199,"sku":"RGE00055","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44844178898967,"sku":"RGE00056","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44844178931735,"sku":"RGE00057","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44844178964503,"sku":"RGE00058","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44844178997271,"sku":"RGE00059","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44844179030039,"sku":"RGE00060","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44844179062807,"sku":"RGE00061","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44844179095575,"sku":"RGE00062","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44844179128343,"sku":"RGE00063","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44844179161111,"sku":"RGE00064","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44844179193879,"sku":"RGE00065","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44844179226647,"sku":"RGE00066","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44844179259415,"sku":"RGE00067","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44844179292183,"sku":"RGE00068","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44844179324951,"sku":"RGE00069","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44844179357719,"sku":"RGE00070","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44844179390487,"sku":"RGE00071","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44844179423255,"sku":"RGE00072","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44844179456023,"sku":"RGE00073","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44844179488791,"sku":"RGE00074","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44844179521559,"sku":"RGE00075","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44844179554327,"sku":"RGE00076","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44844179587095,"sku":"RGE00077","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44844179619863,"sku":"RGE00078","price":5299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/round-moissanite-solitaire-ring-hidden-halo-yellow-gold-front.png?v=1777284735"},{"product_id":"2ct-oval-moissanite-engagement-ring-accent-925-silver","title":"925 Silver Oval Cut Moissanite Engagement Ring – Marquise \u0026 Round Accent Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\u003eOval 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~2.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 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 Nature-Inspired Ovel Cut Engagement Ring\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\u003e2 carat oval moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to showcase a graceful elongated silhouette with exceptional brilliance. Perfect for proposals or meaningful occasions, this refined piece blends modern luxury with classic charm.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 2 CT oval-cut moissanite center stone secured in a classic prong setting for maximum light reflection, complemented by delicate accent stones along the band for added sparkle and dimension. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44844194594839,"sku":"RGE0001","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44844194627607,"sku":"RGE0002","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44844194660375,"sku":"RGE0003","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44844194693143,"sku":"RGE0004","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44844194725911,"sku":"RGE0005","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44844194758679,"sku":"RGE0006","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44844194791447,"sku":"RGE0007","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44844194824215,"sku":"RGE0008","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44844194856983,"sku":"RGE0009","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44844194889751,"sku":"RGE00010","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44844194922519,"sku":"RGE00011","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44844194955287,"sku":"RGE00012","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44844194988055,"sku":"RGE00013","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44844195020823,"sku":"RGE00014","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44844195053591,"sku":"RGE00015","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44844195086359,"sku":"RGE00016","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44844195119127,"sku":"RGE00017","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44844195151895,"sku":"RGE00018","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44844195184663,"sku":"RGE00019","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44844195217431,"sku":"RGE00020","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44844195250199,"sku":"RGE00021","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44844195282967,"sku":"RGE00022","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44844195315735,"sku":"RGE00023","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44844195348503,"sku":"RGE00024","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44844195381271,"sku":"RGE00025","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44844195414039,"sku":"RGE00026","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44844195446807,"sku":"RGE00027","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44844195479575,"sku":"RGE00028","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44844195512343,"sku":"RGE00029","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44844195545111,"sku":"RGE00030","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44844195577879,"sku":"RGE00031","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44844195610647,"sku":"RGE00032","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44844195643415,"sku":"RGE00033","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44844195676183,"sku":"RGE00034","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44844195708951,"sku":"RGE00035","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44844195741719,"sku":"RGE00036","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44844195774487,"sku":"RGE00037","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44844195807255,"sku":"RGE00038","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44844195840023,"sku":"RGE00039","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44844195872791,"sku":"RGE00040","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44844195905559,"sku":"RGE00041","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44844195938327,"sku":"RGE00042","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44844195971095,"sku":"RGE00043","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44844196003863,"sku":"RGE00044","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44844196036631,"sku":"RGE00045","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44844196069399,"sku":"RGE00046","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44844196102167,"sku":"RGE00047","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44844196134935,"sku":"RGE00048","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44844196167703,"sku":"RGE00049","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44844196200471,"sku":"RGE00050","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44844196233239,"sku":"RGE00051","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44844196266007,"sku":"RGE00052","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44844196298775,"sku":"RGE00053","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44844196331543,"sku":"RGE00054","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44844196364311,"sku":"RGE00055","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44844196397079,"sku":"RGE00056","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44844196429847,"sku":"RGE00057","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44844196462615,"sku":"RGE00058","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44844196495383,"sku":"RGE00059","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44844196528151,"sku":"RGE00060","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44844196560919,"sku":"RGE00061","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44844196593687,"sku":"RGE00062","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44844196626455,"sku":"RGE00063","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44844196659223,"sku":"RGE00064","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44844196691991,"sku":"RGE00065","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44844196724759,"sku":"RGE00066","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44844196757527,"sku":"RGE00067","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44844196790295,"sku":"RGE00068","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44844196823063,"sku":"RGE00069","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44844196855831,"sku":"RGE00070","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44844196888599,"sku":"RGE00071","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44844196921367,"sku":"RGE00072","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44844196954135,"sku":"RGE00073","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44844196986903,"sku":"RGE00074","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44844197019671,"sku":"RGE00075","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44844197052439,"sku":"RGE00076","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44844197085207,"sku":"RGE00077","price":5299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44844197117975,"sku":"RGE00078","price":5299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/round-moissanite-solitaire-ring-hidden-halo-925-sterling-silver-front.png?v=1777285641"},{"product_id":"2ct-emerald-moissanite-engagement-ring-accent-925-silver","title":"925 Silver Emerald Cut Moissanite Engagement Ring – Marquise \u0026 Round Accent Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\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 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~2.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 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 Nature-Inspired Emerald Cut Engagement Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eEmbrace refined sophistication with this \u003cstrong\u003e2 carat emerald cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to showcase clean lines and a striking step-cut brilliance. Perfect for proposals or timeless gifting, this elegant piece reflects understated luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a captivating 2 CT emerald-cut moissanite center stone secured in a classic prong setting, complemented by delicate accent stones along the band that enhance its brilliance and structure. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44844215009303,"sku":"RGE0001","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44844215042071,"sku":"RGE0002","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44844215074839,"sku":"RGE0003","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44844215107607,"sku":"RGE0004","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44844215140375,"sku":"RGE0005","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44844215173143,"sku":"RGE0006","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44844215205911,"sku":"RGE0007","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44844215238679,"sku":"RGE0008","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44844215271447,"sku":"RGE0009","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44844215304215,"sku":"RGE00010","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44844215336983,"sku":"RGE00011","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44844215369751,"sku":"RGE00012","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44844215402519,"sku":"RGE00013","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44844215435287,"sku":"RGE00014","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44844215468055,"sku":"RGE00015","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44844215500823,"sku":"RGE00016","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44844215533591,"sku":"RGE00017","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44844215566359,"sku":"RGE00018","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44844215599127,"sku":"RGE00019","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44844215631895,"sku":"RGE00020","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44844215664663,"sku":"RGE00021","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44844215697431,"sku":"RGE00022","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44844215730199,"sku":"RGE00023","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44844215762967,"sku":"RGE00024","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44844215795735,"sku":"RGE00025","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44844215828503,"sku":"RGE00026","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44844215861271,"sku":"RGE00027","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44844215894039,"sku":"RGE00028","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44844215926807,"sku":"RGE00029","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44844215959575,"sku":"RGE00030","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44844215992343,"sku":"RGE00031","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44844216025111,"sku":"RGE00032","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44844216057879,"sku":"RGE00033","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44844216090647,"sku":"RGE00034","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44844216123415,"sku":"RGE00035","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44844216156183,"sku":"RGE00036","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44844216188951,"sku":"RGE00037","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44844216221719,"sku":"RGE00038","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44844216254487,"sku":"RGE00039","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44844216287255,"sku":"RGE00040","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44844216320023,"sku":"RGE00041","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44844216352791,"sku":"RGE00042","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44844216385559,"sku":"RGE00043","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44844216418327,"sku":"RGE00044","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44844216451095,"sku":"RGE00045","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44844216483863,"sku":"RGE00046","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44844216516631,"sku":"RGE00047","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44844216549399,"sku":"RGE00048","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44844216582167,"sku":"RGE00049","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44844216614935,"sku":"RGE00050","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44844216647703,"sku":"RGE00051","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44844216680471,"sku":"RGE00052","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44844216713239,"sku":"RGE00053","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44844216746007,"sku":"RGE00054","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44844216778775,"sku":"RGE00055","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44844216811543,"sku":"RGE00056","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44844216844311,"sku":"RGE00057","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44844216877079,"sku":"RGE00058","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44844216909847,"sku":"RGE00059","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44844216942615,"sku":"RGE00060","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44844216975383,"sku":"RGE00061","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44844217008151,"sku":"RGE00062","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44844217040919,"sku":"RGE00063","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44844217073687,"sku":"RGE00064","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44844217106455,"sku":"RGE00065","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44844217139223,"sku":"RGE00066","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44844217171991,"sku":"RGE00067","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44844217204759,"sku":"RGE00068","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44844217237527,"sku":"RGE00069","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44844217270295,"sku":"RGE00070","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44844217303063,"sku":"RGE00071","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44844217335831,"sku":"RGE00072","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44844217368599,"sku":"RGE00073","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44844217401367,"sku":"RGE00074","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44844217434135,"sku":"RGE00075","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44844217466903,"sku":"RGE00076","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44844217499671,"sku":"RGE00077","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44844217532439,"sku":"RGE00078","price":5999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/emerald-cut-moissanite-solitaire-ring-hidden-halo-yellow-gold-front.png?v=1777291226"},{"product_id":"2ct-cushion-moissanite-engagement-ring-accent-925-silver","title":"925 Silver Cushion Cut Moissanite Engagement Ring – Marquise \u0026 Round Accent Band | 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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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 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~2.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 Nature-Inspired Cushion Cut Engagement Ring\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 romance with this \u003cstrong\u003e2 carat cushion cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to combine soft edges with exceptional brilliance. Perfect for proposals or meaningful occasions, this elegant piece blends vintage charm with modern luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 2 CT cushion-cut moissanite center stone secured in a classic prong setting for maximum light reflection, complemented by delicate accent stones along the band for added sparkle and dimension. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850004426775,"sku":"RGE0001","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850004459543,"sku":"RGE0002","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850004492311,"sku":"RGE0003","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850004525079,"sku":"RGE0004","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850004557847,"sku":"RGE0005","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850004590615,"sku":"RGE0006","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850004623383,"sku":"RGE0007","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850004656151,"sku":"RGE0008","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850004688919,"sku":"RGE0009","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850004721687,"sku":"RGE00010","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850004754455,"sku":"RGE00011","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850004787223,"sku":"RGE00012","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850004819991,"sku":"RGE00013","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850004852759,"sku":"RGE00014","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850004885527,"sku":"RGE00015","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850004918295,"sku":"RGE00016","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850004951063,"sku":"RGE00017","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850004983831,"sku":"RGE00018","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850005016599,"sku":"RGE00019","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850005049367,"sku":"RGE00020","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850005082135,"sku":"RGE00021","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850005114903,"sku":"RGE00022","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850005147671,"sku":"RGE00023","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850005180439,"sku":"RGE00024","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850005213207,"sku":"RGE00025","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850005245975,"sku":"RGE00026","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850005278743,"sku":"RGE00027","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850005311511,"sku":"RGE00028","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850005344279,"sku":"RGE00029","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850005377047,"sku":"RGE00030","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850005409815,"sku":"RGE00031","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850005442583,"sku":"RGE00032","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850005475351,"sku":"RGE00033","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850005508119,"sku":"RGE00034","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850005540887,"sku":"RGE00035","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850005573655,"sku":"RGE00036","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850005606423,"sku":"RGE00037","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850005639191,"sku":"RGE00038","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850005671959,"sku":"RGE00039","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850005704727,"sku":"RGE00040","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850005737495,"sku":"RGE00041","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850005770263,"sku":"RGE00042","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850005803031,"sku":"RGE00043","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850005835799,"sku":"RGE00044","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850005868567,"sku":"RGE00045","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850005901335,"sku":"RGE00046","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850005934103,"sku":"RGE00047","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850005966871,"sku":"RGE00048","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850005999639,"sku":"RGE00049","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850006032407,"sku":"RGE00050","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850006065175,"sku":"RGE00051","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850006097943,"sku":"RGE00052","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850006130711,"sku":"RGE00053","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850006163479,"sku":"RGE00054","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850006196247,"sku":"RGE00055","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850006229015,"sku":"RGE00056","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850006261783,"sku":"RGE00057","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850006294551,"sku":"RGE00058","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850006327319,"sku":"RGE00059","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850006360087,"sku":"RGE00060","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850006392855,"sku":"RGE00061","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850006425623,"sku":"RGE00062","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850006458391,"sku":"RGE00063","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850006491159,"sku":"RGE00064","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850006523927,"sku":"RGE00065","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850006556695,"sku":"RGE00066","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850006589463,"sku":"RGE00067","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850006622231,"sku":"RGE00068","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850006654999,"sku":"RGE00069","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850006687767,"sku":"RGE00070","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850006720535,"sku":"RGE00071","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850006753303,"sku":"RGE00072","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850006786071,"sku":"RGE00073","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850006818839,"sku":"RGE00074","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850006851607,"sku":"RGE00075","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850006884375,"sku":"RGE00076","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850006917143,"sku":"RGE00077","price":5899.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850006949911,"sku":"RGE00078","price":5899.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/cushion-cut-moissanite-solitaire-ring-hidden-halo-yellow-gold-front.png?v=1777296068"},{"product_id":"2ct-pear-moissanite-engagement-ring-accent-925-silver","title":"925 Silver Pear Cut Moissanite Engagement Ring – Marquise \u0026 Round Accent Band | 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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a life\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003e\u003cimg\u003etime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\u003ePear 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.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 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 Nature-Inspired Pear Cut Engagement Ring\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 elegance with this \u003cstrong\u003e2 carat pear shape moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to showcase a graceful teardrop silhouette with exceptional brilliance. Perfect for proposals or meaningful occasions, this refined piece blends modern luxury with timeless romance.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 2 CT pear-cut moissanite center stone secured in a classic prong setting for maximum light reflection, complemented by delicate accent stones along the band for added sparkle and dimension. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850155782167,"sku":"RGE0001","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850155814935,"sku":"RGE0002","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850155847703,"sku":"RGE0003","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850155880471,"sku":"RGE0004","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850155913239,"sku":"RGE0005","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850155946007,"sku":"RGE0006","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850155978775,"sku":"RGE0007","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850156011543,"sku":"RGE0008","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850156044311,"sku":"RGE0009","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850156077079,"sku":"RGE00010","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850156109847,"sku":"RGE00011","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850156142615,"sku":"RGE00012","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850156175383,"sku":"RGE00013","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850156208151,"sku":"RGE00014","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850156240919,"sku":"RGE00015","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850156273687,"sku":"RGE00016","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850156306455,"sku":"RGE00017","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850156339223,"sku":"RGE00018","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850156371991,"sku":"RGE00019","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850156404759,"sku":"RGE00020","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850156437527,"sku":"RGE00021","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850156470295,"sku":"RGE00022","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850156503063,"sku":"RGE00023","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850156535831,"sku":"RGE00024","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850156568599,"sku":"RGE00025","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850156601367,"sku":"RGE00026","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850156634135,"sku":"RGE00027","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850156666903,"sku":"RGE00028","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850156699671,"sku":"RGE00029","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850156732439,"sku":"RGE00030","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850156765207,"sku":"RGE00031","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850156797975,"sku":"RGE00032","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850156830743,"sku":"RGE00033","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850156863511,"sku":"RGE00034","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850156896279,"sku":"RGE00035","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850156929047,"sku":"RGE00036","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850156961815,"sku":"RGE00037","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850156994583,"sku":"RGE00038","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850157027351,"sku":"RGE00039","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850157060119,"sku":"RGE00040","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850157092887,"sku":"RGE00041","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850157125655,"sku":"RGE00042","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850157158423,"sku":"RGE00043","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850157191191,"sku":"RGE00044","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850157223959,"sku":"RGE00045","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850157256727,"sku":"RGE00046","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850157289495,"sku":"RGE00047","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850157322263,"sku":"RGE00048","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850157355031,"sku":"RGE00049","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850157387799,"sku":"RGE00050","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850157420567,"sku":"RGE00051","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850157453335,"sku":"RGE00052","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850157486103,"sku":"RGE00053","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850157518871,"sku":"RGE00054","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850157551639,"sku":"RGE00055","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850157584407,"sku":"RGE00056","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850157617175,"sku":"RGE00057","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850157649943,"sku":"RGE00058","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850157682711,"sku":"RGE00059","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850157715479,"sku":"RGE00060","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850157748247,"sku":"RGE00061","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850157781015,"sku":"RGE00062","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850157813783,"sku":"RGE00063","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850157846551,"sku":"RGE00064","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850157879319,"sku":"RGE00065","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850157912087,"sku":"RGE00066","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850157944855,"sku":"RGE00067","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850157977623,"sku":"RGE00068","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850158010391,"sku":"RGE00069","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850158043159,"sku":"RGE00070","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850158075927,"sku":"RGE00071","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850158108695,"sku":"RGE00072","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850158141463,"sku":"RGE00073","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850158174231,"sku":"RGE00074","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850158206999,"sku":"RGE00075","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850158239767,"sku":"RGE00076","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850158272535,"sku":"RGE00077","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850158305303,"sku":"RGE00078","price":5999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/pear-cut-moissanite-solitaire-ring-hidden-halo-925-sterling-silver-front.png?v=1777296425"},{"product_id":"2ct-marquise-moissanite-engagement-ring-accent-925-silver","title":"925 Silver Marquise Cut Moissanite Engagement Ring – Marquise \u0026 Round Accent Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\u003eMarquise 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.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 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 Nature-Inspired Marquise Cut Engagement Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eMake a bold statement with this \u003cstrong\u003e2 carat marquise cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to showcase an elongated silhouette with exceptional brilliance. Perfect for proposals or standout styling, this elegant piece blends modern luxury with timeless sophistication.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a striking 2 CT marquise-cut moissanite center stone secured in a classic prong setting for maximum light reflection, complemented by delicate accent stones along the band for added sparkle and dimension. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850190417943,"sku":"RGE0001","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850190450711,"sku":"RGE0002","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850190483479,"sku":"RGE0003","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850190516247,"sku":"RGE0004","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850190549015,"sku":"RGE0005","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850190581783,"sku":"RGE0006","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850190614551,"sku":"RGE0007","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850190647319,"sku":"RGE0008","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850190680087,"sku":"RGE0009","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850190712855,"sku":"RGE00010","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850190745623,"sku":"RGE00011","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850190778391,"sku":"RGE00012","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850190811159,"sku":"RGE00013","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850190843927,"sku":"RGE00014","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850190876695,"sku":"RGE00015","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850190909463,"sku":"RGE00016","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850190942231,"sku":"RGE00017","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850190974999,"sku":"RGE00018","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850191007767,"sku":"RGE00019","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850191040535,"sku":"RGE00020","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850191073303,"sku":"RGE00021","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850191106071,"sku":"RGE00022","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850191138839,"sku":"RGE00023","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850191171607,"sku":"RGE00024","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850191204375,"sku":"RGE00025","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850191237143,"sku":"RGE00026","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850191269911,"sku":"RGE00027","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850191302679,"sku":"RGE00028","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850191335447,"sku":"RGE00029","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850191368215,"sku":"RGE00030","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850191400983,"sku":"RGE00031","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850191433751,"sku":"RGE00032","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850191466519,"sku":"RGE00033","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850191499287,"sku":"RGE00034","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850191532055,"sku":"RGE00035","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850191564823,"sku":"RGE00036","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850191597591,"sku":"RGE00037","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850191630359,"sku":"RGE00038","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850191663127,"sku":"RGE00039","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850191695895,"sku":"RGE00040","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850191728663,"sku":"RGE00041","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850191761431,"sku":"RGE00042","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850191794199,"sku":"RGE00043","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850191826967,"sku":"RGE00044","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850191859735,"sku":"RGE00045","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850191892503,"sku":"RGE00046","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850191925271,"sku":"RGE00047","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850191958039,"sku":"RGE00048","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850191990807,"sku":"RGE00049","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850192023575,"sku":"RGE00050","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850192056343,"sku":"RGE00051","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850192089111,"sku":"RGE00052","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850192121879,"sku":"RGE00053","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850192154647,"sku":"RGE00054","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850192187415,"sku":"RGE00055","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850192220183,"sku":"RGE00056","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850192252951,"sku":"RGE00057","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850192285719,"sku":"RGE00058","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850192318487,"sku":"RGE00059","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850192351255,"sku":"RGE00060","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850192384023,"sku":"RGE00061","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850192416791,"sku":"RGE00062","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850192449559,"sku":"RGE00063","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850192482327,"sku":"RGE00064","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850192515095,"sku":"RGE00065","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850192547863,"sku":"RGE00066","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850192580631,"sku":"RGE00067","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850192613399,"sku":"RGE00068","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850192646167,"sku":"RGE00069","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850192678935,"sku":"RGE00070","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850192711703,"sku":"RGE00071","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850192744471,"sku":"RGE00072","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850192777239,"sku":"RGE00073","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850192810007,"sku":"RGE00074","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850192842775,"sku":"RGE00075","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850192875543,"sku":"RGE00076","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850192908311,"sku":"RGE00077","price":5999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850192941079,"sku":"RGE00078","price":5999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/marquise-cut-moissanite-solitaire-ring-hidden-halo-925-sterling-silver-front.png?v=1777296760"},{"product_id":"2ct-oval-moissanite-engagement-ring-pave-925-silver","title":"925 Silver Oval Cut Moissanite Engagement Ring – Pavé Diamond Style Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\u003eOval 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~2.50 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 Pav\u003cmeta charset=\"UTF-8\"\u003eé Accent Oval Cut Engagement Ring\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 brilliance with this \u003cstrong\u003e2 carat oval cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to enhance finger length with its elegant elongated silhouette. Perfect for proposals or refined everyday luxury, this piece radiates sophistication and sparkle.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a dazzling 2 CT oval-cut moissanite center stone secured in a classic prong setting, complemented by a shimmering pavé-set band that adds continuous brilliance from every angle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850200313879,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850200346647,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850200379415,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850200412183,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850200444951,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850200477719,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850200510487,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850200543255,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850200576023,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850200608791,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850200641559,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850200674327,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850200707095,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850200739863,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850200772631,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850200805399,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850200838167,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850200870935,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850200903703,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850200936471,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850200969239,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850201002007,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850201034775,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850201067543,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850201100311,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850201133079,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850201165847,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850201198615,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850201231383,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850201264151,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850201296919,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850201329687,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850201362455,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850201395223,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850201427991,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850201460759,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850201493527,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850201526295,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850201559063,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850201591831,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850201624599,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850201657367,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850201690135,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850201722903,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850201755671,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850201788439,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850201821207,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850201853975,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850201886743,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850201919511,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850201952279,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850201985047,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850202017815,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850202050583,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850202083351,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850202116119,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850202148887,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850202181655,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850202214423,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850202247191,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850202279959,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850202312727,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850202345495,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850202378263,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850202411031,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850202443799,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850202476567,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850202509335,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850202542103,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850202574871,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850202607639,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850202640407,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850202673175,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850202705943,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850202738711,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850202771479,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850202804247,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850202837015,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/oval-cut-moissanite-solitaire-ring-pave-band-925-sterling-silver-front.png?v=1777297257"},{"product_id":"2ct-emerald-moissanite-engagement-ring-pave-925-silver","title":"925 Silver Green Emerald Cut Moissanite Engagement Ring – Pavé Diamond Style Band | 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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\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 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\"\u003eGreen \/ 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~2.50 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 Pav\u003cmeta charset=\"UTF-8\"\u003eé Accent Emerald Cut Engagement Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElevate your style with this \u003cstrong\u003e2 carat emerald cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to highlight clean lines and a sophisticated step-cut brilliance. Perfect for modern proposals or timeless elegance, this piece reflects understated luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a striking 2 CT Green emerald-cut moissanite center stone secured in a classic prong setting, complemented by a shimmering pavé-set band that enhances its brilliance with continuous sparkle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850214731799,"sku":"RGE0001","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850214764567,"sku":"RGE0002","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850214797335,"sku":"RGE0003","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850214830103,"sku":"RGE0004","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850214862871,"sku":"RGE0005","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850214895639,"sku":"RGE0006","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850214928407,"sku":"RGE0007","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850214961175,"sku":"RGE0008","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850214993943,"sku":"RGE0009","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850215026711,"sku":"RGE00010","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850215059479,"sku":"RGE00011","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850215092247,"sku":"RGE00012","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850215125015,"sku":"RGE00013","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850215157783,"sku":"RGE00014","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850215190551,"sku":"RGE00015","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850215223319,"sku":"RGE00016","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850215256087,"sku":"RGE00017","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850215288855,"sku":"RGE00018","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850215321623,"sku":"RGE00019","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850215354391,"sku":"RGE00020","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850215387159,"sku":"RGE00021","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850215419927,"sku":"RGE00022","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850215452695,"sku":"RGE00023","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850215485463,"sku":"RGE00024","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850215518231,"sku":"RGE00025","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850215550999,"sku":"RGE00026","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850215583767,"sku":"RGE00027","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850215616535,"sku":"RGE00028","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850215649303,"sku":"RGE00029","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850215682071,"sku":"RGE00030","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850215714839,"sku":"RGE00031","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850215747607,"sku":"RGE00032","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850215780375,"sku":"RGE00033","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850215813143,"sku":"RGE00034","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850215845911,"sku":"RGE00035","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850215878679,"sku":"RGE00036","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850215911447,"sku":"RGE00037","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850215944215,"sku":"RGE00038","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850215976983,"sku":"RGE00039","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850216009751,"sku":"RGE00040","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850216042519,"sku":"RGE00041","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850216075287,"sku":"RGE00042","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850216108055,"sku":"RGE00043","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850216140823,"sku":"RGE00044","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850216173591,"sku":"RGE00045","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850216206359,"sku":"RGE00046","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850216239127,"sku":"RGE00047","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850216271895,"sku":"RGE00048","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850216304663,"sku":"RGE00049","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850216337431,"sku":"RGE00050","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850216370199,"sku":"RGE00051","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850216402967,"sku":"RGE00052","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850216435735,"sku":"RGE00053","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850216468503,"sku":"RGE00054","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850216501271,"sku":"RGE00055","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850216534039,"sku":"RGE00056","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850216566807,"sku":"RGE00057","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850216599575,"sku":"RGE00058","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850216632343,"sku":"RGE00059","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850216665111,"sku":"RGE00060","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850216697879,"sku":"RGE00061","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850216730647,"sku":"RGE00062","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850216763415,"sku":"RGE00063","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850216796183,"sku":"RGE00064","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850216828951,"sku":"RGE00065","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850216861719,"sku":"RGE00066","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850216894487,"sku":"RGE00067","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850216927255,"sku":"RGE00068","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850216960023,"sku":"RGE00069","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850216992791,"sku":"RGE00070","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850217025559,"sku":"RGE00071","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850217058327,"sku":"RGE00072","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850217091095,"sku":"RGE00073","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850217123863,"sku":"RGE00074","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850217156631,"sku":"RGE00075","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850217189399,"sku":"RGE00076","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850217222167,"sku":"RGE00077","price":14999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850217254935,"sku":"RGE00078","price":14999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/emerald-cut-green-moissanite-ring-pave-band-925-sterling-silver-front..png?v=1777298100"},{"product_id":"2ct-heart-moissanite-engagement-ring-pave-925-silver","title":"925 Silver Heart Shape Moissanite Engagement Ring – Pavé Diamond Style Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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~2.45 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 Pav\u003cmeta charset=\"UTF-8\"\u003eé Accent Heart Cut Engagement Ring\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\u003e2 carat heart shape moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to symbolize romance and deep emotion. Perfect for proposals or meaningful milestones, this elegant piece captures timeless beauty with a modern touch.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a dazzling 2 CT heart-cut moissanite center stone secured in a classic prong setting, complemented by a shimmering pavé-set band that enhances brilliance from every angle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or a true symbol of love.\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":44850222661655,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850222694423,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850222727191,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850222759959,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850222792727,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850222825495,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850222858263,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850222891031,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850222923799,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850222956567,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850222989335,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850223022103,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850223054871,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850223087639,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850223120407,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850223153175,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850223185943,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850223218711,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850223251479,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850223284247,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850223317015,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850223349783,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850223382551,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850223415319,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850223448087,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850223480855,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850223513623,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850223546391,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850223579159,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850223611927,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850223644695,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850223677463,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850223710231,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850223742999,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850223775767,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850223808535,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850223841303,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850223874071,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850223906839,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850223939607,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850223972375,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850224005143,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850224037911,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850224070679,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850224103447,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850224136215,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850224168983,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850224201751,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850224234519,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850224267287,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850224300055,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850224332823,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850224365591,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850224398359,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850224431127,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850224463895,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850224496663,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850224529431,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850224562199,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850224594967,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850224627735,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850224660503,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850224693271,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850224726039,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850224758807,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850224791575,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850224824343,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850224857111,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850224889879,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850224922647,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850224955415,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850224988183,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850225020951,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850225053719,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850225086487,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850225119255,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850225152023,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850225184791,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/heart-cut-moissanite-solitaire-ring-pave-band-925-sterling-silver-front.png?v=1777299444"},{"product_id":"2ct-round-moissanite-engagement-ring-pave-925-silver","title":"925 Silver Round Cut Moissanite Engagement Ring – Pavé Diamond Style Band | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each engagement ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\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 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~2.50 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 Pav\u003cmeta charset=\"UTF-8\"\u003eé Accent Round Brilliant Engagement Ring\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 brilliance with this \u003cstrong\u003e2 carat round cut moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to deliver maximum sparkle and classic elegance. Perfect for proposals or everyday luxury, this piece embodies refined sophistication.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning 2 CT round-cut moissanite center stone secured in a classic prong setting for optimal light reflection, complemented by a shimmering pavé-set band that enhances brilliance from every angle. The polished 925 silver band ensures durability, comfort, and a sleek finish—making it an ideal choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, anniversary gift, or statement 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":44850230657047,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44850230689815,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44850230722583,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44850230755351,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44850230788119,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44850230820887,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44850230853655,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44850230886423,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44850230919191,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44850230951959,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44850230984727,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44850231017495,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44850231050263,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44850231083031,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44850231115799,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44850231148567,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44850231181335,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44850231214103,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44850231246871,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44850231279639,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44850231312407,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44850231345175,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44850231377943,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44850231410711,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44850231443479,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44850231476247,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44850231509015,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44850231541783,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44850231574551,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44850231607319,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44850231640087,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44850231672855,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44850231705623,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44850231738391,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44850231771159,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44850231803927,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44850231836695,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44850231869463,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44850231902231,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44850231934999,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44850231967767,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44850232000535,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44850232033303,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44850232066071,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44850232098839,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44850232131607,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44850232164375,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44850232197143,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44850232229911,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44850232262679,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44850232295447,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44850232328215,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44850232360983,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44850232393751,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44850232426519,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44850232459287,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44850232492055,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44850232524823,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44850232557591,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44850232590359,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44850232623127,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44850232655895,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44850232688663,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44850232721431,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44850232754199,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44850232786967,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44850232819735,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44850232852503,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44850232885271,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44850232918039,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44850232950807,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44850232983575,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44850233016343,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44850233049111,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44850233081879,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44850233114647,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44850233147415,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44850233180183,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/round-moissanite-solitaire-ring-silver-side-stone-band.png?v=1777299310"},{"product_id":"toi-et-moi-emerald-pear-moissanite-engagement-ring-925-silver","title":"Toi et Moi Emerald \u0026 Pear Moissanite Engagement Ring in 925 Sterling Silver","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 Toi et Moi ring unites two distinct stones in perfect harmony — symbolizing two souls, one love, with exceptional brilliance and timeless elegance designed for forever.\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003csection data-turn=\"assistant\" data-scroll-anchor=\"true\" data-testid=\"conversation-turn-2\" data-turn-id=\"request-WEB:fb78835a-3f4e-47e1-b95f-c867d7f16286-0\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"z-0 flex min-h-[46px] justify-start\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\n\u003cdiv class=\"text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2 \/ 1.70 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 \/ Pear\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~2.10 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 Symbol of Two Souls, Toi Et Moi Ring\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 modern romance with this \u003cstrong\u003eToi et Moi moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, featuring a captivating combination of emerald and pear cut stones. Symbolizing two souls coming together, this unique design blends contemporary elegance with timeless meaning.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eThe ring showcases a striking emerald-cut moissanite paired with a brilliant pear-shaped stone, both secured in refined prong settings for maximum light reflection. The polished 925 silver band offers durability, comfort, and a sleek finish—making it a perfect choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, modern proposal, or statement jewellery 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":44956550987799,"sku":"RGE0001","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44956551020567,"sku":"RGE0002","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44956551053335,"sku":"RGE0003","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44956551086103,"sku":"RGE0004","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44956551118871,"sku":"RGE0005","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44956551151639,"sku":"RGE0006","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44956551184407,"sku":"RGE0007","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44956551217175,"sku":"RGE0008","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44956551249943,"sku":"RGE0009","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44956551282711,"sku":"RGE00010","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44956551315479,"sku":"RGE00011","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44956551348247,"sku":"RGE00012","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44956551381015,"sku":"RGE00013","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44956551413783,"sku":"RGE00014","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44956551446551,"sku":"RGE00015","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44956551479319,"sku":"RGE00016","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44956551512087,"sku":"RGE00017","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44956551544855,"sku":"RGE00018","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44956551577623,"sku":"RGE00019","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44956551610391,"sku":"RGE00020","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44956551643159,"sku":"RGE00021","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44956551675927,"sku":"RGE00022","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44956551708695,"sku":"RGE00023","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44956551741463,"sku":"RGE00024","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44956551774231,"sku":"RGE00025","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44956551806999,"sku":"RGE00026","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44956551839767,"sku":"RGE00027","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44956551872535,"sku":"RGE00028","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44956551905303,"sku":"RGE00029","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44956551938071,"sku":"RGE00030","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44956551970839,"sku":"RGE00031","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44956552003607,"sku":"RGE00032","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44956552036375,"sku":"RGE00033","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44956552069143,"sku":"RGE00034","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44956552101911,"sku":"RGE00035","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44956552134679,"sku":"RGE00036","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44956552167447,"sku":"RGE00037","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44956552200215,"sku":"RGE00038","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44956552232983,"sku":"RGE00039","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44956552265751,"sku":"RGE00040","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44956552298519,"sku":"RGE00041","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44956552331287,"sku":"RGE00042","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44956552364055,"sku":"RGE00043","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44956552396823,"sku":"RGE00044","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44956552429591,"sku":"RGE00045","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44956552462359,"sku":"RGE00046","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44956552495127,"sku":"RGE00047","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44956552527895,"sku":"RGE00048","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44956552560663,"sku":"RGE00049","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44956552593431,"sku":"RGE00050","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44956552626199,"sku":"RGE00051","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44956552658967,"sku":"RGE00052","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44956552691735,"sku":"RGE00053","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44956552724503,"sku":"RGE00054","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44956552757271,"sku":"RGE00055","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44956552790039,"sku":"RGE00056","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44956552822807,"sku":"RGE00057","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44956552855575,"sku":"RGE00058","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44956552888343,"sku":"RGE00059","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44956552921111,"sku":"RGE00060","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44956552953879,"sku":"RGE00061","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44956552986647,"sku":"RGE00062","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44956553019415,"sku":"RGE00063","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44956553052183,"sku":"RGE00064","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44956553084951,"sku":"RGE00065","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44956553117719,"sku":"RGE00066","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44956553150487,"sku":"RGE00067","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44956553183255,"sku":"RGE00068","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44956553216023,"sku":"RGE00069","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44956553248791,"sku":"RGE00070","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44956553281559,"sku":"RGE00071","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44956553314327,"sku":"RGE00072","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44956553347095,"sku":"RGE00073","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44956553379863,"sku":"RGE00074","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44956553412631,"sku":"RGE00075","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44956553445399,"sku":"RGE00076","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44956553478167,"sku":"RGE00077","price":4799.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44956553510935,"sku":"RGE00078","price":4799.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/luxury-toi-et-moi-moissanite-ring-front-view.png?v=1776509471"},{"product_id":"toi-et-moi-oval-round-moissanite-engagement-ring-925-silver","title":"Toi et Moi Oval \u0026 Round Moissanite Engagement Ring in 925 Sterling Silver","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 Toi et Moi ring unites two distinct stones in perfect harmony — symbolizing two souls, one love, with exceptional brilliance and timeless elegance designed for forever.\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003csection class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" data-turn-id=\"request-WEB:fb78835a-3f4e-47e1-b95f-c867d7f16286-0\" data-testid=\"conversation-turn-2\" data-scroll-anchor=\"true\" data-turn=\"assistant\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"z-0 flex min-h-[46px] justify-start\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\n\u003cdiv class=\"text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2 \/ 2.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 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\"\u003eRound \/ Oval\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~2.50 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 Symbol of Two Souls, Toi Et Moi Ring\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 modern elegance with this \u003cstrong\u003eToi et Moi oval and round moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e, designed to symbolize two unique souls united in one timeless piece. This refined design blends contemporary style with meaningful symbolism.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a stunning oval-cut moissanite paired with a brilliant round-cut stone, both secured in classic prong settings for maximum light reflection. The sleek 925 silver band ensures durability, comfort, and a polished finish—making it a perfect choice for a \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e, modern proposal, or statement jewellery 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":44958385963031,"sku":"RGE0001","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44958385995799,"sku":"RGE0002","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44958386028567,"sku":"RGE0003","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44958386061335,"sku":"RGE0004","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44958386094103,"sku":"RGE0005","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44958386126871,"sku":"RGE0006","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44958386159639,"sku":"RGE0007","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44958386192407,"sku":"RGE0008","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44958386225175,"sku":"RGE0009","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44958386257943,"sku":"RGE00010","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44958386290711,"sku":"RGE00011","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44958386323479,"sku":"RGE00012","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44958386356247,"sku":"RGE00013","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44958386389015,"sku":"RGE00014","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44958386421783,"sku":"RGE00015","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44958386454551,"sku":"RGE00016","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44958386487319,"sku":"RGE00017","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44958386520087,"sku":"RGE00018","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44958386552855,"sku":"RGE00019","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44958386585623,"sku":"RGE00020","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44958386618391,"sku":"RGE00021","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44958386651159,"sku":"RGE00022","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44958386683927,"sku":"RGE00023","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44958386716695,"sku":"RGE00024","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44958386749463,"sku":"RGE00025","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44958386782231,"sku":"RGE00026","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44958386814999,"sku":"RGE00027","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44958386847767,"sku":"RGE00028","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44958386880535,"sku":"RGE00029","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44958386913303,"sku":"RGE00030","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44958386946071,"sku":"RGE00031","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44958386978839,"sku":"RGE00032","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44958387011607,"sku":"RGE00033","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44958387044375,"sku":"RGE00034","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44958387077143,"sku":"RGE00035","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44958387109911,"sku":"RGE00036","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44958387142679,"sku":"RGE00037","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44958387175447,"sku":"RGE00038","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44958387208215,"sku":"RGE00039","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44958387240983,"sku":"RGE00040","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44958387273751,"sku":"RGE00041","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44958387306519,"sku":"RGE00042","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44958387339287,"sku":"RGE00043","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44958387372055,"sku":"RGE00044","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44958387404823,"sku":"RGE00045","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44958387437591,"sku":"RGE00046","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44958387470359,"sku":"RGE00047","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44958387503127,"sku":"RGE00048","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44958387535895,"sku":"RGE00049","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44958387568663,"sku":"RGE00050","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44958387601431,"sku":"RGE00051","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44958387634199,"sku":"RGE00052","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44958387666967,"sku":"RGE00053","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44958387699735,"sku":"RGE00054","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44958387732503,"sku":"RGE00055","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44958387765271,"sku":"RGE00056","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44958387798039,"sku":"RGE00057","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44958387830807,"sku":"RGE00058","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44958387863575,"sku":"RGE00059","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44958387896343,"sku":"RGE00060","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44958387929111,"sku":"RGE00061","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44958387961879,"sku":"RGE00062","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44958387994647,"sku":"RGE00063","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44958388027415,"sku":"RGE00064","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44958388060183,"sku":"RGE00065","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44958388092951,"sku":"RGE00066","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44958388125719,"sku":"RGE00067","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44958388158487,"sku":"RGE00068","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44958388191255,"sku":"RGE00069","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44958388224023,"sku":"RGE00070","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44958388256791,"sku":"RGE00071","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44958388289559,"sku":"RGE00072","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44958388322327,"sku":"RGE00073","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44958388355095,"sku":"RGE00074","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44958388387863,"sku":"RGE00075","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44958388420631,"sku":"RGE00076","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44958388453399,"sku":"RGE00077","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44958388486167,"sku":"RGE00078","price":4999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/luxury-toi-et-moi-moissanite-oval-round-ring-front-view.png?v=1776510452"},{"product_id":"toi-et-moi-round-pear-moissanite-engagement-ring-925-silver","title":"Toi et Moi Round \u0026 Pear Moissanite Engagement Ring in 925 Sterling Silver","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 Toi et Moi ring unites two distinct stones in perfect harmony — symbolizing two souls, one love, with exceptional brilliance and timeless elegance designed for forever.\u003c\/p\u003e\n\u003cdiv class=\"flex flex-col text-sm pb-25\"\u003e\n\u003csection data-turn=\"assistant\" data-scroll-anchor=\"true\" data-testid=\"conversation-turn-2\" data-turn-id=\"request-WEB:fb78835a-3f4e-47e1-b95f-c867d7f16286-0\" dir=\"auto\" class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [\u0026amp;:has([data-writing-block])\u0026gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\"\u003e\n\u003cdiv class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:var(--thread-content-margin-xs,calc(var(--spacing)*4))] @w-sm\/main:[--thread-content-margin:var(--thread-content-margin-sm,calc(var(--spacing)*6))] @w-lg\/main:[--thread-content-margin:var(--thread-content-margin-lg,calc(var(--spacing)*16))] px-(--thread-content-margin)\"\u003e\n\u003cdiv class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\"\u003e\n\u003cdiv class=\"z-0 flex min-h-[46px] justify-start\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"mt-3 w-full empty:hidden\"\u003e\n\u003cdiv class=\"text-center\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2 \/ 2.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 \/ Pear\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~2.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 Symbol of Two Souls, Toi Et Moi Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eA perfect harmony of brilliance and elegance, this \u003cstrong\u003eToi et Moi round and pear moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e symbolizes two distinct souls coming together in one timeless design.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a dazzling round-cut moissanite paired with a graceful pear-cut stone, each secured in refined prong settings to maximize light and sparkle. The sleek 925 silver band ensures lasting comfort and durability—making it an ideal \u003cstrong\u003eluxury moissanite engagement ring\u003c\/strong\u003e for proposals, anniversaries, or statement wear.\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":44958417813527,"sku":"RGE0001","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44958417846295,"sku":"RGE0002","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44958417879063,"sku":"RGE0003","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44958417911831,"sku":"RGE0004","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44958417944599,"sku":"RGE0005","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44958417977367,"sku":"RGE0006","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44958418010135,"sku":"RGE0007","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44958418042903,"sku":"RGE0008","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44958418075671,"sku":"RGE0009","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44958418108439,"sku":"RGE00010","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44958418141207,"sku":"RGE00011","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44958418173975,"sku":"RGE00012","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44958418206743,"sku":"RGE00013","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44958418239511,"sku":"RGE00014","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44958418272279,"sku":"RGE00015","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44958418305047,"sku":"RGE00016","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44958418337815,"sku":"RGE00017","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44958418370583,"sku":"RGE00018","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44958418403351,"sku":"RGE00019","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44958418436119,"sku":"RGE00020","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44958418468887,"sku":"RGE00021","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44958418501655,"sku":"RGE00022","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44958418534423,"sku":"RGE00023","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44958418567191,"sku":"RGE00024","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44958418599959,"sku":"RGE00025","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44958418632727,"sku":"RGE00026","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44958418665495,"sku":"RGE00027","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44958418698263,"sku":"RGE00028","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44958418731031,"sku":"RGE00029","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44958418763799,"sku":"RGE00030","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44958418796567,"sku":"RGE00031","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44958418829335,"sku":"RGE00032","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44958418862103,"sku":"RGE00033","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44958418894871,"sku":"RGE00034","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44958418927639,"sku":"RGE00035","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44958418960407,"sku":"RGE00036","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44958418993175,"sku":"RGE00037","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44958419025943,"sku":"RGE00038","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44958419058711,"sku":"RGE00039","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44958419091479,"sku":"RGE00040","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44958419124247,"sku":"RGE00041","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44958419157015,"sku":"RGE00042","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44958419189783,"sku":"RGE00043","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44958419222551,"sku":"RGE00044","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44958419255319,"sku":"RGE00045","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44958419288087,"sku":"RGE00046","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44958419320855,"sku":"RGE00047","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44958419353623,"sku":"RGE00048","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44958419386391,"sku":"RGE00049","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44958419419159,"sku":"RGE00050","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44958419451927,"sku":"RGE00051","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44958419484695,"sku":"RGE00052","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44958419517463,"sku":"RGE00053","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44958419550231,"sku":"RGE00054","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44958419582999,"sku":"RGE00055","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44958419615767,"sku":"RGE00056","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44958419648535,"sku":"RGE00057","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44958419681303,"sku":"RGE00058","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44958419714071,"sku":"RGE00059","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44958419746839,"sku":"RGE00060","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44958419779607,"sku":"RGE00061","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44958419812375,"sku":"RGE00062","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44958419845143,"sku":"RGE00063","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44958419877911,"sku":"RGE00064","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44958419910679,"sku":"RGE00065","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44958419943447,"sku":"RGE00066","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44958419976215,"sku":"RGE00067","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44958420008983,"sku":"RGE00068","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44958420041751,"sku":"RGE00069","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44958420074519,"sku":"RGE00070","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44958420107287,"sku":"RGE00071","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44958420140055,"sku":"RGE00072","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44958420172823,"sku":"RGE00073","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44958420205591,"sku":"RGE00074","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44958420238359,"sku":"RGE00075","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44958420271127,"sku":"RGE00076","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44958420303895,"sku":"RGE00077","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44958420336663,"sku":"RGE00078","price":4999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/luxury-toi-et-moi-moissanite-round-pear-ring-front-view.png?v=1776511949"},{"product_id":"three-stone-oval-moissanite-engagement-ring-pear-side-925-silver","title":"Three-Stone Oval Moissanite Engagement Ring with Pear Side Stones in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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 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\"\u003eOval 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~2.80 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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eA timeless symbol of past, present, and future, this \u003cstrong\u003ethree-stone oval moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e embodies elegance and meaningful design in every detail.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a brilliant oval-cut moissanite center stone, beautifully complemented by two pear-shaped side stones, this design enhances sparkle and creates a graceful, balanced silhouette. The classic prong setting maximizes light reflection, while the polished 925 silver band ensures durability and everyday comfort—making it a perfect \u003cstrong\u003eluxury engagement ring\u003c\/strong\u003e for proposals and special moments.\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":44958469357591,"sku":"RGE0001","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44958469390359,"sku":"RGE0002","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44958469423127,"sku":"RGE0003","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44958469455895,"sku":"RGE0004","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44958469488663,"sku":"RGE0005","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44958469521431,"sku":"RGE0006","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44958469554199,"sku":"RGE0007","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44958469586967,"sku":"RGE0008","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44958469619735,"sku":"RGE0009","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44958469652503,"sku":"RGE00010","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44958469685271,"sku":"RGE00011","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44958469718039,"sku":"RGE00012","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44958469750807,"sku":"RGE00013","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44958469783575,"sku":"RGE00014","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44958469816343,"sku":"RGE00015","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44958469849111,"sku":"RGE00016","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44958469881879,"sku":"RGE00017","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44958469914647,"sku":"RGE00018","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44958469947415,"sku":"RGE00019","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44958469980183,"sku":"RGE00020","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44958470012951,"sku":"RGE00021","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44958470045719,"sku":"RGE00022","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44958470078487,"sku":"RGE00023","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44958470111255,"sku":"RGE00024","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44958470144023,"sku":"RGE00025","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44958470176791,"sku":"RGE00026","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44958470209559,"sku":"RGE00027","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44958470242327,"sku":"RGE00028","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44958470275095,"sku":"RGE00029","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44958470307863,"sku":"RGE00030","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44958470340631,"sku":"RGE00031","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44958470373399,"sku":"RGE00032","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44958470406167,"sku":"RGE00033","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44958470438935,"sku":"RGE00034","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44958470471703,"sku":"RGE00035","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44958470504471,"sku":"RGE00036","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44958470537239,"sku":"RGE00037","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44958470570007,"sku":"RGE00038","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44958470602775,"sku":"RGE00039","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44958470635543,"sku":"RGE00040","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44958470668311,"sku":"RGE00041","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44958470701079,"sku":"RGE00042","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44958470733847,"sku":"RGE00043","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44958470766615,"sku":"RGE00044","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44958470799383,"sku":"RGE00045","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44958470832151,"sku":"RGE00046","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44958470864919,"sku":"RGE00047","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44958470897687,"sku":"RGE00048","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44958470930455,"sku":"RGE00049","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44958470963223,"sku":"RGE00050","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44958470995991,"sku":"RGE00051","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44958471028759,"sku":"RGE00052","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44958471061527,"sku":"RGE00053","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44958471094295,"sku":"RGE00054","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44958471127063,"sku":"RGE00055","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44958471159831,"sku":"RGE00056","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44958471192599,"sku":"RGE00057","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44958471225367,"sku":"RGE00058","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44958471258135,"sku":"RGE00059","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44958471290903,"sku":"RGE00060","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44958471323671,"sku":"RGE00061","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44958471356439,"sku":"RGE00062","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44958471389207,"sku":"RGE00063","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44958471421975,"sku":"RGE00064","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44958471454743,"sku":"RGE00065","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44958471487511,"sku":"RGE00066","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44958471520279,"sku":"RGE00067","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44958471553047,"sku":"RGE00068","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44958471585815,"sku":"RGE00069","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44958471618583,"sku":"RGE00070","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44958471651351,"sku":"RGE00071","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44958471684119,"sku":"RGE00072","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44958471716887,"sku":"RGE00073","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44958471749655,"sku":"RGE00074","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44958471782423,"sku":"RGE00075","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44958471815191,"sku":"RGE00076","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44958471847959,"sku":"RGE00077","price":4999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44958471880727,"sku":"RGE00078","price":4999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/oval-moissanite-three-stone-ring-yellow-gold-silver.png?v=1777621635"},{"product_id":"three-stone-round-moissanite-engagement-ring-925-silver","title":"Three-Stone Round Moissanite Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.30 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\"\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 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.10 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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eTimeless and meaningful, this \u003cstrong\u003ethree-stone round moissanite engagement ring in 925 sterling silver\u003c\/strong\u003e beautifully represents the journey of love—past, present, and future.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a brilliant round-cut moissanite center stone, flanked by two perfectly matched round side stones, this classic three-stone design delivers exceptional sparkle and symmetry. Set in refined prongs for maximum light reflection, the polished 925 silver band ensures durability and comfort—making it an ideal \u003cstrong\u003eluxury engagement ring\u003c\/strong\u003e for proposals and everyday elegance.\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":44958533386263,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":44958533419031,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":44958533451799,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":44958533484567,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":44958533517335,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":44958533550103,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":44958533582871,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":44958533615639,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":44958533648407,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":44958533681175,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":44958533713943,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":44958533746711,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":44958533779479,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":44958533812247,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":44958533845015,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":44958533877783,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":44958533910551,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":44958533943319,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":44958533976087,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":44958534008855,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":44958534041623,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":44958534074391,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":44958534107159,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":44958534139927,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":44958534172695,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":44958534205463,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":44958534238231,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":44958534270999,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":44958534303767,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":44958534336535,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":44958534369303,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":44958534402071,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":44958534434839,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":44958534467607,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":44958534500375,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":44958534533143,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":44958534565911,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":44958534598679,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":44958534631447,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":44958534664215,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":44958534696983,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":44958534729751,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":44958534762519,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":44958534795287,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":44958534828055,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":44958534860823,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":44958534893591,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":44958534926359,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":44958534959127,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":44958534991895,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":44958535024663,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":44958535057431,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":44958535090199,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":44958535122967,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":44958535155735,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":44958535188503,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":44958535221271,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":44958535254039,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":44958535286807,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":44958535319575,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":44958535352343,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":44958535385111,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":44958535417879,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":44958535450647,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":44958535483415,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":44958535516183,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":44958535548951,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":44958535581719,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":44958535614487,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":44958535647255,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":44958535680023,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":44958535712791,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":44958535745559,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":44958535778327,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":44958535811095,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":44958535843863,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":44958535876631,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":44958535909399,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/pavia-jewels-3-stone-moissanite-silver-engagement-ring-round-cut.png?v=1777627086"},{"product_id":"2-5-carat-cushion-cut-moissanite-ring-925-silver","title":"2.5 Carat Cushion Cut Moissanite Three Stone Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.5 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\"\u003eCushion 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.10 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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eBold, elegant, and timeless, this \u003cstrong\u003e2.5 carat cushion cut moissanite three-stone ring in 925 sterling silver\u003c\/strong\u003e is designed to make a lasting impression. Representing the journey of love—past, present, and future—this ring blends classic symbolism with modern luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a dazzling 2.5 carat cushion-cut moissanite stone delivers exceptional brilliance and fire, beautifully complemented by two pear-shaped side stones for added sparkle and balance. Expertly secured in a refined prong setting, the sleek 925 sterling silver band ensures durability, comfort, and a premium finish—making it a perfect \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or statement piece for everyday elegance.\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":45107253149719,"sku":"RGE0001","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45107253182487,"sku":"RGE0002","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45107253215255,"sku":"RGE0003","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45107253248023,"sku":"RGE0004","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45107253280791,"sku":"RGE0005","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45107253313559,"sku":"RGE0006","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45107253346327,"sku":"RGE0007","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45107253379095,"sku":"RGE0008","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45107253411863,"sku":"RGE0009","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45107253444631,"sku":"RGE00010","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45107253477399,"sku":"RGE00011","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45107253510167,"sku":"RGE00012","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45107253542935,"sku":"RGE00013","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45107253575703,"sku":"RGE00014","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45107253608471,"sku":"RGE00015","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45107253641239,"sku":"RGE00016","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45107253674007,"sku":"RGE00017","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45107253706775,"sku":"RGE00018","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45107253739543,"sku":"RGE00019","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45107253772311,"sku":"RGE00020","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45107253805079,"sku":"RGE00021","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45107253837847,"sku":"RGE00022","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45107253870615,"sku":"RGE00023","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45107253903383,"sku":"RGE00024","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45107253936151,"sku":"RGE00025","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45107253968919,"sku":"RGE00026","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45107254001687,"sku":"RGE00027","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45107254034455,"sku":"RGE00028","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45107254067223,"sku":"RGE00029","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45107254099991,"sku":"RGE00030","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45107254132759,"sku":"RGE00031","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45107254165527,"sku":"RGE00032","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45107254198295,"sku":"RGE00033","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45107254231063,"sku":"RGE00034","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45107254263831,"sku":"RGE00035","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45107254296599,"sku":"RGE00036","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45107254329367,"sku":"RGE00037","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45107254362135,"sku":"RGE00038","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45107254394903,"sku":"RGE00039","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45107254427671,"sku":"RGE00040","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45107254460439,"sku":"RGE00041","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45107254493207,"sku":"RGE00042","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45107254525975,"sku":"RGE00043","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45107254558743,"sku":"RGE00044","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45107254591511,"sku":"RGE00045","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45107254624279,"sku":"RGE00046","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45107254657047,"sku":"RGE00047","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45107254689815,"sku":"RGE00048","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45107254722583,"sku":"RGE00049","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45107254755351,"sku":"RGE00050","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45107254788119,"sku":"RGE00051","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45107254820887,"sku":"RGE00052","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45107254853655,"sku":"RGE00053","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45107254886423,"sku":"RGE00054","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45107254919191,"sku":"RGE00055","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45107254951959,"sku":"RGE00056","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45107254984727,"sku":"RGE00057","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45107255017495,"sku":"RGE00058","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45107255050263,"sku":"RGE00059","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45107255083031,"sku":"RGE00060","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45107255115799,"sku":"RGE00061","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45107255148567,"sku":"RGE00062","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45107255181335,"sku":"RGE00063","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45107255214103,"sku":"RGE00064","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45107255246871,"sku":"RGE00065","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45107255279639,"sku":"RGE00066","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45107255312407,"sku":"RGE00067","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45107255345175,"sku":"RGE00068","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45107255377943,"sku":"RGE00069","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45107255410711,"sku":"RGE00070","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45107255443479,"sku":"RGE00071","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45107255476247,"sku":"RGE00072","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45107255509015,"sku":"RGE00073","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45107255541783,"sku":"RGE00074","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45107255574551,"sku":"RGE00075","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45107255607319,"sku":"RGE00076","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45107255640087,"sku":"RGE00077","price":6299.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45107255672855,"sku":"RGE00078","price":6299.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/R1_4ec8f5d0-3c44-4600-9a90-8db8a2575ffa.png?v=1777641510"},{"product_id":"2-5-carat-emerald-cut-moissanite-three-stone-ring-925-silver","title":"2.5 Carat Emerald Cut Moissanite Three Stone Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\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~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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eRefined and timeless, this \u003cstrong\u003e2.5 carat emerald cut moissanite three-stone ring in 925 sterling silver\u003c\/strong\u003e embodies understated luxury and elegance. Designed to symbolize the journey of love—past, present, and future—this ring offers a sleek and sophisticated statement.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eFeaturing a bold 2.5 carat emerald-cut moissanite center stone, flanked by two matching emerald-cut side stones, this trilogy design showcases clean lines and mirror-like brilliance. The step-cut facets create a unique, elegant sparkle, secured in a classic prong setting for maximum light reflection. Finished in high-polish 925 sterling silver, this ring ensures durability, comfort, and a premium feel—making it a perfect \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or luxury statement 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":45107312754711,"sku":"RGE0001","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45107312787479,"sku":"RGE0002","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45107312820247,"sku":"RGE0003","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45107312853015,"sku":"RGE0004","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45107312885783,"sku":"RGE0005","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45107312918551,"sku":"RGE0006","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45107312951319,"sku":"RGE0007","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45107312984087,"sku":"RGE0008","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45107313016855,"sku":"RGE0009","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45107313049623,"sku":"RGE00010","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45107313082391,"sku":"RGE00011","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45107313115159,"sku":"RGE00012","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45107313147927,"sku":"RGE00013","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45107313180695,"sku":"RGE00014","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45107313213463,"sku":"RGE00015","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45107313246231,"sku":"RGE00016","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45107313278999,"sku":"RGE00017","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45107313311767,"sku":"RGE00018","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45107313344535,"sku":"RGE00019","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45107313377303,"sku":"RGE00020","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45107313410071,"sku":"RGE00021","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45107313442839,"sku":"RGE00022","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45107313475607,"sku":"RGE00023","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45107313508375,"sku":"RGE00024","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45107313541143,"sku":"RGE00025","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45107313573911,"sku":"RGE00026","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45107313606679,"sku":"RGE00027","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45107313639447,"sku":"RGE00028","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45107313672215,"sku":"RGE00029","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45107313704983,"sku":"RGE00030","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45107313737751,"sku":"RGE00031","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45107313770519,"sku":"RGE00032","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45107313803287,"sku":"RGE00033","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45107313836055,"sku":"RGE00034","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45107313868823,"sku":"RGE00035","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45107313901591,"sku":"RGE00036","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45107313934359,"sku":"RGE00037","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45107313967127,"sku":"RGE00038","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45107313999895,"sku":"RGE00039","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45107314032663,"sku":"RGE00040","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45107314065431,"sku":"RGE00041","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45107314098199,"sku":"RGE00042","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45107314130967,"sku":"RGE00043","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45107314163735,"sku":"RGE00044","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45107314196503,"sku":"RGE00045","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45107314229271,"sku":"RGE00046","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45107314262039,"sku":"RGE00047","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45107314294807,"sku":"RGE00048","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45107314327575,"sku":"RGE00049","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45107314360343,"sku":"RGE00050","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45107314393111,"sku":"RGE00051","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45107314425879,"sku":"RGE00052","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45107314458647,"sku":"RGE00053","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45107314491415,"sku":"RGE00054","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45107314524183,"sku":"RGE00055","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45107314556951,"sku":"RGE00056","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45107314589719,"sku":"RGE00057","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45107314622487,"sku":"RGE00058","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45107314655255,"sku":"RGE00059","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45107314688023,"sku":"RGE00060","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45107314720791,"sku":"RGE00061","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45107314753559,"sku":"RGE00062","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45107314786327,"sku":"RGE00063","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45107314819095,"sku":"RGE00064","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45107314851863,"sku":"RGE00065","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45107314884631,"sku":"RGE00066","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45107314917399,"sku":"RGE00067","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45107314950167,"sku":"RGE00068","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45107314982935,"sku":"RGE00069","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45107315015703,"sku":"RGE00070","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45107315048471,"sku":"RGE00071","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45107315081239,"sku":"RGE00072","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45107315114007,"sku":"RGE00073","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45107315146775,"sku":"RGE00074","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45107315179543,"sku":"RGE00075","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45107315212311,"sku":"RGE00076","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45107315245079,"sku":"RGE00077","price":7999.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45107315277847,"sku":"RGE00078","price":7999.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/2-5-carat-emerald-cut-moissanite-three-stone-ring-925-silver.png?v=1777643866"},{"product_id":"2-carat-pear-cut-moissanite-three-stone-ring-925-silver","title":"2 Carat Pear Cut Moissanite Three Stone Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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\"\u003ePear 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.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 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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eRomantic and elegant, this \u003cstrong\u003e2 carat Pear cut moissanite three-stone ring in 925 sterling silver\u003c\/strong\u003e is designed to symbolize your journey of love—past, present, and future—through a refined and timeless design.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a brilliant 2 carat Pear-cut moissanite stone offers unmatched sparkle and fire, beautifully enhanced by two pear-shaped side stones that add balance and sophistication. The sleek prong setting maximizes light reflection, while the polished 925 sterling silver band ensures durability, comfort, and a premium finish—making it an ideal \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or everyday luxury statement.\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":45108107902999,"sku":"RGE0001","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108107935767,"sku":"RGE0002","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108107968535,"sku":"RGE0003","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108108001303,"sku":"RGE0004","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108108034071,"sku":"RGE0005","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108108066839,"sku":"RGE0006","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108108099607,"sku":"RGE0007","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108108132375,"sku":"RGE0008","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108108165143,"sku":"RGE0009","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108108197911,"sku":"RGE00010","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108108230679,"sku":"RGE00011","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108108263447,"sku":"RGE00012","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108108296215,"sku":"RGE00013","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108108328983,"sku":"RGE00014","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108108361751,"sku":"RGE00015","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108108394519,"sku":"RGE00016","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108108427287,"sku":"RGE00017","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108108460055,"sku":"RGE00018","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108108492823,"sku":"RGE00019","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108108525591,"sku":"RGE00020","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108108558359,"sku":"RGE00021","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108108591127,"sku":"RGE00022","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108108623895,"sku":"RGE00023","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108108656663,"sku":"RGE00024","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108108689431,"sku":"RGE00025","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108108722199,"sku":"RGE00026","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108108754967,"sku":"RGE00027","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108108787735,"sku":"RGE00028","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108108820503,"sku":"RGE00029","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108108853271,"sku":"RGE00030","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108108886039,"sku":"RGE00031","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108108918807,"sku":"RGE00032","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108108951575,"sku":"RGE00033","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108108984343,"sku":"RGE00034","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108109017111,"sku":"RGE00035","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108109049879,"sku":"RGE00036","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108109082647,"sku":"RGE00037","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108109115415,"sku":"RGE00038","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108109148183,"sku":"RGE00039","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108109180951,"sku":"RGE00040","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108109213719,"sku":"RGE00041","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108109246487,"sku":"RGE00042","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108109279255,"sku":"RGE00043","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108109312023,"sku":"RGE00044","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108109344791,"sku":"RGE00045","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108109377559,"sku":"RGE00046","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108109410327,"sku":"RGE00047","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108109443095,"sku":"RGE00048","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108109475863,"sku":"RGE00049","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108109508631,"sku":"RGE00050","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108109541399,"sku":"RGE00051","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108109574167,"sku":"RGE00052","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108109606935,"sku":"RGE00053","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108109639703,"sku":"RGE00054","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108109672471,"sku":"RGE00055","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108109705239,"sku":"RGE00056","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108109738007,"sku":"RGE00057","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108109770775,"sku":"RGE00058","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108109803543,"sku":"RGE00059","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108109836311,"sku":"RGE00060","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108109869079,"sku":"RGE00061","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108109901847,"sku":"RGE00062","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108109934615,"sku":"RGE00063","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108109967383,"sku":"RGE00064","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108110000151,"sku":"RGE00065","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108110032919,"sku":"RGE00066","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108110065687,"sku":"RGE00067","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108110098455,"sku":"RGE00068","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108110131223,"sku":"RGE00069","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108110163991,"sku":"RGE00070","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108110196759,"sku":"RGE00071","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108110229527,"sku":"RGE00072","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108110262295,"sku":"RGE00073","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108110295063,"sku":"RGE00074","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108110327831,"sku":"RGE00075","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108110360599,"sku":"RGE00076","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108110393367,"sku":"RGE00077","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108110426135,"sku":"RGE00078","price":5699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/2-carat-Pear-cut-moissanite-three-stone-ring-925-silver-main.png?v=1777716405"},{"product_id":"2-carat-emerald-cut-moissanite-three-stone-ring-925-silver","title":"2 Carat Emerald Cut Moissanite Three Stone Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eExperience the ultimate expression of brilliance. Our three-stone rings unite three exceptional diamonds in a sophisticated setting, delivering a bold, timeless elegance unique to Pavia Jewels.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e2.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.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 Trinity of Elegance: The Three-Stone Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eMinimal and elegant, this \u003cstrong\u003e2 carat emerald cut moissanite three-stone ring in 925 sterling silver\u003c\/strong\u003e reflects timeless sophistication and modern luxury. Designed to symbolize your journey—past, present, and future—this ring offers a clean and refined aesthetic.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eThe center features a striking 2 carat emerald-cut moissanite stone with step-cut facets that create a mirror-like, understated sparkle. Flanked by two pear-shaped side stones, the design adds balance and brilliance while maintaining a sleek profile. Set in a secure prong setting and finished in high-polish 925 sterling silver, this ring ensures durability, comfort, and everyday elegance—perfect as a \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or statement 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":45108118618135,"sku":"RGE0001","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108118650903,"sku":"RGE0002","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108118683671,"sku":"RGE0003","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108118716439,"sku":"RGE0004","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108118749207,"sku":"RGE0005","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108118781975,"sku":"RGE0006","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108118814743,"sku":"RGE0007","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108118847511,"sku":"RGE0008","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108118880279,"sku":"RGE0009","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108118913047,"sku":"RGE00010","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108118945815,"sku":"RGE00011","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108118978583,"sku":"RGE00012","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108119011351,"sku":"RGE00013","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108119044119,"sku":"RGE00014","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108119076887,"sku":"RGE00015","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108119109655,"sku":"RGE00016","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108119142423,"sku":"RGE00017","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108119175191,"sku":"RGE00018","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108119207959,"sku":"RGE00019","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108119240727,"sku":"RGE00020","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108119273495,"sku":"RGE00021","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108119306263,"sku":"RGE00022","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108119339031,"sku":"RGE00023","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108119371799,"sku":"RGE00024","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108119404567,"sku":"RGE00025","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108119437335,"sku":"RGE00026","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108119470103,"sku":"RGE00027","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108119502871,"sku":"RGE00028","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108119535639,"sku":"RGE00029","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108119568407,"sku":"RGE00030","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108119601175,"sku":"RGE00031","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108119633943,"sku":"RGE00032","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108119666711,"sku":"RGE00033","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108119699479,"sku":"RGE00034","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108119732247,"sku":"RGE00035","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108119765015,"sku":"RGE00036","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108119797783,"sku":"RGE00037","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108119830551,"sku":"RGE00038","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108119863319,"sku":"RGE00039","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108119896087,"sku":"RGE00040","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108119928855,"sku":"RGE00041","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108119961623,"sku":"RGE00042","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108119994391,"sku":"RGE00043","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108120027159,"sku":"RGE00044","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108120059927,"sku":"RGE00045","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108120092695,"sku":"RGE00046","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108120125463,"sku":"RGE00047","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108120158231,"sku":"RGE00048","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108120190999,"sku":"RGE00049","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108120223767,"sku":"RGE00050","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108120256535,"sku":"RGE00051","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108120289303,"sku":"RGE00052","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108120322071,"sku":"RGE00053","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108120354839,"sku":"RGE00054","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108120387607,"sku":"RGE00055","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108120420375,"sku":"RGE00056","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108120453143,"sku":"RGE00057","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108120485911,"sku":"RGE00058","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108120518679,"sku":"RGE00059","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108120551447,"sku":"RGE00060","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108120584215,"sku":"RGE00061","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108120616983,"sku":"RGE00062","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108120649751,"sku":"RGE00063","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108120682519,"sku":"RGE00064","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108120715287,"sku":"RGE00065","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108120748055,"sku":"RGE00066","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108120780823,"sku":"RGE00067","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108120813591,"sku":"RGE00068","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108120846359,"sku":"RGE00069","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108120879127,"sku":"RGE00070","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108120911895,"sku":"RGE00071","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108120944663,"sku":"RGE00072","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108120977431,"sku":"RGE00073","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108121010199,"sku":"RGE00074","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108121042967,"sku":"RGE00075","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108121075735,"sku":"RGE00076","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108121108503,"sku":"RGE00077","price":5699.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108121141271,"sku":"RGE00078","price":5699.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/2-carat-emerald-cut-moissanite-three-stone-ring-925-silver-main.png?v=1777716870"},{"product_id":"1-5-carat-round-moissanite-infinity-engagement-ring-925-silver","title":"1.5 Carat Round Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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 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\"\u003eRound \u003cspan\u003eBrilliant\u003c\/span\u003e\n\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.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 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 Forever Promise Ring\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 that lasts forever with this \u003cstrong\u003e1.5 carat round cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e. Designed with a graceful infinity twist band, this ring symbolizes endless connection and timeless beauty.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eThe centerpiece features a dazzling 1.5 carat round moissanite stone, offering exceptional brilliance and fire that rivals real diamonds. Accented with delicate side stones and secured in a refined prong setting, the design enhances sparkle from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this ring ensures durability, comfort, and luxury—making it the perfect \u003cstrong\u003eengagement ring\u003c\/strong\u003e, anniversary gift, or statement of love.\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":45108159971351,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108160004119,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108160036887,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108160069655,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108160102423,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108160135191,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108160167959,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108160200727,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108160233495,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108160266263,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108160299031,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108160331799,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108160364567,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108160397335,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108160430103,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108160462871,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108160495639,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108160528407,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108160561175,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108160593943,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108160626711,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108160659479,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108160692247,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108160725015,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108160757783,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108160790551,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108160823319,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108160856087,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108160888855,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108160921623,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108160954391,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108160987159,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108161019927,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108161052695,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108161085463,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108161118231,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108161150999,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108161183767,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108161216535,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108161249303,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108161282071,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108161314839,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108161347607,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108161380375,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108161413143,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108161445911,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108161478679,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108161511447,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108161544215,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108161576983,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108161609751,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108161642519,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108161675287,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108161708055,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108161740823,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108161773591,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108161806359,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108161839127,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108161871895,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108161904663,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108161937431,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108161970199,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108162002967,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108162035735,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108162068503,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108162101271,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108162134039,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108162166807,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108162199575,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108162232343,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108162265111,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108162297879,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108162330647,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108162363415,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108162396183,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108162428951,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108162461719,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108162494487,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/W1_a15ffd19-e1a2-4044-adfc-be677da0fe0e.png?v=1777721206"},{"product_id":"1-5-carat-asscher-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Asscher Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eAsscher \u003cspan\u003eCut\u003c\/span\u003e\n\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.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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eMinimal yet powerful, this \u003cstrong\u003e1.5 carat Asscher cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed for those who love refined luxury. The geometric precision of the Asscher cut combined with the flowing infinity band creates a perfect balance of structure and elegance.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt the center, a stunning 1.5 carat Asscher-cut moissanite showcases step-cut facets that reflect light with a sophisticated, mirror-like brilliance. Accented by delicate side stones along the infinity twist, the design enhances sparkle while maintaining a clean, premium look. Crafted in high-polish 925 sterling silver, this ring offers durability, comfort, and timeless appeal—ideal as a \u003cstrong\u003eluxury engagement ring\u003c\/strong\u003e or statement 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":45108227473431,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108227506199,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108227538967,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108227571735,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108227604503,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108227637271,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108227670039,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108227702807,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108227735575,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108227768343,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108227801111,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108227833879,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108227866647,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108227899415,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108227932183,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108227964951,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108227997719,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108228030487,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108228063255,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108228096023,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108228128791,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108228161559,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108228194327,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108228227095,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108228259863,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108228292631,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108228325399,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108228358167,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108228390935,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108228423703,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108228456471,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108228489239,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108228522007,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108228554775,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108228587543,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108228620311,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108228653079,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108228685847,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108228718615,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108228751383,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108228784151,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108228816919,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108228849687,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108228882455,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108228915223,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108228947991,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108228980759,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108229013527,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108229046295,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108229079063,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108229111831,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108229144599,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108229177367,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108229210135,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108229242903,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108229275671,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108229308439,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108229341207,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108229373975,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108229406743,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108229439511,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108229472279,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108229505047,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108229537815,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108229570583,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108229603351,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108229636119,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108229668887,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108229701655,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108229734423,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108229767191,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108229799959,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108229832727,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108229865495,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108229898263,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108229931031,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108229963799,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108229996567,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-asscher-cut-moissanite-infinity-ring-925-silver-main.png?v=1777722310"},{"product_id":"1-5-carat-emerald-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Emerald Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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 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\"\u003eEmerald \u003cspan\u003eCut\u003c\/span\u003e\n\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.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 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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eRefined and sophisticated, this \u003cstrong\u003e1.5 carat emerald cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed for those who appreciate timeless elegance. The flowing infinity band represents everlasting love, while the clean lines of the emerald cut create a bold, luxurious statement.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt the center, a stunning 1.5 carat emerald-cut moissanite showcases step-cut facets that deliver a mirror-like, elegant brilliance. Accented by delicate marquise side stones along the infinity twist, the design enhances sparkle while maintaining a minimal and premium aesthetic. Crafted in high-polish 925 sterling silver, this ring ensures durability, comfort, and everyday luxury—perfect as a \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or statement 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":45108238057495,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108238090263,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108238123031,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108238155799,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108238188567,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108238221335,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108238254103,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108238286871,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108238319639,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108238352407,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108238385175,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108238417943,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108238450711,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108238483479,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108238516247,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108238549015,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108238581783,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108238614551,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108238647319,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108238680087,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108238712855,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108238745623,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108238778391,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108238811159,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108238843927,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108238876695,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108238909463,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108238942231,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108238974999,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108239007767,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108239040535,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108239073303,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108239106071,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108239138839,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108239171607,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108239204375,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108239237143,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108239269911,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108239302679,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108239335447,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108239368215,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108239400983,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108239433751,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108239466519,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108239499287,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108239532055,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108239564823,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108239597591,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108239630359,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108239663127,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108239695895,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108239728663,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108239761431,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108239794199,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108239826967,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108239859735,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108239892503,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108239925271,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108239958039,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108239990807,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108240023575,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108240056343,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108240089111,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108240121879,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108240154647,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108240187415,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108240220183,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108240252951,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108240285719,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108240318487,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108240351255,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108240384023,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108240416791,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108240449559,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108240482327,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108240515095,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108240547863,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108240580631,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-emerald-cut-moissanite-infinity-ring-925-silver-main.png?v=1777722644"},{"product_id":"1-5-carat-cushion-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Cushion Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003eCushion \u003cspan\u003eCut\u003c\/span\u003e\n\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.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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eRomantic and timeless, this \u003cstrong\u003e1.5 carat cushion cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed to capture soft brilliance with a modern twist. The flowing infinity band symbolizes everlasting love, while the cushion cut offers a perfect blend of classic and contemporary elegance.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt the center, a dazzling 1.5 carat cushion-cut moissanite delivers exceptional fire and sparkle with gently rounded edges for a softer look. Accented by delicate marquise side stones along the infinity twist, this design enhances brilliance from every angle. Crafted in high-polish 925 sterling silver, the ring ensures durability, comfort, and a premium finish—perfect as a \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or meaningful gift.\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":45108241334295,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108241367063,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108241399831,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108241432599,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108241465367,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108241498135,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108241530903,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108241563671,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108241596439,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108241629207,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108241661975,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108241694743,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108241727511,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108241760279,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108241793047,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108241825815,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108241858583,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108241891351,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108241924119,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108241956887,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108241989655,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108242022423,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108242055191,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108242087959,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108242120727,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108242153495,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108242186263,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108242219031,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108242251799,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108242284567,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108242317335,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108242350103,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108242382871,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108242415639,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108242448407,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108242481175,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108242513943,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108242546711,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108242579479,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108242612247,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108242645015,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108242677783,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108242710551,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108242743319,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108242776087,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108242808855,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108242841623,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108242874391,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108242907159,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108242939927,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108242972695,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108243005463,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108243038231,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108243070999,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108243103767,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108243136535,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108243169303,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108243202071,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108243234839,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108243267607,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108243300375,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108243333143,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108243365911,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108243398679,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108243431447,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108243464215,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108243496983,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108243529751,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108243562519,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108243595287,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108243628055,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108243660823,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108243693591,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108243726359,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108243759127,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108243791895,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108243824663,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108243857431,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-cushion-cut-moissanite-infinity-ring-925-silver-main.png?v=1777723007"},{"product_id":"1-5-carat-pear-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Pear Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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 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\"\u003e\n\u003cspan\u003ePear Cut\u003c\/span\u003e\n\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.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 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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and eye-catching, this \u003cstrong\u003e1.5 carat pear cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed to stand out with its unique teardrop silhouette. The infinity twist band represents endless love, blending meaning with modern luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt the center, a dazzling 1.5 carat pear-cut moissanite delivers exceptional brilliance and fire, elongating the finger for a graceful look. Accented by delicate marquise side stones along the infinity band, this ring enhances sparkle from every angle. Crafted in premium 925 sterling silver with a high-polish finish, it offers durability, comfort, and timeless appeal—perfect as a \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or statement 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":45108244152343,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108244185111,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108244217879,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108244250647,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108244283415,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108244316183,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108244348951,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108244381719,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108244414487,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108244447255,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108244480023,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108244512791,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108244545559,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108244578327,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108244611095,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108244643863,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108244676631,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108244709399,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108244742167,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108244774935,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108244807703,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108244840471,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108244873239,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108244906007,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108244938775,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108244971543,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108245004311,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108245037079,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108245069847,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108245102615,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108245135383,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108245168151,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108245200919,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108245233687,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108245266455,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108245299223,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108245331991,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108245364759,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108245397527,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108245430295,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108245463063,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108245495831,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108245528599,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108245561367,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108245594135,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108245626903,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108245659671,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108245692439,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108245725207,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108245757975,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108245790743,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108245823511,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108245856279,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108245889047,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108245921815,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108245954583,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108245987351,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108246020119,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108246052887,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108246085655,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108246118423,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108246151191,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108246183959,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108246216727,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108246249495,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108246282263,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108246315031,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108246347799,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108246380567,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108246413335,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108246446103,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108246478871,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108246511639,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108246544407,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108246577175,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108246609943,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108246642711,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108246675479,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-pear-cut-moissanite-infinity-ring-925-silver-main.png?v=1777723357"},{"product_id":"1-5-carat-princess-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Princess Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003ePrincess Cut\u003c\/span\u003e\n\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.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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eBold, modern, and endlessly elegant, this \u003cstrong\u003e1.5 carat princess cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed to stand out. The clean square shape of the princess cut delivers a contemporary look, while the infinity twist band symbolizes everlasting love.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a stunning 1.5 carat princess-cut moissanite radiates exceptional brilliance and fire. Accented by delicate marquise side stones along the flowing infinity band, this ring enhances sparkle from every angle. Crafted in premium 925 sterling silver with a high-polish finish, it offers durability, comfort, and a luxurious feel—making it the perfect \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or statement 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":45108258734103,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108258766871,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108258799639,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108258832407,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108258865175,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108258897943,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108258930711,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108258963479,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108258996247,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108259029015,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108259061783,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108259094551,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108259127319,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108259160087,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108259192855,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108259225623,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108259258391,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108259291159,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108259323927,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108259356695,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108259389463,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108259422231,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108259454999,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108259487767,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108259520535,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108259553303,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108259586071,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108259618839,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108259651607,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108259684375,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108259717143,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108259749911,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108259782679,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108259815447,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108259848215,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108259880983,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108259913751,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108259946519,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108259979287,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108260012055,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108260044823,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108260077591,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108260110359,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108260143127,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108260175895,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108260208663,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108260241431,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108260274199,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108260306967,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108260339735,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108260372503,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108260405271,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108260438039,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108260470807,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108260503575,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108260536343,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108260569111,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108260601879,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108260634647,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108260667415,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108260700183,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108260732951,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108260765719,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108260798487,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108260831255,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108260864023,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108260896791,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108260929559,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108260962327,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108260995095,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108261027863,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108261060631,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108261093399,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108261126167,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108261158935,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108261191703,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108261224471,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108261257239,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-princess-cut-moissanite-infinity-ring-925-silver-main.png?v=1777724246"},{"product_id":"1-5-carat-marquise-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Marquise Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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 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\"\u003e \u003cspan\u003eMarquise Cut\u003c\/span\u003e\n\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.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 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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and distinctive, this \u003cstrong\u003e1.5 carat marquise cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed for those who love bold yet refined style. The infinity twist band symbolizes endless love, while the elongated marquise shape creates a striking, graceful presence.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt the center, a brilliant 1.5 carat marquise-cut moissanite delivers exceptional fire and sparkle, visually elongating the finger for a sleek and elegant look. Accented with delicate marquise side stones along the infinity band, this ring enhances brilliance from every angle. Crafted in high-polish 925 sterling silver, it offers durability, comfort, and a premium finish—perfect as a \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e or luxury statement 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":45108264763415,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108264796183,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108264828951,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108264861719,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108264894487,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108264927255,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108264960023,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108264992791,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108265025559,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108265058327,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108265091095,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108265123863,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108265156631,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108265189399,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108265222167,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108265254935,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108265287703,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108265320471,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108265353239,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108265386007,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108265418775,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108265451543,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108265484311,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108265517079,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108265549847,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108265582615,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108265615383,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108265648151,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108265680919,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108265713687,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108265746455,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108265779223,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108265811991,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108265844759,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108265877527,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108265910295,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108265943063,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108265975831,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108266008599,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108266041367,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108266074135,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108266106903,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108266139671,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108266172439,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108266205207,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108266237975,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108266270743,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108266303511,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108266336279,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108266369047,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108266401815,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108266434583,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108266467351,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108266500119,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108266532887,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108266565655,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108266598423,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108266631191,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108266663959,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108266696727,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108266729495,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108266762263,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108266795031,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108266827799,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108266860567,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108266893335,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108266926103,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108266958871,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108266991639,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108267024407,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108267057175,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108267089943,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108267122711,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108267155479,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108267188247,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108267221015,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108267253783,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108267286551,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-marquise-cut-moissanite-infinity-ring-925-silver-main.png?v=1777726129"},{"product_id":"1-5-carat-oval-cut-moissanite-infinity-ring-925-silver","title":"1.5 Carat Oval Cut Moissanite Infinity Engagement Ring in 925 Sterling Silver","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\"\u003e\u003cspan\u003eCrafted by Pavia Jewels, each ring showcases flawless craftsmanship, brilliant diamonds, and refined elegance — created for a lifetime of love and everyday luxury.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eOval Cut\u003c\/span\u003e\n\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.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 Forever Promise Ring\u003c\/span\u003e by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eGraceful and radiant, this \u003cstrong\u003e1.5 carat oval cut moissanite infinity engagement ring in 925 sterling silver\u003c\/strong\u003e is designed to enhance elegance and brilliance. The elongated oval shape creates a flattering, slender look on the finger, while the infinity band symbolizes everlasting love.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a stunning 1.5 carat oval-cut moissanite delivers exceptional fire and sparkle. Accented by delicate marquise side stones set along a flowing infinity design, this ring shines beautifully from every angle. Crafted in high-quality 925 sterling silver with a polished finish, it offers durability, comfort, and a luxurious feel—making it a perfect \u003cstrong\u003emoissanite engagement ring\u003c\/strong\u003e for modern love stories.\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":45108267974679,"sku":"RGE0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 6","offer_id":45108268007447,"sku":"RGE0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 7","offer_id":45108268040215,"sku":"RGE0003","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 8","offer_id":45108268072983,"sku":"RGE0004","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 9","offer_id":45108268105751,"sku":"RGE0005","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 10","offer_id":45108268138519,"sku":"RGE0006","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 11","offer_id":45108268171287,"sku":"RGE0007","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 12","offer_id":45108268204055,"sku":"RGE0008","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 13","offer_id":45108268236823,"sku":"RGE0009","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 14","offer_id":45108268269591,"sku":"RGE00010","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 15","offer_id":45108268302359,"sku":"RGE00011","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 16","offer_id":45108268335127,"sku":"RGE00012","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 17","offer_id":45108268367895,"sku":"RGE00013","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 18","offer_id":45108268400663,"sku":"RGE00014","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 19","offer_id":45108268433431,"sku":"RGE00015","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 20","offer_id":45108268466199,"sku":"RGE00016","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 21","offer_id":45108268498967,"sku":"RGE00017","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 22","offer_id":45108268531735,"sku":"RGE00018","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 23","offer_id":45108268564503,"sku":"RGE00019","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 24","offer_id":45108268597271,"sku":"RGE00020","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 25","offer_id":45108268630039,"sku":"RGE00021","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 26","offer_id":45108268662807,"sku":"RGE00022","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 27","offer_id":45108268695575,"sku":"RGE00023","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 28","offer_id":45108268728343,"sku":"RGE00024","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 29","offer_id":45108268761111,"sku":"RGE00025","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ White \/ 30","offer_id":45108268793879,"sku":"RGE00026","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 5","offer_id":45108268826647,"sku":"RGE00027","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 6","offer_id":45108268859415,"sku":"RGE00028","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 7","offer_id":45108268892183,"sku":"RGE00029","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 8","offer_id":45108268924951,"sku":"RGE00030","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 9","offer_id":45108268957719,"sku":"RGE00031","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 10","offer_id":45108268990487,"sku":"RGE00032","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 11","offer_id":45108269023255,"sku":"RGE00033","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 12","offer_id":45108269056023,"sku":"RGE00034","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 13","offer_id":45108269088791,"sku":"RGE00035","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 14","offer_id":45108269121559,"sku":"RGE00036","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 15","offer_id":45108269154327,"sku":"RGE00037","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 16","offer_id":45108269187095,"sku":"RGE00038","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 17","offer_id":45108269219863,"sku":"RGE00039","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 18","offer_id":45108269252631,"sku":"RGE00040","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 19","offer_id":45108269285399,"sku":"RGE00041","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 20","offer_id":45108269318167,"sku":"RGE00042","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 21","offer_id":45108269350935,"sku":"RGE00043","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 22","offer_id":45108269383703,"sku":"RGE00044","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 23","offer_id":45108269416471,"sku":"RGE00045","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 24","offer_id":45108269449239,"sku":"RGE00046","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 25","offer_id":45108269482007,"sku":"RGE00047","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 26","offer_id":45108269514775,"sku":"RGE00048","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 27","offer_id":45108269547543,"sku":"RGE00049","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 28","offer_id":45108269580311,"sku":"RGE00050","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 29","offer_id":45108269613079,"sku":"RGE00051","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold \/ 30","offer_id":45108269645847,"sku":"RGE00052","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 5","offer_id":45108269678615,"sku":"RGE00053","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 6","offer_id":45108269711383,"sku":"RGE00054","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 7","offer_id":45108269744151,"sku":"RGE00055","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 8","offer_id":45108269776919,"sku":"RGE00056","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 9","offer_id":45108269809687,"sku":"RGE00057","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 10","offer_id":45108269842455,"sku":"RGE00058","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 11","offer_id":45108269875223,"sku":"RGE00059","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 12","offer_id":45108269907991,"sku":"RGE00060","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 13","offer_id":45108269940759,"sku":"RGE00061","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 14","offer_id":45108269973527,"sku":"RGE00062","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 15","offer_id":45108270006295,"sku":"RGE00063","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 16","offer_id":45108270039063,"sku":"RGE00064","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 17","offer_id":45108270071831,"sku":"RGE00065","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 18","offer_id":45108270104599,"sku":"RGE00066","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 19","offer_id":45108270137367,"sku":"RGE00067","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 20","offer_id":45108270170135,"sku":"RGE00068","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 21","offer_id":45108270202903,"sku":"RGE00069","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 22","offer_id":45108270235671,"sku":"RGE00070","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 23","offer_id":45108270268439,"sku":"RGE00071","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 24","offer_id":45108270301207,"sku":"RGE00072","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 25","offer_id":45108270333975,"sku":"RGE00073","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 26","offer_id":45108270366743,"sku":"RGE00074","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 27","offer_id":45108270399511,"sku":"RGE00075","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 28","offer_id":45108270432279,"sku":"RGE00076","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 29","offer_id":45108270465047,"sku":"RGE00077","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold \/ 30","offer_id":45108270497815,"sku":"RGE00078","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1-5-carat-oval-cut-moissanite-infinity-ring-925-silver-main.png?v=1777726536"},{"product_id":"1ct-oval-moissanite-pendant-925-sterling-silver-necklace","title":"1 Carat Oval Moissanite Pendant Necklace in 925 Sterling Silver | Luxury Solitaire Necklace for Women | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eOval Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and radiant, this \u003cstrong\u003e1 carat oval cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to bring timeless brilliance to your everyday style. The elongated oval shape enhances the neckline with a graceful and flattering look, making it perfect for both minimal elegance and refined luxury.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a stunning 1 carat oval-cut moissanite delivers exceptional fire and diamond-like sparkle. Secured in a classic prong setting, the pendant allows maximum light reflection for unmatched brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers durability, comfort, and a luxurious feel—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for gifting or everyday wear.\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","offer_id":45113756286999,"sku":"PD0001","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45113756319767,"sku":"PD0002","price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45113756352535,"sku":"PD0003","price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-oval-moissanite-pendant-close-up.png?v=1777981598"},{"product_id":"1ct-elongated-cushion-cut-moissanite-pendant-925-silver-necklace","title":"1 Carat Elongated cushion Cut Moissanite Pendant Necklace in 925 Sterling Silver | Luxury Solitaire Necklace 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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eElongated Cushion Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and luminous, this \u003cstrong\u003e1 carat Elongated cushion cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to bring timeless sophistication and brilliance to every occasion. The soft cushion silhouette combines classic charm with modern elegance, creating a refined and luxurious statement around the neckline.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a breathtaking 1 carat Elongated cushion-cut moissanite radiates exceptional fire and diamond-like sparkle. Secured in a classic four-prong setting, the pendant maximizes light reflection for extraordinary brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for gifting, layering, or everyday luxury.\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","offer_id":45115197390871,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115197423639,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115197456407,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-Elongated-cushion-cut-moissanite-pendant-925-silver.png?v=1778051668"},{"product_id":"1ct-cushion-moissanite-pendant-necklace-925-silver","title":"1 Carat Cushion Cut Moissanite Pendant Necklace in 925 Sterling Silver | Classic Solitaire Necklace 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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eCushion Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and timeless, this \u003cstrong\u003e1 carat cushion cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to bring radiant brilliance and refined sophistication to your jewelry collection. The soft cushion-cut silhouette blends modern sparkle with classic elegance, creating a luxurious look perfect for every occasion.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a dazzling 1 carat cushion-cut moissanite stone delivers exceptional fire and diamond-like brilliance. Secured in a classic four-prong setting, the pendant maximizes light reflection for extraordinary sparkle from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for gifting, layering, or everyday luxury styling.\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","offer_id":45115321909271,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115321942039,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115321974807,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-cushion-moissanite-pendant-close-up-silver.png?v=1778072493"},{"product_id":"1ct-princess-cut-moissanite-pendant-necklace-925-silver","title":"1 Carat Princess Cut Moissanite Pendant Necklace in 925 Sterling Silver | Classic Solitaire Necklace for Women | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003ePrincess Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and sophisticated, this \u003cstrong\u003e1 carat princess cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is crafted to bring timeless brilliance and modern luxury to your jewelry collection. The clean square silhouette of the princess cut creates a bold yet refined look, making it perfect for everyday elegance and special occasions alike.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a dazzling 1 carat princess-cut moissanite stone radiates exceptional fire and diamond-like sparkle. Secured in a classic four-prong setting, the pendant maximizes light reflection for extraordinary brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for gifting, layering, or luxury daily wear.\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","offer_id":45115864973335,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115865006103,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115865038871,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-princess-moissanite-pendant-close-up-silver.png?v=1778073195"},{"product_id":"1ct-marquise-cut-moissanite-pendant-necklace-925-silver","title":"1 Carat Marquise Cut Moissanite Pendant Necklace in 925 Sterling Silver | Luxury Solitaire Necklace 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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eMarquise Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eElegant and captivating, this \u003cstrong\u003e1 carat marquise cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to bring graceful brilliance and timeless sophistication to your jewelry collection. The elongated marquise silhouette creates a refined and flattering look, adding a touch of luxury to both everyday styling and special occasions.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a dazzling 1 carat marquise-cut moissanite stone radiates exceptional fire and diamond-like sparkle. Secured in a classic prong setting, the pendant maximizes light reflection for breathtaking brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for gifting, layering, or elegant daily wear.\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","offer_id":45115935096855,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115935129623,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115935162391,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-marquise-moissanite-pendant-close-up-silver.png?v=1778076189"},{"product_id":"1ct-heart-cut-moissanite-pendant-necklace-925-silver","title":"1 Carat Heart Cut Moissanite Pendant Necklace in 925 Sterling Silver | Romantic Solitaire Necklace for Women | Pavia Jewels","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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eHeart Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eRomantic and elegant, this \u003cstrong\u003e1 carat heart cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to symbolize love with timeless brilliance and sophistication. The delicate heart-shaped silhouette creates a graceful and meaningful look, making it a perfect piece for everyday elegance or heartfelt gifting.\u003c\/p\u003e\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a dazzling 1 carat heart-cut moissanite stone radiates exceptional fire and diamond-like sparkle. Secured in a classic prong setting, the pendant maximizes light reflection for breathtaking brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for anniversaries, special occasions, or luxury daily wear.\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","offer_id":45115964325911,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115964358679,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115964391447,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-heart-moissanite-pendant-close-up-silver.png?v=1778077100"},{"product_id":"1ct-emerald-cut-moissanite-pendant-necklace-925-silver","title":"1 Carat Emerald Cut Moissanite Pendant Necklace in 925 Sterling Silver | Elegant Solitaire Necklace 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\"\u003e\u003cspan\u003eCrafted by \u003cspan class=\"hover:entity-accent entity-underline inline cursor-pointer align-baseline\"\u003e\u003cspan class=\"whitespace-normal\"\u003ePavia Jewels\u003c\/span\u003e\u003c\/span\u003e, each solitaire pendant embodies pure brilliance, masterful craftsmanship, and timeless elegance — designed to be treasured for a lifetime.\u003c\/span\u003e\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\"\u003eCenter Diamond\u003c\/div\u003e\n\u003cdiv class=\"pv-card-value\"\u003e1.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\"\u003e \u003cspan\u003eEmerald Cut\u003c\/span\u003e\n\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.50 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\"\u003eThe Lumière Solitaire Pendant by \u003cspan class=\"pv-shimmer-text\"\u003ePavia Jewels\u003c\/span\u003e — where brilliance becomes an eternal signature.\u003c\/h3\u003e\n\u003cp class=\"pv-editorial-text\"\u003eSophisticated and timeless, this \u003cstrong\u003e1 carat emerald cut moissanite pendant necklace in 925 sterling silver\u003c\/strong\u003e is designed to bring refined elegance and modern luxury to your jewelry collection. The clean step-cut facets of the emerald shape create a sleek and graceful appearance, offering understated brilliance with a luxurious finish.\u003c\/p\u003e\n\n\u003cp class=\"pv-editorial-text\"\u003eAt its center, a breathtaking 1 carat emerald-cut moissanite stone radiates exceptional clarity and mirror-like sparkle. Secured in a classic four-prong setting, the pendant allows maximum light reflection for striking brilliance from every angle. Crafted in premium 925 sterling silver with a high-polish finish, this necklace offers lasting shine, comfort, and durability—making it a perfect \u003cstrong\u003emoissanite pendant necklace\u003c\/strong\u003e for elegant everyday wear, gifting, or special occasions.\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","offer_id":45115972321303,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Gold","offer_id":45115972354071,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true},{"title":"925 Silver \/ Rose gold","offer_id":45115972386839,"sku":null,"price":5499.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0760\/3922\/5367\/files\/1ct-emerald-moissanite-pendant-close-up-silver.png?v=1778077460"}],"url":"https:\/\/www.paviajewels.com\/collections\/new-arrivals.oembed?page=3","provider":"PAVIAJEWELS","version":"1.0","type":"link"}