<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <link rel="canonical" href="https://igetvapeaustralia.com/">
	
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <meta name="description" content="IGET Vapes Australia has permanently closed. Find resources to quit vaping and start your journey to better health.">
	<meta property="og:site_name" content="IGET Vapes Australia">
	<meta property="og:url" content="https://igetvapeaustralia.com">
	<meta property="og:title" content="IGET Vapes Australia - Store Closed">
	<meta property="og:type" content="website">
	<meta property="og:image" content="https://igetvapeaustralia.com/imgs/igetpromobile.jpg">
	<meta property="og:description" content="IGET Vapes Australia has permanently closed. Find resources to quit vaping and start your journey to better health.">
	
	<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
	<link rel="stylesheet" href="./swiper.min.css">
    
    <link rel="icon" href="./favicon.ico" type="image/x-icon" name="icon">
	
	<link rel="manifest" href="./site.webmanifest">
	
    <script type="application/ld+json">
    {   "@context" : "http://schema.org",
        "@type" : "Organization",
        "legalName" : "IGET Vapes Australia - Store Closed",
        "url" : "https://igetvapeaustralia.com",
        "logo" : "https://igetvapeaustralia.com/favicon.ico",
        "description" : "IGET Vapes Australia has permanently closed. Find resources to quit vaping and start your journey to better health.",
            "offers": {
            "@type": "Organization",
            "legalName" : "IGET Vape Australia",
            "url" : "https://igetvapeaustralia.com"
        }
    } 
    </script>


    <title>IGET Vapes Australia - Store Closed</title>
    <meta name="description" content="IGET Vapes Australia has permanently closed. Find resources to quit vaping and start your journey to better health.">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
            background-color: #ffffff;
            color: #1d1d1f;
            line-height: 1.6;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Header */
        .header {
            border-bottom: 1px solid #e5e5e7;
            padding: 32px 0;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 28px;
            font-weight: 600;
            color: #1d1d1f;
        }

        .contact {
            font-size: 14px;
            color: #86868b;
        }

        .contact a {
            color: #007aff;
            text-decoration: none;
        }

        .contact a:hover {
            text-decoration: underline;
        }

        /* Main Content */
        .main {
            padding: 64px 0;
        }

        .section {
            margin-bottom: 96px !important;
        }

        /* Store Closure */
        .closure-section {
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }

        .closure-title {
            font-size: 56px;
            font-weight: 300;
            color: #1d1d1f;
            margin-bottom: 32px;
            line-height: 1.1;
        }

        .closure-title strong {
            font-weight: 600;
        }

        .closure-description {
            font-size: 20px;
            color: #86868b;
            margin-bottom: 48px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.5;
        }

        .cta-box {
            background: linear-gradient(135deg, #007aff, #005ecf);
            color: white;
            border-radius: 16px;
            padding: 32px;
            max-width: 550px;
            margin: 0 auto;
        }

        .cta-title {
            font-size: 24px;
            font-weight: 600;
            margin-bottom: 12px;
        }

        .cta-description {
            font-size: 18px;
            opacity: 0.9;
        }

        /* Benefits Section */
        .benefits-section {
            text-align: center;
            max-width: 1000px;
            margin: 0 auto;
        }

        .benefits-title {
            font-size: 40px;
            font-weight: 700;
            color: #1d1d1f;
            margin-bottom: 24px;
        }

        .benefits-description {
            font-size: 20px;
            color: #86868b;
            margin-bottom: 48px;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
        }

        .benefit-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 32px 24px;
            box-shadow: 0 4px 6px 4px rgba(0, 0, 0, 0.04);
            transition: all 0.3s ease;
        }

        .benefit-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .benefit-icon {
            width: 64px;
            height: 64px;
            margin: 0 auto 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #007aff;
        }

        .benefit-icon svg {
            width: 48px;
            height: 48px;
        }

        .benefit-title {
            font-size: 22px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 12px;
        }

        .benefit-description {
            font-size: 16px;
            color: #86868b;
        }

        /* Resources Section */
        .resources-section {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }

        .resources-title {
            font-size: 40px;
            font-weight: 300;
            color: #1d1d1f;
            margin-bottom: 24px;
        }

        .resources-description {
            font-size: 20px;
            color: #86868b;
            margin-bottom: 48px;
        }

        .resource-card {
            background: #ffffff;
            border-radius: 12px;
            padding: 32px;
            margin-bottom: 24px;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            text-align: left;
            transition: all 0.3s ease;
        }

        .resource-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        }

        .resource-content {
            flex: 1;
        }

        .resource-title {
            font-size: 22px;
            font-weight: 600;
            color: #1d1d1f;
            margin-bottom: 12px;
        }

        .resource-description {
            font-size: 16px;
            color: #86868b;
            margin-bottom: 16px;
        }

        .resource-phone {
            font-size: 16px;
            font-weight: 600;
            color: #007aff;
            margin-bottom: 16px;
        }

        .btn {
            background: #1d1d1f;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
            margin-left: 24px;
        }

        .btn:hover {
            background: #424245;
        }

        .btn-secondary {
            background: #f5f5f7;
            color: #1d1d1f;
        }

        .btn-secondary:hover {
            background: #e8e8ed;
        }

        .btn-outline {
            background: transparent;
            border: 2px solid white;
            color: white;
        }

        .btn-outline:hover {
            background: white;
            color: #007aff;
        }

        /* Final CTA Section */
        .final-cta {
            background: linear-gradient(135deg, #007aff, #005ecf);
            color: white;
            border-radius: 10px;
            padding: 48px;
            text-align: center;
            max-width: 650px;
            margin: 0 auto;
        }

        .final-cta-title {
            font-size: 40px;
            font-weight: 300;
            margin-bottom: 24px;
        }

        .final-cta-description {
            font-size: 20px;
            opacity: 0.9;
            margin-bottom: 32px;
            line-height: 1.5;
        }

        .cta-buttons {
            display: flex;
            flex-direction: column;
            gap: 16px;
            align-items: center;
        }

        .btn-lg {
            padding: 16px 32px;
            font-size: 18px;
        }

        /* Footer */
        .footer {
            border-top: 1px solid #e5e5e7;
            padding: 48px 0;
            text-align: center;
            margin-top: 96px;
        }

        .footer-text {
            font-size: 16px;
            color: #86868b;
            margin-bottom: 16px;
        }

        .footer-contact {
            font-size: 14px;
            color: #86868b;
        }

        .footer-contact a {
            color: #007aff;
            text-decoration: none;
        }

        .footer-contact a:hover {
            text-decoration: underline;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .header-content {
                flex-direction: column;
                gap: 16px;
                text-align: center;
            }

            .closure-title {
                font-size: 40px;
            }

            .benefits-title {
                font-size: 32px;
            }

            .resources-title {
                font-size: 32px;
            }

            .final-cta-title {
                font-size: 32px;
            }

            .resource-card {
                flex-direction: column;
                text-align: center;
            }

            .btn {
                margin-left: 0;
                margin-top: 16px;
            }

            .cta-buttons {
                flex-direction: column;
                width: 100%;
            }

            .final-cta {
                padding: 48px 32px;
            }
        }
    </style>
</head>
<body>
    <!-- Header -->
    <header class="header">
        <div class="container">
            <div class="header-content">
                <h1 class="logo">IGET Vapes Australia</h1>
                <div class="contact">
                    <span>Support: </span>
                    <a href="mailto:support@igetvapesaustralia.com">support@igetvapesaustralia.com</a>
                </div>
            </div>
        </div>
    </header>

    <!-- Main Content -->
    <main class="main">
        <div class="container">
            <!-- Store Closure Announcement -->
            <section class="section closure-section">
                <h2 class="closure-title">
                    <strong>Store Permanently Closed</strong>
                </h2>
                <p class="closure-description">
                    IGET Vapes Australia has permanently ceased operations. We are no longer selling vaping products
                    and encourage all our customers to consider this an opportunity for a healthier future.
                </p>
                <div class="cta-box">
                    <h3 class="cta-title">Ready to Quit Vaping?</h3>
                    <p class="cta-description">
                        We believe this is the perfect time to start your journey to better health.
                    </p>
                </div>
            </section>

            <!-- Health Benefits Section -->
            <section class="section benefits-section">
                <h2 class="benefits-title">Quit Vaping Today</h2>
                <p class="benefits-description">
                    Your body starts healing within hours of quitting. Here's what you can expect:
                </p>
                
                <div class="benefits-grid">
                    <div class="benefit-card">
                        <div class="benefit-icon">
                            <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path>
                            </svg>
                        </div>
                        <h3 class="benefit-title">Better Heart Health</h3>
                        <p class="benefit-description">
                            Reduced risk of cardiovascular disease and improved circulation
                        </p>
                    </div>

                    <div class="benefit-card">
                        <div class="benefit-icon">
                            <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"></path>
                            </svg>
                        </div>
                        <h3 class="benefit-title">Stronger Lungs</h3>
                        <p class="benefit-description">
                            Improved breathing capacity and reduced respiratory issues
                        </p>
                    </div>

                    <div class="benefit-card">
                        <div class="benefit-icon">
                            <svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
                                <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z"></path>
                            </svg>
                        </div>
                        <h3 class="benefit-title">Support Community</h3>
                        <p class="benefit-description">
                            Join thousands of Australians who have successfully quit vaping
                        </p>
                    </div>
                </div>
            </section>

            <!-- Quit Resources Section -->
            <section class="section resources-section">
                <h2 class="resources-title">Get Help to Quit Vaping</h2>
                <p class="resources-description">
                    Professional support and resources to help you on your quit journey
                </p>

                <div class="resource-card">
                    <div class="resource-content">
                        <h3 class="resource-title">Quitline Australia</h3>
                        <p class="resource-description">
                            Free confidential support to help you quit smoking and vaping
                        </p>
                        <p class="resource-phone">Call: 13 7848 (13 QUIT)</p>
                    </div>
                    <a href="https://www.quitnow.gov.au/" target="_blank" rel="noopener noreferrer" class="btn">
                        Visit Site
                        <svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
                        </svg>
                    </a>
                </div>

                <div class="resource-card">
                    <div class="resource-content">
                        <h3 class="resource-title">Australian Government - Quit Vaping</h3>
                        <p class="resource-description">
                            Official government resources and support for quitting vaping
                        </p>
                    </div>
                    <a href="https://www.health.gov.au/our-work/tobacco-control/quit-smoking-and-vaping" target="_blank" rel="noopener noreferrer" class="btn">
                        Visit Site
                        <svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
                        </svg>
                    </a>
                </div>

                <div class="resource-card">
                    <div class="resource-content">
                        <h3 class="resource-title">Cancer Council - Quit Smoking & Vaping</h3>
                        <p class="resource-description">
                            Expert advice and proven strategies to help you quit for good
                        </p>
                    </div>
                    <a href="https://www.cancer.org.au/cancer-information/causes-and-prevention/tobacco/quitting-smoking" target="_blank" rel="noopener noreferrer" class="btn">
                        Visit Site
                        <svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                            <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
                        </svg>
                    </a>
                </div>
            </section>

            <!-- Call to Action -->
            <section class="section">
                <div class="final-cta">
                    <h2 class="final-cta-title">Start Your Quit Journey Today</h2>
                    <p class="final-cta-description">
                        Every journey begins with a single step. Take yours now and join thousands of Australians 
                        who have chosen health over addiction.
                    </p>
                    <div class="cta-buttons">
                        <a href="https://www.quitnow.gov.au/" target="_blank" rel="noopener noreferrer" class="btn btn-secondary btn-lg">
                            Get Free Support Now
                        </a>
                        <a href="tel:137848" class="btn btn-outline btn-lg">
                            Call Quitline: 13 QUIT
                        </a>
                    </div>
                </div>
            </section>
        </div>
    </main>

    <!-- Footer -->
    <footer class="footer">
        <div class="container">
            <p class="footer-text">
                © 2024 IGET Vapes Australia. Store permanently closed. 
                This page is dedicated to supporting your health and wellbeing.
            </p>
            <p class="footer-contact">
                For inquiries: <a href="mailto:support@igetvapesaustralia.com">support@igetvapesaustralia.com</a>
            </p>
        </div>
    </footer>
</body>
</html>