<?php /** * BottomBinky — Age Gate Middleware * _bb_age_check.php — include at the TOP of every protected page * * Usage: * <?php require_once('/home/btmbinky/public_html/_bb_age_check.php'); ?> * * Behavior: * - If bb_age_verified cookie is set → passes through silently * - Otherwise → redirects to /age-gate/?r=<current_url> * - Pages that are always public (privacy, terms, support, age-gate itself) skip this include */ if (session_status() === PHP_SESSION_NONE) { session_start(); } // Pages exempt from age gate $exempt_paths = [ '/age-gate/', '/age-gate/index.php', '/privacy/', '/privacy/index.php', '/terms/', '/terms/index.php', '/support/', '/support/index.php', '/sitemap.xml', '/robots.txt', '/manifest.json', '/sw.js', '/offline.html', ]; $current = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); // Check if current path is exempt $is_exempt = false; foreach ($exempt_paths as $ep) { if ($current === $ep || strpos($current, '/icons/') === 0 || strpos($current, '/assets/') === 0) { $is_exempt = true; break; } } if (!$is_exempt && empty($_COOKIE['bb_age_verified'])) { $return = urlencode($current); header('Location: /age-gate/?r=' . $return, true, 302); exit; } Intimate Cleansing Spray — BottomBinky
Intimate Cleansing Spray
SALE
Binky Wellness

Intimate Cleansing Spray

★★★★☆ 4.6 · 188 reviews
$12.99 $14.99 Save 13%
1
Discreet plain packaging — no branding outside
Billing appears as "BB Online" — no adult identifiers
Ships within 1–2 business days
30-day hassle-free returns
Secure checkout

Keep your favorite adult toys clean, sanitary, and in pristine condition with this fast-acting cleansing spray. Specially formulated to sanitize silicone, rubber, and ABS plastic without causing deterioration, it kills 99.9% of bacteria. Alcohol-free and fragrance-free, it rinses off clean to ensure your safety and hygiene.

  • Fast-acting antimicrobial formula kills bacteria and germs on contact
  • 100% alcohol-free and scent-free to protect delicate toy materials
  • Safe to use on silicone, latex, rubber, glass, and metal toys
  • Convenient fine-mist spray nozzle for quick, even application
  • Gentle and non-irritating, ensuring toy surface safety for intimate skin
SKUBB-030
BrandBinky Wellness
CategoryLubes & Wellness
Dimensions5.0 oz (150ml)
MaterialWater-based antimicrobial cleanser
Weight6.5 oz
In StockYes
4.6
★★★★☆

Based on 188 reviews

Full review system coming soon.

You Might Also Like

View all →