{"product_id":"grind-defense-night-guard","title":"Grind Defense Night Guard","description":"\u003cstyle\u003e\n  \/* PRO WHITE NIGHT GUARD CSS *\/\n  .prowhite-nightguard-container {\n    background-color: #1A0F3C;\n    color: #ffffff;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n    padding: 40px 20px;\n    max-width: 800px;\n    margin: 0 auto;\n    border-radius: 25px;\n    line-height: 1.6;\n    border: 1px solid #4A3587;\n    box-shadow: 0 10px 40px rgba(79, 172, 254, 0.1);\n  }\n\n  .nightguard-hero-header {\n    text-align: center;\n    padding-bottom: 30px;\n    border-bottom: 1px solid #4A3587;\n    margin-bottom: 30px;\n  }\n\n  .nightguard-hero-header h1 {\n    font-size: 2.4rem;\n    text-transform: uppercase;\n    font-weight: 900;\n    margin-bottom: 10px;\n    background: linear-gradient(90deg, #4FACFE, #82EEFD);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n  }\n\n  .highlight-blue { color: #4FACFE; font-weight: 800; }\n\n  \/* FEATURES GRID *\/\n  .nightguard-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n  }\n\n  .nightguard-feature-card {\n    background: #2A1B5E;\n    border-radius: 15px;\n    padding: 25px 20px;\n    border: 1px solid #4A3587;\n    text-align: left;\n    transition: 0.3s;\n  }\n\n  .nightguard-feature-card:hover {\n    border-color: #4FACFE;\n    transform: translateY(-3px);\n  }\n\n  .nightguard-feature-icon {\n    font-size: 1.8rem;\n    margin-bottom: 15px;\n    display: block;\n  }\n\n  .nightguard-feature-card h3 {\n    color: #ffffff;\n    font-size: 1.1rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n  }\n\n  \/* DIAGRAM \u0026 ROUTINE *\/\n  .nightguard-routine-section {\n    background: rgba(79, 172, 254, 0.05);\n    padding: 30px;\n    border-radius: 20px;\n    margin-top: 30px;\n    border-left: 4px solid #4FACFE;\n  }\n\n  .nightguard-routine-section h2 {\n    color: #4FACFE;\n    text-transform: uppercase;\n    margin-bottom: 25px;\n    text-align: center;\n    font-size: 1.4rem;\n  }\n\n  \/* APPLICATION DIAGRAM *\/\n  .application-diagram {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    margin-bottom: 30px;\n    background: #1A0F3C;\n    padding: 20px;\n    border-radius: 15px;\n    border: 1px dashed #4FACFE;\n  }\n\n  .diagram-node {\n    background: #4FACFE;\n    color: #1A0F3C;\n    font-weight: bold;\n    padding: 10px 15px;\n    border-radius: 8px;\n    text-align: center;\n    font-size: 0.9rem;\n    text-transform: uppercase;\n  }\n\n  .diagram-arrow {\n    color: #4FACFE;\n    font-weight: bold;\n    font-size: 1.5rem;\n  }\n\n  .routine-step {\n    display: flex;\n    align-items: flex-start;\n    margin-bottom: 15px;\n  }\n\n  .step-number-nightguard {\n    background: #4FACFE;\n    color: #1A0F3C;\n    font-weight: 900;\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-right: 15px;\n    flex-shrink: 0;\n  }\n\n  \/* INGREDIENTS \u0026 CAUTIONS BOX *\/\n  .nightguard-info-box {\n    margin-top: 30px;\n    font-size: 0.85rem;\n    color: #A096C0;\n    padding: 20px;\n    background: #2A1B5E;\n    border-radius: 15px;\n    border: 1px dashed #4A3587;\n  }\n  \n  .nightguard-info-box strong {\n    color: #ffffff;\n    text-transform: uppercase;\n    display: block;\n    margin-top: 15px;\n    margin-bottom: 5px;\n  }\n  \n  .nightguard-info-box strong:first-child {\n    margin-top: 0;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"prowhite-nightguard-container\"\u003e\n  \n  \u003cdiv class=\"nightguard-hero-header\"\u003e\n    \u003ch1\u003eProtect Your Enamel 🛡️\u003c\/h1\u003e\n    \u003cp\u003eWake up free from jaw pain and safeguard your smile. The \u003cstrong\u003eGrind Defense Night Guard\u003c\/strong\u003e is specifically designed to absorb the impact of nighttime teeth grinding (bruxism), offering a comfortable, protective barrier while you sleep.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nightguard-feature-grid\"\u003e\n    \u003cdiv class=\"nightguard-feature-card\"\u003e\n      \u003cspan class=\"nightguard-feature-icon\"\u003e🦷\u003c\/span\u003e\n      \u003ch3 class=\"highlight-blue\"\u003eGrind Protection\u003c\/h3\u003e\n      \u003cp\u003eCreates a durable, shock-absorbing cushion between your upper and lower teeth to prevent micro-fractures and enamel wear.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nightguard-feature-card\"\u003e\n      \u003cspan class=\"nightguard-feature-icon\"\u003e✨\u003c\/span\u003e\n      \u003ch3\u003eCustom Fit\u003c\/h3\u003e\n      \u003cp\u003eOur easy boil-and-bite design ensures a precise, slip-free fit tailored exactly to the unique contours of your mouth.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nightguard-feature-card\"\u003e\n      \u003cspan class=\"nightguard-feature-icon\"\u003e💧\u003c\/span\u003e\n      \u003ch3\u003e100% Hygienic\u003c\/h3\u003e\n      \u003cp\u003eMade from premium, odor-free materials that are incredibly easy to clean and maintain for long-term daily use.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"nightguard-feature-card\"\u003e\n      \u003cspan class=\"nightguard-feature-icon\"\u003e🛡️\u003c\/span\u003e\n      \u003ch3 class=\"highlight-blue\"\u003eBPA-Free Safety\u003c\/h3\u003e\n      \u003cp\u003eYour health is our priority. These guards are completely BPA-free, non-toxic, and safe to wear all night long.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nightguard-routine-section\"\u003e\n    \u003ch2\u003eCustom Fitting Guide\u003c\/h2\u003e\n    \n    \u003cdiv class=\"application-diagram\"\u003e\n      \u003cdiv class=\"diagram-node\"\u003e1. Soak (10-15s)\u003c\/div\u003e\n      \u003cdiv class=\"diagram-arrow\"\u003e➔\u003c\/div\u003e\n      \u003cdiv class=\"diagram-node\"\u003e2. Cool (3-5s)\u003c\/div\u003e\n      \u003cdiv class=\"diagram-arrow\"\u003e➔\u003c\/div\u003e\n      \u003cdiv class=\"diagram-node\"\u003e3. Bite \u0026amp; Hold (30s)\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"routine-step\"\u003e\n      \u003cdiv class=\"step-number-nightguard\"\u003e1\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eHeat:\u003c\/strong\u003e Submerge the mouthguard in hot water (70°C - 80°C) for 10 to 15 seconds. Do not exceed 20 seconds to avoid damaging the material.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"routine-step\"\u003e\n      \u003cdiv class=\"step-number-nightguard\"\u003e2\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003ePrep:\u003c\/strong\u003e Carefully remove the mouthguard from the hot water using a spoon and let it cool for 3 to 5 seconds so it is safe to touch.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"routine-step\"\u003e\n      \u003cdiv class=\"step-number-nightguard\"\u003e3\u003c\/div\u003e\n      \u003cdiv\u003e\n        \u003cp\u003e\u003cstrong\u003eMold:\u003c\/strong\u003e Place the guard over your teeth. Bite down gently and hold it firmly in place with your tongue and lips for 30 seconds to lock in your custom fit.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"nightguard-info-box\"\u003e\n    \u003cstrong\u003eWhat's Included:\u003c\/strong\u003e \n    Grind Defense Night Guards and protective hygienic storage cases.\n    \n    \u003cstrong\u003eCare Instructions:\u003c\/strong\u003e\n    Wash with cold water and mild soap after every use. Allow to air dry completely before storing in the provided case. Do not clean with hot water.\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Pro White","offers":[{"title":"Default Title","offer_id":52722491490570,"sku":"GDNG","price":9.89,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0907\/3285\/5562\/files\/7_2_8d00485b-1861-487a-bafd-969f31fb1f3c.jpg?v=1773704311","url":"https:\/\/beyond-the-high-street.com\/products\/grind-defense-night-guard","provider":"Beyond the high street…","version":"1.0","type":"link"}