{"product_id":"v34-teeth-whitening-colour-corrector-serum-30ml","title":"V34 Instant Teeth Whitening Colour Corrector Serum","description":"\u003cstyle\u003e\n  \/* ========================================\n     V34 PRODUCT DETAIL PAGE (Professional Whitening Theme)\n     Strict Single-Column, Mobile-First, Edge-to-Edge\n  ======================================== *\/\n\n  .v34-page,\n  .v34-page * {\n    box-sizing: border-box;\n  }\n\n  .v34-page {\n    \/* Color Palette - Clean, Clinical, Trustworthy *\/\n    --v34-brand: #5520b8;\n    --v34-brand-dark: #3a1188;\n    --v34-brand-light: #f4f0ff;\n    --v34-bg-main: #f0edf5; \/* Very subtle grey\/purple background for contrast *\/\n    --v34-card-bg: #ffffff;\n    --v34-text-main: #1d1b20;\n    --v34-text-muted: #5e5a66;\n    --v34-border-light: #eae5f2;\n\n    width: 100%;\n    \/* Restrict max-width to enforce single column on PC, perfect for readability *\/\n    max-width: 720px; \n    margin: 0 auto;\n    \/* Minimized side margins to edge *\/\n    padding: 4px;\n\n    color: var(--v34-text-main);\n    background: var(--v34-bg-main);\n\n    font-family: -apple-system, BlinkMacSystemFont, \"SF Pro Text\", \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 16px;\n    line-height: 1.65;\n    text-rendering: optimizeLegibility;\n    -webkit-font-smoothing: antialiased;\n    overflow-wrap: break-word;\n  }\n\n  \/* Force all structural elements to block\/100% to prevent any side-by-side *\/\n  .v34-page section,\n  .v34-page div,\n  .v34-page ul,\n  .v34-page ol,\n  .v34-page li,\n  .v34-page details,\n  .v34-page img {\n    display: block;\n    width: 100%;\n    min-width: 0;\n  }\n\n  .v34-page img {\n    max-width: 100%;\n    height: auto;\n    margin: 0;\n    border-radius: 12px;\n    object-fit: cover;\n  }\n\n  .v34-page h2,\n  .v34-page h3,\n  .v34-page h4,\n  .v34-page p,\n  .v34-page ul,\n  .v34-page ol,\n  .v34-page blockquote {\n    margin-top: 0;\n  }\n\n  .v34-page h3 {\n    color: var(--v34-brand-dark);\n    font-size: clamp(22px, 5vw, 26px);\n    font-weight: 800;\n    line-height: 1.3;\n    letter-spacing: -0.02em;\n    margin-bottom: 16px;\n  }\n\n  .v34-page p {\n    margin-bottom: 14px;\n    color: var(--v34-text-main);\n  }\n\n  .v34-page p:last-child {\n    margin-bottom: 0;\n  }\n\n  .v34-page strong {\n    color: var(--v34-brand-dark);\n    font-weight: 700;\n  }\n\n  .v34-page ul,\n  .v34-page ol {\n    padding-left: 0;\n    margin: 0;\n  }\n\n  \/* ========================================\n     MAIN MODULES (Cards)\n  ======================================== *\/\n  .v34-section,\n  .v34-hero {\n    background: var(--v34-card-bg);\n    border-radius: 16px;\n    margin-bottom: 12px; \/* Small gap between sections *\/\n    padding: clamp(20px, 4vw, 32px) clamp(16px, 3vw, 24px);\n    box-shadow: 0 2px 12px rgba(45, 20, 85, 0.03);\n    overflow: hidden;\n  }\n\n  \/* Accent lines for specific sections to break monotony *\/\n  .v34-section--accent {\n    border-top: 4px solid var(--v34-brand);\n  }\n\n  .v34-section--dark {\n    background: linear-gradient(135deg, var(--v34-brand-dark) 0%, var(--v34-brand) 100%);\n    color: #ffffff;\n  }\n  .v34-section--dark h3,\n  .v34-section--dark strong,\n  .v34-section--dark p {\n    color: #ffffff;\n  }\n\n  \/* ========================================\n     HERO SECTION\n  ======================================== *\/\n  .v34-hero {\n    padding-top: clamp(28px, 5vw, 40px);\n    border-top: none;\n    text-align: center; \/* Center align hero for impact *\/\n  }\n\n  .v34-hero h3 {\n    font-size: clamp(26px, 6vw, 34px);\n    margin-bottom: 20px;\n  }\n\n  .v34-hero-copy {\n    text-align: left; \/* Keep body text left aligned for reading *\/\n    margin: 20px 0;\n    font-size: 17px;\n  }\n\n  .v34-hero-line {\n    display: block;\n    margin-top: 16px;\n    padding: 16px;\n    background: var(--v34-brand-light);\n    color: var(--v34-brand-dark) !important;\n    font-weight: 800 !important;\n    text-align: center;\n    border-radius: 12px;\n    font-size: 18px;\n    border: 1px dashed rgba(85, 32, 184, 0.3);\n  }\n\n  \/* ========================================\n     IMAGE CARDS\n  ======================================== *\/\n  .v34-image-card {\n    margin: 16px 0;\n    border-radius: 12px;\n  }\n  .v34-text-after-image {\n    margin-top: 16px;\n  }\n\n  \/* ========================================\n     LISTS (Benefits \u0026 Checks)\n  ======================================== *\/\n  .v34-benefits {\n    list-style: none;\n    margin-top: 20px;\n  }\n  .v34-benefits li {\n    position: relative;\n    padding: 14px 14px 14px 44px;\n    margin-bottom: 10px;\n    background: #faf8ff;\n    border: 1px solid var(--v34-border-light);\n    border-radius: 10px;\n    font-weight: 500;\n  }\n  .v34-benefits li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    top: 50%;\n    transform: translateY(-50%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 22px;\n    height: 22px;\n    background: var(--v34-brand);\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: bold;\n    border-radius: 50%;\n  }\n  .v34-benefits li p { margin: 0; }\n\n  \/* ========================================\n     REVIEWS (Optimized for Mobile Alignment)\n  ======================================== *\/\n  .v34-review-title {\n    margin-bottom: 20px;\n  }\n  .v34-review {\n    display: flex;\n    flex-direction: column;\n    background: var(--v34-card-bg);\n    border: 1px solid var(--v34-border-light);\n    border-radius: 14px;\n    padding: clamp(18px, 4.5vw, 24px);\n    margin-bottom: 16px;\n    box-shadow: 0 4px 16px rgba(45, 20, 85, 0.04);\n  }\n  .v34-review img {\n    width: 100%;\n    height: auto;\n    border-radius: 8px;\n    margin-bottom: 16px;\n    border: 1px solid rgba(0, 0, 0, 0.04);\n    object-fit: cover;\n  }\n  \n  \/* FIXED: Defend against theme blockquote global styling *\/\n  .v34-review blockquote {\n    display: block !important;\n    width: 100% !important;\n    margin: 0 !important; \/* Removes wide default side margins *\/\n    padding: 0 !important; \/* Removes default inside padding *\/\n    border: none !important; \/* Removes the grey left line *\/\n    background: transparent !important; \/* Removes any default gray background *\/\n    font-size: 16px !important;\n    line-height: 1.7 !important; \/* Increased line-height so it's not so dense *\/\n    color: var(--v34-text-main) !important;\n    font-style: normal !important;\n    text-align: left !important;\n    column-count: 1 !important; \n    -webkit-column-count: 1 !important;\n    -moz-column-count: 1 !important;\n    break-inside: avoid;\n    box-shadow: none !important;\n  }\n  \n  .v34-review blockquote em {\n    display: inline !important;\n    float: none !important;\n    font-style: italic !important;\n    margin: 0 !important;\n    padding: 0 !important;\n  }\n\n  .v34-review-name {\n    display: block;\n    margin-top: 16px;\n    padding-top: 12px;\n    border-top: 1px dashed var(--v34-border-light);\n    font-size: 14px;\n    color: var(--v34-brand);\n    font-weight: 700;\n    text-align: left;\n  }\n\n  \/* ========================================\n     SCIENCE HIGHLIGHT\n  ======================================== *\/\n  .v34-intro-line {\n    padding: 16px;\n    background: var(--v34-brand-light);\n    border-radius: 10px;\n    color: var(--v34-text-main);\n    margin-bottom: 16px;\n  }\n\n  \/* ========================================\n     PROCESS (Numbered List)\n  ======================================== *\/\n  .v34-process {\n    list-style: none;\n    counter-reset: step-counter;\n    margin-top: 16px;\n  }\n  .v34-process li {\n    position: relative;\n    padding: 16px 16px 16px 56px;\n    margin-bottom: 12px;\n    background: #faf8ff;\n    border: 1px solid var(--v34-border-light);\n    border-radius: 12px;\n  }\n  .v34-process li::before {\n    counter-increment: step-counter;\n    content: counter(step-counter);\n    position: absolute;\n    left: 14px;\n    top: 50%;\n    transform: translateY(-50%);\n    width: 30px;\n    height: 30px;\n    background: var(--v34-brand);\n    color: #ffffff;\n    font-weight: 800;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius: 50%;\n  }\n  .v34-process li p { margin: 0; font-weight: 500; }\n\n  \/* ========================================\n     STAIN LIST\n  ======================================== *\/\n  .v34-stain-list {\n    list-style: none;\n    margin: 16px 0;\n  }\n  .v34-stain-list li {\n    position: relative;\n    padding: 10px 10px 10px 32px;\n    margin-bottom: 8px;\n    background: #fcfbfe;\n    border-radius: 8px;\n  }\n  .v34-stain-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 14px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--v34-brand);\n    font-size: 24px;\n    line-height: 1;\n  }\n  .v34-stain-list li p { margin: 0; }\n\n  \/* ========================================\n     INGREDIENTS\n  ======================================== *\/\n  .v34-ingredient {\n    padding: 18px;\n    margin-top: 12px;\n    background: #faf8ff;\n    border-radius: 12px;\n    border: 1px solid var(--v34-border-light);\n  }\n  .v34-ingredient h3 {\n    font-size: 18px;\n    margin-bottom: 8px;\n    color: var(--v34-brand-dark);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n  }\n\n  \/* ========================================\n     HOW TO USE\n  ======================================== *\/\n  .v34-how-step {\n    padding: 20px;\n    margin-top: 12px;\n    background: #faf8ff;\n    border-radius: 14px;\n    border: 1px solid var(--v34-border-light);\n  }\n  .v34-how-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 32px;\n    height: 32px;\n    background: var(--v34-brand);\n    color: #fff;\n    font-weight: 800;\n    border-radius: 8px;\n    margin-bottom: 12px;\n  }\n  .v34-how-step h3 {\n    font-size: 19px;\n    margin-bottom: 8px;\n  }\n\n  \/* ========================================\n     BEST-RESULTS LIST\n  ======================================== *\/\n  .v34-check-list {\n    list-style: none;\n    margin: 16px 0;\n  }\n  .v34-check-list li {\n    position: relative;\n    padding: 10px 10px 10px 36px;\n    margin-bottom: 8px;\n    background: #faf8ff;\n    border-radius: 8px;\n  }\n  .v34-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 14px;\n    top: 50%;\n    transform: translateY(-50%);\n    color: var(--v34-brand);\n    font-weight: 800;\n  }\n  .v34-check-list li p { margin: 0; }\n\n  \/* ========================================\n     FAQ\n  ======================================== *\/\n  .v34-faq details {\n    background: #faf8ff;\n    border: 1px solid var(--v34-border-light);\n    border-radius: 12px;\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .v34-faq summary {\n    position: relative;\n    padding: 16px 40px 16px 16px;\n    font-weight: 700;\n    color: var(--v34-brand-dark);\n    cursor: pointer;\n    list-style: none;\n  }\n  .v34-faq summary::-webkit-details-marker {\n    display: none;\n  }\n  .v34-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 20px;\n    color: var(--v34-brand);\n    font-weight: 400;\n  }\n  .v34-faq details[open] summary::after {\n    content: \"−\";\n  }\n  .v34-faq-answer {\n    padding: 0 16px 16px;\n    color: var(--v34-text-muted);\n  }\n  .v34-faq-answer p { margin-top: 8px; }\n\n  \/* ========================================\n     GUARANTEE \u0026 INCLUDED\n  ======================================== *\/\n  .v34-guarantee {\n    background: #fdfcff;\n    border: 2px solid var(--v34-brand-light);\n    text-align: center;\n  }\n  .v34-guarantee h3 {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    gap: 8px;\n  }\n  .v34-guarantee h3::before {\n    content: \"🛡️\";\n    font-size: 32px;\n  }\n  .v34-guarantee-image {\n    margin-top: 16px;\n  }\n\n  .v34-included {\n    background: #faf8ff;\n    padding: 20px;\n    border-radius: 12px;\n    border: 1px dashed #d1c5e6;\n  }\n  .v34-disclaimer {\n    display: block;\n    margin-top: 16px;\n    font-size: 13px;\n    color: var(--v34-text-muted);\n    text-align: center;\n  }\n\u003c\/style\u003e\n\u003carticle class=\"v34-page\"\u003e\u003c!-- HERO --\u003e\n\u003csection class=\"v34-hero\"\u003e\n\u003ch3\u003eInstantly Brighten the Look of Your Smile\u003c\/h3\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/7_30.gif?v=1785397274\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"v34-hero-copy\"\u003e\n\u003cp\u003eA fast, \u003cstrong\u003eperoxide-free color corrector\u003c\/strong\u003e designed to visibly neutralize yellow tones and give teeth a \u003cstrong\u003ebrighter, fresher appearance in seconds\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003ePowered by \u003cstrong\u003ecarefully balanced violet pigments\u003c\/strong\u003e, V34 works directly on the visible tooth surface to soften warm yellow undertones—without bleaching or complicated whitening routines.\u003c\/p\u003e\n\u003cstrong class=\"v34-hero-line\"\u003e Brush, rinse, and step out feeling smile-ready. \u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/81Z0KCPShAL._AC_SL1500.jpg?v=1785397262\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"v34-section v34-section--accent\"\u003e\n\u003ch3\u003eWhy You’ll Love It\u003c\/h3\u003e\n\u003cul class=\"v34-benefits\"\u003e\n\u003cli\u003e\n\u003cp\u003eInstantly reduces the visible appearance of yellow tones\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eCreates a brighter-looking smile in as little as 30 seconds\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003ePeroxide-free, non-invasive formula\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eEasy to use alongside your regular oral-care routine\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eFresh peppermint-inspired finish\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eA convenient confidence boost for any moment\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp style=\"margin-top: 16px;\"\u003eWhether you are heading into an important meeting, getting ready for a date, taking photos, or simply starting your day, V34 helps your smile look polished and refreshed when you need it.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/ChatGPT_Image_2026_7_30_15_02_18.png?v=1785395179\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CUSTOMER EXPERIENCES (Optimized) --\u003e\n\u003csection class=\"v34-section\"\u003e\n\u003ch3 class=\"v34-review-title\"\u003eReal-Life Smile Boosts\u003c\/h3\u003e\n\u003cdiv class=\"v34-review\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/d4a1b44d-3243-4423-97b2-63d4e0c1c610.png?v=1785398647\" alt=\"\" loading=\"lazy\"\u003e\n\u003cblockquote\u003e“I had a client meeting right after lunch, and my teeth looked more yellow than usual from coffee. I used this in the office bathroom, and the difference was immediate. It made my smile look fresher without turning it into a whole whitening routine.”\u003c\/blockquote\u003e\n\u003cstrong class=\"v34-review-name\"\u003e— Maren K., Portland, Oregon\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-review\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/ChatGPT_Image_2026_7_30_16_00_39.png?v=1785398647\" alt=\"\" loading=\"lazy\"\u003e\n\u003cblockquote\u003e“Real talk: Before this first date, I was dreading that first smile. Years of heavy smoking left serious yellow stains, and I was \u003cem\u003eso\u003c\/em\u003e self-conscious. I tried this seconds before walking out the door. It took that harsh edge right off. Super fast, no mess, a total lifesaver.”\u003c\/blockquote\u003e\n\u003cstrong class=\"v34-review-name\"\u003e— Delaney R., Austin, Texas\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COLOR SCIENCE --\u003e\n\u003csection class=\"v34-section v34-section--accent\"\u003e\n\u003cdiv class=\"v34-image-card\" style=\"margin-top: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5879\/0629\/files\/O1CN01yXL1ph1OovPC6ycXR__2220886671753-0-cib.jpg?v=1784874480\" alt=\"Purple colour correction concept\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003ch3 style=\"margin-top: 20px;\"\u003eAdvanced Purple Color-Correcting Technology\u003c\/h3\u003e\n\u003cp class=\"v34-intro-line\"\u003e\u003cstrong\u003eWhy Purple Makes Teeth Look Brighter?\u003c\/strong\u003e The technology is based on a simple principle from color science.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e Purple and yellow sit opposite each other on the color wheel. \u003c\/strong\u003e When a carefully balanced violet pigment is applied over warm yellow tones, the two colors visually counterbalance each other.\u003c\/p\u003e\n\u003cp\u003eThis makes yellow undertones appear less noticeable and gives the smile a cooler, cleaner, and brighter overall appearance.\u003c\/p\u003e\n\u003cp\u003eIt is similar to the way purple shampoo helps reduce the look of yellow or brassy tones in blonde hair—but formulated as a cosmetic color corrector for the visible tooth surface.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/b0b19eeb42e1fe8ad8dfeaaf06740efc.jpg?v=1785397262\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PROCESS --\u003e\n\u003csection class=\"v34-section\"\u003e\n\u003ch3\u003eThe Process\u003c\/h3\u003e\n\u003col class=\"v34-process\"\u003e\n\u003cli\u003e\n\u003cp\u003eViolet pigments distribute evenly across the teeth.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eThe purple tone visually balances yellow undertones.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eTeeth immediately appear brighter and more refreshed.\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003cp style=\"margin-top: 16px;\"\u003eV34 does not rely on peroxide or bleaching agents. Its effect comes from \u003cstrong\u003eoptical color correction\u003c\/strong\u003e, making it a quick and non-invasive way to improve the visible tone of your smile.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/5812ae0a8dda448dbf82fc2be5422964_tplv-fhlh96nyum-crop-webp_2201_2200.webp?v=1785397261\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EVERYDAY YELLOW TONES --\u003e\n\u003csection class=\"v34-section v34-section--accent\"\u003e\n\u003ch3\u003eDesigned for Everyday Yellow Tones\u003c\/h3\u003e\n\u003cp\u003eCoffee, tea, red wine, tobacco, strongly colored foods, and natural tooth shade can all make a smile appear warmer or more yellow.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/105e506b14f726508390da10b6832ddd.jpg?v=1785397262\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"v34-text-after-image\"\u003eV34 helps visually soften these tones by applying a complementary violet color across the tooth surface. It is especially suited to everyday touch-ups when you want a \u003cstrong\u003efast, noticeable improvement\u003c\/strong\u003e without adding extra steps to your routine.\u003c\/p\u003e\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eIt can help improve the visible appearance of:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"v34-stain-list\"\u003e\n\u003cli\u003e\n\u003cp\u003eGeneral yellow undertones\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eCoffee and tea staining\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eTobacco-related surface discoloration\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eWarm tones caused by food and drinks\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eA dull-looking smile under bright lighting or in photos\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/b52901a340bf14db4d25505bf80c78c9.jpg?v=1785397262\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003csection class=\"v34-section\"\u003e\n\u003ch3\u003ePurposeful Ingredients, Clearly Explained\u003c\/h3\u003e\n\u003cp\u003eThe formula combines oral-care ingredients, texture-supporting ingredients, violet cosmetic pigments, and peppermint oil for smooth application and a fresh finish.\u003c\/p\u003e\n\u003cdiv class=\"v34-ingredient\"\u003e\n\u003ch3\u003e💧 Glycerin\u003c\/h3\u003e\n\u003cp\u003eGlycerin helps retain moisture and gives the serum a smooth consistency. This allows the product to spread more evenly across the visible tooth surface without drying out too quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-ingredient\"\u003e\n\u003ch3\u003e✨ Hydrated Silica\u003c\/h3\u003e\n\u003cp\u003eHydrated silica is commonly used in oral-care formulas as a gentle cleaning and polishing ingredient. It helps remove everyday surface debris and supports a clean, smooth feel after brushing.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\" style=\"margin-bottom: 0;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/ChatGPT_Image_2026_7_30_16_31_31.png?v=1785400316\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-ingredient\"\u003e\n\u003ch3\u003e🍬 Xylitol\u003c\/h3\u003e\n\u003cp\u003eXylitol is a naturally occurring sweet-tasting ingredient frequently used in toothpaste, mouthwash, and sugar-free gum. It improves the taste of the formula without using regular sugar.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-ingredient\"\u003e\n\u003ch3\u003e🌿 Peppermint Oil\u003c\/h3\u003e\n\u003cp\u003ePeppermint oil provides the formula with a clean mint flavor and leaves the mouth feeling fresh after rinsing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-ingredient\"\u003e\n\u003ch3\u003e🎨 Red and Blue Cosmetic Colorants\u003c\/h3\u003e\n\u003cp\u003eA precise combination of red and blue pigments creates the serum’s deep violet color.\u003c\/p\u003e\n\u003cp\u003eThese pigments provide the color-correcting effect. When distributed across yellow-looking tooth surfaces, the violet tone helps visually balance warmth and create a brighter-looking finish.\u003c\/p\u003e\n\u003cp\u003eAlways refer to the ingredient list printed on the package you receive, as formulations and regional labeling may vary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/Gemini_Generated_Image_4ozif04ozif04ozi.png?v=1785397268\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003csection class=\"v34-section v34-section--accent\"\u003e\n\u003ch3\u003eHow to Use\u003c\/h3\u003e\n\u003cdiv class=\"v34-how-step\"\u003e\n\u003ch3\u003e1. Apply\u003c\/h3\u003e\n\u003cp\u003eDispense a small amount onto a clean, damp toothbrush. Follow the amount recommended on the product packaging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-how-step\"\u003e\n\u003ch3\u003e2. Brush Gently\u003c\/h3\u003e\n\u003cp\u003eBrush gently across the visible surfaces of your teeth for \u003cstrong\u003eapproximately 30 seconds\u003c\/strong\u003e, distributing the purple serum as evenly as possible.\u003c\/p\u003e\n\u003cp\u003eThere is no need to scrub aggressively or apply excessive pressure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-how-step\"\u003e\n\u003ch3\u003e3. Rinse\u003c\/h3\u003e\n\u003cp\u003eSpit out the product and rinse your mouth thoroughly with water. Do not swallow.\u003c\/p\u003e\n\u003cp\u003eFor the most accurate view of your results, check your smile in natural or neutral lighting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5879\/0629\/files\/O1CN01PTjXzY1OovPBoVlhT__2220886671753-0-cib.jpg?v=1784874480\" alt=\"Smile preparation before events\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROUTINE --\u003e\n\u003csection class=\"v34-section\"\u003e\n\u003ch3\u003eA Simple Finishing Step\u003c\/h3\u003e\n\u003cp\u003eV34 fits naturally alongside your usual brushing, flossing, and dental-care routine.\u003c\/p\u003e\n\u003cp\u003eUse it whenever you want a fast visual boost. Its compact, straightforward application makes it easy to keep at home, in your work bag, or with your personal-care essentials.\u003c\/p\u003e\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eFor best results:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"v34-check-list\"\u003e\n\u003cli\u003e\n\u003cp\u003eApply evenly across the visible tooth surfaces\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eUse the recommended amount\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eAvoid aggressive brushing\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eRinse thoroughly after application\u003c\/p\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cp\u003eFollow the directions printed on the package\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eUsing more serum does not necessarily create a stronger result.\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/O1CN01IaK0T42BNorb5baQl__2200783788327-0-cib.jpg?v=1785394061\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"v34-section\"\u003e\n\u003ch3\u003eGood to Know\u003c\/h3\u003e\n\u003cdiv class=\"v34-faq\"\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes V34 contain peroxide?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eNo. V34 is a peroxide-free color corrector and does not use bleaching agents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes it help with coffee or tobacco stains?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eIt can help coffee, tea, tobacco, and other warm-toned surface stains appear less yellow by visually balancing them with violet pigments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it a toothpaste?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eNo. V34 is a cosmetic smile-finishing product. Continue using your normal fluoride toothpaste for daily brushing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use it as part of my regular routine?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eYes. Use it according to the directions printed on the packaging and continue your usual brushing, flossing, and professional dental care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill everyone get the same result?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eYes. V34 instantly helps neutralize visible yellow tones, leaving your teeth looking brighter, fresher, and more polished after use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs it suitable for sensitive gums?\u003c\/summary\u003e\n\u003cdiv class=\"v34-faq-answer\"\u003e\n\u003cp\u003eYes. The peroxide-free, non-invasive formula is designed to be gentle enough for people with sensitive gums when used as directed.\u003c\/p\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0814\/5879\/0629\/files\/O1CN01W4R8M62DJowoGTZQH__2222308478589-0-cib.jpg?v=1784874481\" alt=\"V34 feature image\" loading=\"lazy\" style=\"margin-top: 16px;\"\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL MESSAGE --\u003e\n\u003csection class=\"v34-section v34-section--dark\"\u003e\n\u003ch3\u003eYour Instant Purple-Powered Smile Boost\u003c\/h3\u003e\n\u003cp\u003eNo lengthy routine. No peroxide. No waiting around.\u003c\/p\u003e\n\u003cp\u003eV34 uses easy-to-understand color science to help yellow tones appear less noticeable, leaving your smile looking brighter, cleaner, and ready for whatever comes next.\u003c\/p\u003e\n\u003cp style=\"margin-top: 16px;\"\u003e\u003cstrong\u003eApply. Brush. Rinse. Smile.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"v34-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/O1CN01XZzb5c2BNos2lclBN__2200783788327-0-cib.jpg?v=1785394061\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 180-DAY POLICY --\u003e\n\u003csection class=\"v34-section v34-guarantee\"\u003e\n\u003ch3\u003e180-Day Satisfaction Guarantee\u003c\/h3\u003e\n\u003cp\u003eTry V34 with confidence. If you use the product as directed and are not satisfied with the brightening result, contact us within \u003cstrong\u003e180 days of delivery\u003c\/strong\u003e to return it for a replacement or refund at no additional cost. Please retain your order information so our customer-care team can assist you promptly.\u003c\/p\u003e\n\u003cdiv class=\"v34-guarantee-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/guarantee-badge-180-days-2.png?v=1783601100\" alt=\"\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INCLUDED --\u003e\n\u003csection class=\"v34-section\" style=\"box-shadow: none; background: transparent;\"\u003e\n\u003cdiv class=\"v34-included\"\u003e\n\u003ch3 style=\"font-size: 18px; margin-bottom: 8px;\"\u003eWhat’s Included\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003e1 × V34 Purple Color Corrector Serum\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eTotal Net Contents: 30 mL \/ 1 fl oz\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cem class=\"v34-disclaimer\"\u003e For cosmetic oral use only. Do not swallow. Keep out of reach of children. Use only as directed. \u003c\/em\u003e\u003c\/section\u003e\n\u003c\/article\u003e","brand":"My Store","offers":[{"title":"3 Bottles","offer_id":48979132252330,"sku":"LDXyagao1-3PC","price":29.99,"currency_code":"USD","in_stock":false},{"title":"1 Bottle","offer_id":48979132285098,"sku":"LDXyagao1-1PC","price":19.99,"currency_code":"USD","in_stock":false},{"title":"5 Bottles","offer_id":48979132317866,"sku":"LDXyagao1-5PC","price":45.99,"currency_code":"USD","in_stock":false},{"title":"8 Bottles","offer_id":48979132350634,"sku":"LDXyagao1-8PC","price":65.99,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/7149\/4570\/files\/ChatGPT_Image_2026_7_30_14_54_11.png?v=1785395178","url":"https:\/\/frischglow.com\/products\/v34-teeth-whitening-colour-corrector-serum-30ml","provider":"frischglow","version":"1.0","type":"link"}