<style>
.popup-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
}

.popup-box{
    background:#141414;
    width:90%;
    max-width:500px;
    padding:30px;
    border-radius:12px;
    text-align:center;
}

.popup-box h2{
    margin-bottom:15px;
color: #fff;
font-family: "Space Grotesk", sans-serif;
font-weight: 700;
font-size: 30px;
}

.popup-box p{
    line-height:1.6;
    color:#555;
	color: #fff;
font-family: "inter", sans-serif;
font-weight: 400;
font-size: 24px;
}

.btn-row{
    display:flex;
    gap:15px;
    justify-content:center;
    margin-top:25px;
}

.btn{
    padding:12px 25px;
    border:none;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
}
	.btn:hover{
		background: #4d97ff;
	}
.btn-under {
    background: #a8a8a8;
    color: #fff;
}

.btn-over {
    background: #4d97ff;
    color: #fff;
}

.btn-over:hover {
    background: #9b69ff;
}
</style>

<div class="popup-overlay" id="agePopup">
    <div class="popup-box">
        <h2>Important Notice</h2>

        <p>Vaping products are intended for adult users only. You must be at least 18 years old to enter this website. Please verify your age before continuing.</p>

        <div class="btn-row">
            <button class="btn btn-under" onclick="underAge()">
                I am Under 18
            </button>

            <button class="btn btn-over" onclick="verifyAge()">
                I am 18 or Older
            </button>
        </div>
    </div>
</div>

<script>
function verifyAge() {
    // Save verification for 30 days
    document.cookie =
        "age_verified=yes; max-age=" + (30*24*60*60) + "; path=/";

    document.getElementById('agePopup').style.display = 'none';
}

function underAge() {
    window.location.href = 'https://www.google.com';
}
</script>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://tobixa.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://tobixa.com/product/nebula-x1/</loc><lastmod>2026-06-01T18:36:28+00:00</lastmod></url><url><loc>https://tobixa.com/product/violet-pulse/</loc><lastmod>2026-06-04T10:58:49+00:00</lastmod></url><url><loc>https://tobixa.com/product/chrome-vortex/</loc><lastmod>2026-06-02T04:59:53+00:00</lastmod></url></urlset>
