{"product_id":"oxygenator-aerator","title":"Oxygenator Aerator","description":"\u003cstyle\u003e\n  .bb-aerator-page {\n    background: #050505;\n    color: #f5f5f5;\n    font-family: inherit;\n    line-height: 1.55;\n  }\n\n  .bb-aerator-page * {\n    box-sizing: border-box;\n  }\n\n  .bb-aerator-section {\n    padding: 26px 20px;\n    margin: 0 0 16px;\n    border-radius: 18px;\n    background: #111;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n\n  .bb-aerator-section-green {\n    background: linear-gradient(135deg, rgba(187,239,61,0.13), #070807);\n    border: 1px solid rgba(187,239,61,0.38);\n  }\n\n  .bb-aerator-kicker {\n    display: inline-block;\n    margin-bottom: 12px;\n    padding: 6px 12px;\n    border-radius: 999px;\n    background: rgba(187,239,61,0.12);\n    border: 1px solid rgba(187,239,61,0.4);\n    color: #bbef3d;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .bb-aerator-page h2 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: clamp(28px, 4vw, 44px);\n    line-height: 1.08;\n  }\n\n  .bb-aerator-page h3 {\n    margin: 0 0 12px;\n    color: #ffffff;\n    font-size: clamp(21px, 3vw, 30px);\n    line-height: 1.15;\n  }\n\n  .bb-aerator-page p {\n    margin: 0 0 14px;\n    color: #e7e7e7;\n    font-size: 16px;\n  }\n\n  .bb-aerator-lead {\n    font-size: 18px !important;\n    color: #ffffff !important;\n  }\n\n  .bb-aerator-list {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 10px;\n    padding: 0;\n    margin: 18px 0 0;\n    list-style: none;\n  }\n\n  .bb-aerator-list li {\n    background: rgba(255,255,255,0.055);\n    border: 1px solid rgba(255,255,255,0.075);\n    border-radius: 12px;\n    padding: 12px 14px;\n    color: #f2f2f2;\n    font-size: 15px;\n  }\n\n  .bb-aerator-list li::before {\n    content: \"✓\";\n    color: #bbef3d;\n    font-weight: 800;\n    margin-right: 8px;\n  }\n\n  .bb-aerator-callout {\n    margin-top: 18px;\n    padding: 16px;\n    background: rgba(187,239,61,0.08);\n    border: 1px solid rgba(187,239,61,0.28);\n    border-radius: 16px;\n  }\n\n  .bb-aerator-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 16px;\n  }\n\n  .bb-aerator-card {\n    background: #181818;\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 16px;\n    padding: 16px;\n  }\n\n  .bb-aerator-card strong {\n    display: block;\n    color: #bbef3d;\n    margin-bottom: 6px;\n    font-size: 15px;\n  }\n\n  .bb-aerator-details {\n    margin: 0 0 12px;\n    border-radius: 16px;\n    background: #111;\n    border: 1px solid rgba(255,255,255,0.1);\n    overflow: hidden;\n  }\n\n  .bb-aerator-details summary {\n    cursor: pointer;\n    padding: 18px 20px;\n    color: #ffffff;\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .bb-aerator-details summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .bb-aerator-details summary::after {\n    content: \"+\";\n    float: right;\n    color: #bbef3d;\n    font-size: 22px;\n    line-height: 1;\n  }\n\n  .bb-aerator-details[open] summary::after {\n    content: \"−\";\n  }\n\n  .bb-aerator-details-content {\n    padding: 0 20px 20px;\n    color: #e7e7e7;\n  }\n\n  .bb-aerator-science-line {\n    padding-left: 16px;\n    border-left: 3px solid #bbef3d;\n    margin: 20px 0;\n    color: #ffffff !important;\n    font-size: 18px !important;\n    font-weight: 800;\n  }\n\n  .bb-aerator-steps {\n    margin: 0;\n    padding-left: 22px;\n  }\n\n  .bb-aerator-steps li {\n    margin-bottom: 10px;\n  }\n\n  .bb-aerator-actions {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 18px;\n  }\n\n  .bb-aerator-button {\n    display: inline-block;\n    padding: 12px 18px;\n    border-radius: 999px;\n    background: #bbef3d;\n    color: #050505 !important;\n    font-weight: 800;\n    text-decoration: none;\n  }\n\n  .bb-aerator-button-secondary {\n    background: transparent;\n    color: #bbef3d !important;\n    border: 1px solid rgba(187,239,61,0.6);\n  }\n\n  .bb-aerator-final {\n    text-align: center;\n    background: linear-gradient(135deg, rgba(187,239,61,0.15), #050505);\n  }\n\n  .bb-aerator-final h3 {\n    color: #bbef3d;\n  }\n\n  @media (max-width: 900px) {\n    .bb-aerator-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 700px) {\n    .bb-aerator-section {\n      padding: 22px 16px;\n      border-radius: 14px;\n    }\n\n    .bb-aerator-grid,\n    .bb-aerator-list {\n      grid-template-columns: 1fr;\n    }\n\n    .bb-aerator-actions {\n      flex-direction: column;\n    }\n\n    .bb-aerator-button {\n      width: 100%;\n      text-align: center;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"bb-aerator-page\"\u003e\n\u003csection class=\"bb-aerator-section bb-aerator-section-green\"\u003e\u003cspan class=\"bb-aerator-kicker\"\u003eVDK performance upgrade\u003c\/span\u003e\n\u003ch2\u003eOxygenator Aerator\u003c\/h2\u003e\n\u003cp class=\"bb-aerator-lead\"\u003e\u003cstrong\u003eMake your VDK treatment more active.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe Oxygenator Aerator is built specifically for the Vehicle Deodorization Kit odor remover system we have created.\u003c\/p\u003e\n\u003cp\u003eIt agitates the VDK solution, disturbs the surface tension of the water, and helps push more available chlorine dioxide gas out of the liquid and into the vehicle cabin faster.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVDK works on its own. The Aerator helps unlock more of its gas-phase potential.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection class=\"bb-aerator-section\"\u003e\u003cspan class=\"bb-aerator-kicker\"\u003eWhy use it?\u003c\/span\u003e\n\u003ch3\u003eFor faster gas movement and a more active treatment\u003c\/h3\u003e\n\u003cp\u003eThe VDK creates chlorine dioxide gas during treatment. Without agitation, some of that chlorine dioxide stays dissolved in the water as the gas and liquid begin to balance out.\u003c\/p\u003e\n\u003cp\u003eThe Aerator changes the movement.\u003c\/p\u003e\n\u003cul class=\"bb-aerator-list\"\u003e\n\u003cli\u003eHelps release ClO₂ gas faster\u003c\/li\u003e\n\u003cli\u003eDisturbs surface tension in the jar\u003c\/li\u003e\n\u003cli\u003eImproves gas movement into the cabin\u003c\/li\u003e\n\u003cli\u003eCreates a more active VDK treatment\u003c\/li\u003e\n\u003cli\u003eGreat for stronger odor jobs\u003c\/li\u003e\n\u003cli\u003eIdeal for detailers and dealerships\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"bb-aerator-callout\"\u003e\n\u003cp\u003e\u003cstrong\u003eMore gas movement. Faster release. Better treatment activity.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bb-aerator-section\"\u003e\u003cspan class=\"bb-aerator-kicker\"\u003eQuick guide\u003c\/span\u003e\n\u003ch3\u003eWho Should Use the Aerator?\u003c\/h3\u003e\n\u003cdiv class=\"bb-aerator-grid\"\u003e\n\u003cdiv class=\"bb-aerator-card\"\u003e\n\u003cstrong\u003eDetailers\u003c\/strong\u003e Faster workflow, stronger presentation, better process control.\u003c\/div\u003e\n\u003cdiv class=\"bb-aerator-card\"\u003e\n\u003cstrong\u003eDealerships\u003c\/strong\u003e Great for used car inventory and repeat odor jobs.\u003c\/div\u003e\n\u003cdiv class=\"bb-aerator-card\"\u003e\n\u003cstrong\u003eHeavy odor jobs\u003c\/strong\u003e Smoke, weed, mildew, pet, sweat, and work truck funk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"bb-aerator-section\"\u003e\u003cspan class=\"bb-aerator-kicker\"\u003eDig deeper\u003c\/span\u003e\n\u003ch3\u003eLearn why it works\u003c\/h3\u003e\n\u003cp\u003eWant the science, usage guide, and product pairings? Open the sections below.\u003c\/p\u003e\n\u003cdetails class=\"bb-aerator-details\"\u003e\n\u003csummary\u003eNerd Out: Why the Aerator Helps\u003c\/summary\u003e\n\u003cdiv class=\"bb-aerator-details-content\"\u003e\n\u003cp class=\"bb-aerator-lead\"\u003e\u003cstrong\u003eIt is all about gas release.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe VDK generates chlorine dioxide gas from the treatment solution.\u003c\/p\u003e\n\u003cp\u003eChlorine dioxide can exist dissolved in the water and released into the cabin air. Without agitation, the gas and liquid begin moving toward balance. That means some of the available ClO₂ can remain suspended in the water instead of moving into the vehicle airspace as quickly.\u003c\/p\u003e\n\u003cp\u003eThe Oxygenator Aerator constantly agitates the solution and disturbs the surface tension of the water. That agitation helps force more chlorine dioxide gas out of the liquid and into the cabin during the active treatment window.\u003c\/p\u003e\n\u003cp class=\"bb-aerator-science-line\"\u003eThe tablet does not change. The release dynamics do.\u003c\/p\u003e\n\u003cp\u003eThat is the difference.\u003c\/p\u003e\n\u003cp\u003eThe Aerator helps turn a passive VDK treatment into a more active gas-release system.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMore of the available ClO₂ gets pushed into action faster.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bb-aerator-details\"\u003e\n\u003csummary\u003eHow To Use the Oxygenator Aerator\u003c\/summary\u003e\n\u003cdiv class=\"bb-aerator-details-content\"\u003e\n\u003col class=\"bb-aerator-steps\"\u003e\n\u003cli\u003eSet up the Vehicle Deodorization Kit according to the VDK directions.\u003c\/li\u003e\n\u003cli\u003eAdd water to the VDK jar fill line.\u003c\/li\u003e\n\u003cli\u003ePlace the Aerator tube into the VDK jar.\u003c\/li\u003e\n\u003cli\u003eTurn on the aerator.\u003c\/li\u003e\n\u003cli\u003eDrop the VDK tablet into the jar.\u003c\/li\u003e\n\u003cli\u003eExit the vehicle and keep doors closed during treatment.\u003c\/li\u003e\n\u003cli\u003eAfter treatment, turn off the Aerator, remove the jar, and air out the vehicle before driving.\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bb-aerator-details\"\u003e\n\u003csummary\u003eImportant Use Note\u003c\/summary\u003e\n\u003cdiv class=\"bb-aerator-details-content\"\u003e\n\u003cp\u003e\u003cstrong\u003eThe Oxygenator Aerator is for VDK treatments only.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eDo not use the Aerator with Bio-Bomb Minis.\u003c\/p\u003e\n\u003cp\u003eMinis are designed to dissolve into water or compatible cleaning solutions for direct-contact cleaning and deodorizing. Minis will NOT release enough gas to permanently remove stubborn odors. \u003c\/p\u003e\n\u003cp\u003eThe Aerator is designed to work with the Vehicle Deodorization Kit by agitating the VDK solution and helping release chlorine dioxide gas into the vehicle cabin. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"bb-aerator-details\"\u003e\n\u003csummary\u003ePair It With the Vehicle Deodorization Kit\u003c\/summary\u003e\n\u003cdiv class=\"bb-aerator-details-content\"\u003e\n\u003cp\u003eThe Oxygenator Aerator is not a standalone odor treatment.\u003c\/p\u003e\n\u003cp\u003eIt is the performance upgrade for the Vehicle Deodorization Kit.\u003c\/p\u003e\n\u003cp\u003eUse the VDK to generate chlorine dioxide gas inside the vehicle cabin. Add the Aerator when you want faster release, better movement, and a more active treatment.\u003c\/p\u003e\n\u003cdiv class=\"bb-aerator-actions\"\u003e\n\u003ca class=\"bb-aerator-button\" href=\"https:\/\/biobombs.com\/collections\/all\/products\/vehicle-deodorization-kit\"\u003eShop the Vehicle Deodorization Kit\u003c\/a\u003e \u003ca class=\"bb-aerator-button bb-aerator-button-secondary\" href=\"https:\/\/biobombs.com\/collections\/all\/products\/bio-bomb-minis-dissolvable-cleaning-and-deodorizing-tablets\"\u003eNeed direct-contact odor treatment? Shop Minis\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003csection class=\"bb-aerator-section bb-aerator-final\"\u003e\n\u003ch3\u003eUpgrade the Treatment\u003c\/h3\u003e\n\u003cp\u003eVDK handles the funk.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Oxygenator Aerator helps move the chemistry faster.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"Bio-Bombs","offers":[{"title":"Default Title","offer_id":46101035319356,"sku":"OXY2A","price":19.95,"currency_code":"USD","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0632\/5934\/4956\/files\/aeratorclear.png?v=1787956832","url":"https:\/\/rpm-racing.com\/products\/oxygenator-aerator","provider":"Racing Precision Motorsports","version":"1.0","type":"link"}