<?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; } Organic Soy Massage Candle — BottomBinky
Organic Soy Massage Candle
NEW
Bloom Botanicals

Organic Soy Massage Candle

★★★★☆ 4.8 · 152 reviews
$18.99
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

Set a warm, inviting mood and melt away tension with this hand-poured soy massage candle. As it burns, it melts into a rich, warm, and deeply nourishing massage oil. Enriched with natural shea butter and jojoba oil, it absorbs beautifully into the skin, leaving a silky finish and a soothing, botanical aroma.

  • Melts at a low, skin-safe temperature for immediate application
  • Formulated with 100% organic soy wax, shea butter, and jojoba oil
  • Inviting, subtle scent of lavender, sandalwood, and sweet vanilla
  • Pour-spout tin design for clean, controlled dispensing of warm oil
  • Long burn-time of up to 35 hours; completely clean and soot-free
SKUBB-018
BrandBloom Botanicals
CategoryMassage
Dimensions3.0" x 3.0" x 2.2"
MaterialOrganic Soy Wax, Jojoba Oil, Shea Butter, Essential Oils
Weight6 oz
In StockYes
4.8
★★★★☆

Based on 152 reviews

Full review system coming soon.

You Might Also Like

View all →