{"product_id":"combat-hygiene-bundle","title":"REST ROUND Combat Hygiene Bundle","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;700;800;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --black: #0f0f0f;\n    --white: #ffffff;\n    --off-white: #f7f7f5;\n    --gray-light: #f0f0ee;\n    --gray-mid: #c8c8c4;\n    --gray-text: #555552;\n    --accent: #d7df22;\n    --accent-dark: #a8ae10;\n    --border: #ebebeb;\n    --font: 'Montserrat', sans-serif;\n  }\n\n  body {\n    font-family: var(--font);\n    background: var(--white);\n    color: var(--black);\n    line-height: 1.5;\n    -webkit-font-smoothing: antialiased;\n  }\n\n  .page-wrap {\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 20px 16px 40px;\n  }\n\n  \/* ── BRAND BAR ── *\/\n  .brand-bar {\n    letter-spacing: .18em;\n    text-transform: uppercase;\n    font-size: 10px;\n    font-weight: 800;\n    color: #aaa;\n    margin-bottom: 10px;\n  }\n\n  \/* ── HERO ── *\/\n  .hero {\n    border-top: 2px solid var(--black);\n    padding-top: 18px;\n    margin-bottom: 22px;\n  }\n\n  .hero-headline {\n    font-size: clamp(22px, 5.5vw, 32px);\n    font-weight: 900;\n    letter-spacing: -0.025em;\n    text-transform: uppercase;\n    line-height: 1.05;\n    margin-bottom: 14px;\n  }\n\n  \/* Best testimonial pulled to top *\/\n  .hero-quote {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    background: var(--black);\n    color: var(--white);\n    border-radius: 6px;\n    padding: 14px 16px;\n    margin-bottom: 16px;\n  }\n  .hero-quote-mark {\n    font-size: 36px;\n    line-height: 1;\n    color: var(--accent);\n    font-weight: 900;\n    flex-shrink: 0;\n    margin-top: -4px;\n  }\n  .hero-quote-body p {\n    font-size: 13px;\n    font-style: italic;\n    color: #e0e0e0;\n    line-height: 1.5;\n    margin-bottom: 6px;\n  }\n  .hero-quote-attr {\n    font-size: 10px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .12em;\n    color: var(--accent);\n  }\n\n  .hero-copy {\n    font-size: 14px;\n    color: #333;\n    line-height: 1.65;\n    font-weight: 500;\n  }\n  .hero-copy strong {\n    color: var(--black);\n  }\n\n  \/* ── CTA BUTTON ── *\/\n  .cta-wrap {\n    margin: 20px 0;\n  }\n  .btn-cta {\n    display: block;\n    width: 100%;\n    background: var(--black);\n    color: var(--white);\n    text-align: center;\n    font-family: var(--font);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: .14em;\n    text-transform: uppercase;\n    padding: 17px 20px;\n    border: none;\n    border-radius: 4px;\n    cursor: pointer;\n    text-decoration: none;\n    transition: background .15s;\n  }\n  .btn-cta:hover { background: #2a2a2a; }\n  .btn-sub {\n    text-align: center;\n    font-size: 11px;\n    color: #999;\n    margin-top: 8px;\n    letter-spacing: .05em;\n  }\n\n  \/* ── FEATURE GRID (4 tiles) ── *\/\n  .section-label {\n    font-size: 10px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .18em;\n    color: #aaa;\n    margin-bottom: 12px;\n    margin-top: 28px;\n  }\n\n  .feature-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n    margin-bottom: 28px;\n  }\n  .feature-tile {\n    background: var(--off-white);\n    border: 1px solid var(--border);\n    border-radius: 6px;\n    padding: 20px 14px;\n    text-align: center;\n  }\n  .feature-tile h4 {\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .1em;\n    margin-bottom: 6px;\n    color: var(--black);\n  }\n  .feature-tile p {\n    font-size: 11px;\n    color: var(--gray-text);\n    line-height: 1.55;\n    font-weight: 500;\n  }\n\n  \/* ── THE BUNDLE BREAKDOWN ── *\/\n  .standard-section {\n    border-top: 1px solid var(--border);\n    padding-top: 20px;\n    margin-bottom: 28px;\n  }\n  .standard-row {\n    display: flex;\n    align-items: stretch;\n    gap: 16px;\n    margin-bottom: 14px;\n  }\n  .standard-img {\n    flex: 0 0 100px;\n    height: 100px;\n    overflow: hidden;\n    border-radius: 4px;\n    border: 1px solid var(--border);\n  }\n  .standard-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n  }\n  .standard-txt {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n  .standard-txt h4 {\n    font-size: 12px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .08em;\n    margin-bottom: 4px;\n    color: var(--black);\n  }\n  .standard-txt p {\n    font-size: 12px;\n    color: var(--gray-text);\n    line-height: 1.5;\n    font-weight: 500;\n  }\n  .badge {\n    display: inline-block;\n    background: var(--black);\n    color: var(--white);\n    font-size: 9px;\n    font-weight: 800;\n    padding: 2px 6px;\n    border-radius: 3px;\n    margin-bottom: 4px;\n    align-self: flex-start;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n  }\n\n  \/* ── FIGHTERS ── *\/\n  .fighters-section {\n    margin-bottom: 28px;\n  }\n  .athlete-swipe-container {\n    display: flex;\n    overflow-x: auto;\n    scroll-snap-type: x mandatory;\n    gap: 12px;\n    padding-bottom: 8px;\n    -webkit-overflow-scrolling: touch;\n    scrollbar-width: none;\n  }\n  .athlete-swipe-container::-webkit-scrollbar { display: none; }\n  .athlete-card {\n    flex: 0 0 170px;\n    scroll-snap-align: start;\n    background: var(--black);\n    aspect-ratio: 1 \/ 1;\n    position: relative;\n    overflow: hidden;\n    border-radius: 4px;\n  }\n  .athlete-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0.72;\n    display: block;\n  }\n  .athlete-info {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 12px;\n    background: linear-gradient(transparent, rgba(0,0,0,0.92));\n    color: var(--white);\n  }\n  .athlete-info .name {\n    font-size: 11px;\n    font-weight: 800;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n    margin-bottom: 2px;\n  }\n  .athlete-info .title {\n    font-size: 9px;\n    color: var(--accent);\n    font-weight: 800;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    margin-bottom: 5px;\n  }\n  .athlete-info .quote {\n    font-size: 10px;\n    font-style: italic;\n    line-height: 1.3;\n    color: #ddd;\n  }\n\n  \/* ── FAQ ── *\/\n  .faq-section {\n    border-top: 1px solid var(--border);\n    padding-top: 16px;\n    margin-bottom: 28px;\n  }\n  .faq-item {\n    border-bottom: 1px solid #f0f0f0;\n  }\n  .faq-item summary {\n    cursor: pointer;\n    font-weight: 700;\n    font-size: 12px;\n    list-style: none;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 12px 0;\n    -webkit-tap-highlight-color: transparent;\n    color: var(--black);\n  }\n  .faq-item summary::-webkit-details-marker { display: none; }\n  .faq-item summary::after {\n    content: \"+\";\n    color: #bbb;\n    font-weight: 300;\n    font-size: 16px;\n    flex-shrink: 0;\n    margin-left: 12px;\n  }\n  .faq-item[open] summary::after { content: \"−\"; }\n  .faq-ans {\n    padding: 0 0 12px;\n    font-size: 13px;\n    color: var(--gray-text);\n    line-height: 1.55;\n    font-weight: 400;\n  }\n\n  \/* ── FOOTER ── *\/\n  .page-footer {\n    border-top: 1px solid var(--border);\n    padding-top: 12px;\n    text-align: center;\n  }\n  .page-footer p {\n    font-size: 9px;\n    color: #bbb;\n    letter-spacing: .28em;\n    text-transform: uppercase;\n    font-weight: 800;\n  }\n\n  \/* ── MOBILE ── *\/\n  @media (max-width: 520px) {\n    .feature-grid { grid-template-columns: 1fr 1fr; }\n    .standard-img { flex: 0 0 80px; height: 80px; }\n    .athlete-card { flex: 0 0 155px; }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"page-wrap\"\u003e\n  \u003cp class=\"brand-bar\"\u003eRest Round™\u003c\/p\u003e\n\n  \u003cdiv class=\"hero\"\u003e\n    \u003ch1 class=\"hero-headline\"\u003eComplete Protection\u003cbr\u003eFrom the Mat to the Mouth\u003c\/h1\u003e\n    \n    \u003cdiv class=\"hero-quote\"\u003e\n      \u003cdiv class=\"hero-quote-mark\"\u003e\"\u003c\/div\u003e\n      \u003cdiv class=\"hero-quote-body\"\u003e\n        \u003cp\u003eZero staph or ringworm during my Thailand training camp. The entire bundle keeps everything sterile.\u003c\/p\u003e\n        \u003cdiv class=\"hero-quote-attr\"\u003eColby Thicknesse — UFC Fighter\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cp class=\"hero-copy\"\u003e\u003cstrong\u003eStaph. Ringworm. Mouthpiece Bacteria.\u003c\/strong\u003e One bad roll or dirty piece of gear can end your camp. The Rest Round™ Combat Hygiene Bundle gives you full-spectrum defense. Destroys skin pathogens on contact and thoroughly sterilizes your mouthguard without toxic chemicals. \u003cstrong\u003eStay clean. Stay on the mat.\u003c\/strong\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta-wrap\"\u003e\n    \u003ca class=\"btn-cta\" href=\"#\"\u003eGet Full Protection — Add Bundle to Cart\u003c\/a\u003e\n    \u003cp class=\"btn-sub\"\u003eShips within 48 hours  ·  Complete 3-Piece Kit\u003c\/p\u003e\n    \u003cp style=\"margin-top: 4px; font-weight: bold; color: #888;\" class=\"btn-sub\"\u003eSave on the ultimate locker room system\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"section-label\"\u003eWhat it does\u003c\/p\u003e\n  \u003cdiv class=\"feature-grid\"\u003e\n    \u003cdiv class=\"feature-tile\"\u003e\n      \u003ch4\u003eFull Body Defense\u003c\/h4\u003e\n      \u003cp\u003eEliminates 99.9% of bacteria \u0026amp; fungi — including MRSA, Staph \u0026amp; Ringworm.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-tile\"\u003e\n      \u003ch4\u003eSterile Mouthguard\u003c\/h4\u003e\n      \u003cp\u003eSanitizes your mouthpiece safely without toxic ingredients or chemical aftertaste.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-tile\"\u003e\n      \u003ch4\u003eKills Gear Odor\u003c\/h4\u003e\n      \u003cp\u003eNeutralizes the deep bacteria causing foul smells in gloves, headgear, and pads.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"feature-tile\"\u003e\n      \u003ch4\u003eZero Toxins\u003c\/h4\u003e\n      \u003cp\u003eAlcohol-free. Microbiome-safe. 100% gentle on your skin and your mouth.\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"standard-section\"\u003e\n    \u003cp style=\"margin-top: 0;\" class=\"section-label\"\u003eWhat's Included In The Bundle\u003c\/p\u003e\n    \n    \u003cdiv class=\"standard-row\"\u003e\n      \u003cdiv class=\"standard-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/075B3B1A-F461-4D88-A258-0F666C705369.png?v=1770475259\" alt=\"Combat Skin \u0026amp; Gear Spray\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"standard-txt\"\u003e\n        \u003cspan class=\"badge\"\u003ex2 Bottles\u003c\/span\u003e\n        \u003ch4\u003eCombat Skin \u0026amp; Gear Spray (80ml)\u003c\/h4\u003e\n        \u003cp\u003eOur signature HOCl formula. Powerful defense engineered to eliminate mat pathogens and speed up raw skin recovery on contact.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"standard-row\"\u003e\n      \u003cdiv class=\"standard-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/workshop_80_RR_copy_2.jpg?v=1770475395\" alt=\"Mouthguard Cleanser\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"standard-txt\"\u003e\n        \u003cspan class=\"badge\"\u003ex1 Bottle\u003c\/span\u003e\n        \u003ch4\u003ePremium Mouthguard Cleanser\u003c\/h4\u003e\n        \u003cp\u003eA specialized, non-toxic rinse designed to target oral bacteria buildup on your mouthpiece. Pure cleanliness without nasty chemical residues.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"standard-row\"\u003e\n      \u003cdiv class=\"standard-img\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/ChatGPT_Image_2026_2_7_20_30_40_copy.jpg?v=1770475389\" alt=\"Maximum Potency\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"standard-txt\"\u003e\n        \u003ch4\u003eSeparate Nozzles Included\u003c\/h4\u003e\n        \u003cp\u003eAll items are shipped hermetically sealed with detached spray nozzles to guarantee peak HOCl molecular potency on day one.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"fighters-section\"\u003e\n    \u003cp class=\"section-label\"\u003eTrusted by top fighters\u003c\/p\u003e\n    \u003cdiv class=\"athlete-swipe-container\"\u003e\n      \u003cdiv class=\"athlete-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/ColbyThicknesse_UFCPerth.webp?v=1776873918\" alt=\"Colby Thicknesse\"\u003e\n        \u003cdiv class=\"athlete-info\"\u003e\n          \u003cp class=\"name\"\u003eColby Thicknesse\u003c\/p\u003e\n          \u003cp class=\"title\"\u003eUFC Fighter\u003c\/p\u003e\n          \u003cp class=\"quote\"\u003e\"Zero staph or ringworm during my Thailand training camp.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"athlete-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/Nikolas_Motta.jpg?v=1776873987\" alt=\"Nikolas Motta\"\u003e\n        \u003cdiv class=\"athlete-info\"\u003e\n          \u003cp class=\"name\"\u003eNikolas Motta\u003c\/p\u003e\n          \u003cp class=\"title\"\u003eUFC Fighter\u003c\/p\u003e\n          \u003cp class=\"quote\"\u003e\"Keeps gear fresh and skin protected.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"athlete-card\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/Screenshot_2026-04-17_at_11.26.20_PM.png?v=1776873504\" alt=\"Ernesto Ibarra\"\u003e\n        \u003cdiv class=\"athlete-info\"\u003e\n          \u003cp class=\"name\"\u003eErnesto Ibarra\u003c\/p\u003e\n          \u003cp class=\"title\"\u003eLFA Fighter\u003c\/p\u003e\n          \u003cp class=\"quote\"\u003e\"Essential for staying clean during camp.\"\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"cta-wrap\"\u003e\n    \u003ca class=\"btn-cta\" href=\"#\"\u003eSecure Your Bundle — Shop Now\u003c\/a\u003e\n    \u003cp class=\"btn-sub\"\u003eShips within 48 hours  ·  Full Combat Hygiene Bundle\u003c\/p\u003e\n    \u003cp style=\"margin-top: 4px; font-weight: bold; color: #888;\" class=\"btn-sub\"\u003eComplete skin, gear, and oral defense\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"faq-section\"\u003e\n    \u003cp style=\"margin-top: 0;\" class=\"section-label\"\u003eFAQ\u003c\/p\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWhat exactly is HOCl?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eHypochlorous acid (HOCl) is a molecule produced naturally by your white blood cells to fight infection. It works with your body's immune system to neutralize pathogens — without harsh chemicals.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eHow do I use the mouthguard cleanser?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eSimply apply the solution to your mouthguard after training to break down organic buildup and eliminate deep-seated oral bacteria, ensuring a clean guard for your next round.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eHow long does the Combat Bundle last?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eWith normal usage spanning 3-5 high-intensity sessions a week, this kit comfortably covers your hygiene pipeline for roughly 6–8 weeks.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eWhy are the spray nozzles separate?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eTo keep the active formulas completely sterile until first use. Attaching the nozzle takes five seconds.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails class=\"faq-item\"\u003e\n      \u003csummary\u003eCan I use the skin spray on my face?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eYes. Rest Round™ is precision-dosed to be completely gentle enough for facial skin, including around sensitive areas like the eyes and nose.\u003c\/div\u003e\n    \u003c\/details\u003e\n    \u003cdetails style=\"border-bottom: none;\" class=\"faq-item\"\u003e\n      \u003csummary\u003eIs this a medical product?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-ans\"\u003eNo. Rest Round™ products are premium hygiene systems designed specifically for high-performance training use. They are not intended to diagnose, treat, or cure medical conditions.\u003c\/div\u003e\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"page-footer\"\u003e\n    \u003cp\u003eRest Round™  ·  Sport Hygiene \u0026amp; Recovery\u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"Rest Round","offers":[{"title":"Default Title","offer_id":44182387589208,"sku":null,"price":32.9,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0686\/2585\/8648\/files\/bundle.psd.png?v=1780548932","url":"https:\/\/restround.co\/products\/combat-hygiene-bundle","provider":"Rest Round","version":"1.0","type":"link"}