At Glass Smoke World, we believe that protecting your personal information is as important as the craftsmanship of our curated pieces. This policy outlines how we collect, use, and safeguard your data.

Our Commitment to Your Privacy

Just as we meticulously craft and curate each piece in our collection, we approach your privacy with the same care and precision. At Glass Smoke World, we are committed to maintaining the trust and confidence of our global community—the Style-Seeker, the Practical User, and the Experience Enthusiast alike. We believe transparency about your data is fundamental to our relationship.

This Privacy Policy explains how Glass Smoke World (“we,” “us,” or “our”) collects, uses, shares, and protects your personal information when you visit our website at glasssmokeworld.com, make a purchase, or interact with our services.

Information We Collect

To provide you with a seamless and secure experience—from discovering a hand-painted rig to its arrival at your doorstep—we collect several types of information:

Information You Provide Directly

  • Contact Details: Name, email address, phone number, and shipping/billing address
  • Payment Information: Credit/debit card details (processed securely through our PCI-DSS compliant partners; we do not store full card numbers)
  • Account Credentials: If you create an account, we store your username and encrypted password
  • Communications: Records of your correspondence with our support team at [email protected]
  • Preferences: Product interests, wish lists, and marketing preferences

Information Collected Automatically

  • Device & Browser Data: IP address, browser type, operating system, and device identifiers
  • Usage Information: Pages visited, time spent on site, products viewed, and referral sources
  • Location Data: Generalized location based on IP address to determine shipping eligibility and display appropriate currency
  • Cookies & Tracking Technologies: As detailed in the section below

How We Use Your Information

We use your personal information with the same precision we apply to engineering our ash catchers and bongs—purposefully and carefully:

  • To Process Your Orders: To fulfill purchases, process payments, arrange shipping, and provide order confirmations and tracking
  • To Communicate With You: To send transactional emails, respond to inquiries, and provide customer support
  • To Improve Our Services: To analyze website usage, optimize our product offerings, and enhance user experience
  • For Security Purposes: To protect against fraudulent transactions and unauthorized access to our systems
  • For Marketing (with consent): To send information about new products, promotions, and curated collections if you’ve opted in
  • To Comply With Legal Obligations: To meet tax, regulatory, and law enforcement requirements

Data Sharing and Disclosure

We treat your personal information with the same discretion we apply to our curated collections. We do not sell your personal data. We may share information in these limited circumstances:

  • Service Providers: Trusted partners who assist with payment processing (like PayPal), shipping, website hosting, and analytics—all bound by confidentiality agreements
  • Legal Compliance: When required by law, subpoena, or legal process, or to protect the rights, property, or safety of Glass Smoke World, our customers, or others
  • Business Transfers: In connection with a merger, acquisition, or sale of assets, where customer information may be transferred as a business asset
  • With Your Consent: In any other circumstances where we have obtained your explicit permission

Our payment gateway partners are PCI-DSS compliant, adhering to the strictest standards in the payment industry, ensuring your financial data is handled with utmost security.

Data Storage and Security

We protect your data with the same dedication we apply to securing your payment information during checkout:

  • Secure Storage: Your data is stored on secure servers with limited access, located in facilities with appropriate physical and technical safeguards
  • Encryption: We utilize advanced SSL encryption technology throughout the checkout process and for sensitive data transmission
  • Payment Security: We do not store your full credit card details on our servers. All payment information is processed through PCI-DSS compliant partners
  • Data Retention: We retain personal information only as long as necessary to fulfill the purposes outlined in this policy, unless a longer retention period is required by law
  • International Transfers: As a global business shipping worldwide (with some exclusions), your data may be transferred to and processed in countries outside your residence, always with adequate protections in place

Your Rights and Choices

You have control over your personal information, just as you have choice in selecting your next centerpiece from our collections:

  • Access & Correction: You may request access to the personal information we hold about you and ask for corrections if it’s inaccurate
  • Data Portability: You may request a copy of your data in a structured, machine-readable format
  • Deletion: You may request deletion of your personal information, subject to certain legal exceptions
  • Marketing Preferences: You may opt out of marketing communications at any time using the unsubscribe link in our emails
  • Cookie Controls: You can manage cookie preferences through your browser settings (see below)
  • Do Not Track: Our website does not currently respond to “Do Not Track” signals, but you can adjust tracking through cookie settings

To exercise these rights, please contact us at [email protected]. We will respond to your request within 30 days, consistent with applicable laws.

Cookies and Tracking Technologies

Like the precision components in our glassware, cookies help our website function smoothly:

  • Essential Cookies: Required for basic site functionality, such as adding items to your cart and secure checkout
  • Performance Cookies: Help us understand how visitors interact with our website, allowing us to improve navigation and product displays
  • Functional Cookies: Remember your preferences (like currency or region) to personalize your experience
  • Targeting/Advertising Cookies: Used to deliver relevant advertisements about our products on other websites (only with your consent)

You can control cookies through your browser settings. However, disabling certain cookies may affect your ability to use some features of our website, such as the shopping cart or secure checkout.

Children’s Privacy

Our products are intended for adults of legal smoking age in their respective jurisdictions. We do not knowingly collect personal information from individuals under the age of 21 (or the legal smoking age in your location). If we become aware that we have inadvertently collected such information, we will take steps to delete it promptly.

Changes to This Policy

We may update this Privacy Policy periodically to reflect changes in our practices or legal requirements. The “Last Updated” date at the top of this page indicates when the policy was last revised. We encourage you to review this policy periodically to stay informed about how we protect your information.

Contact Us

If you have questions about this Privacy Policy or our data practices, please contact our dedicated support team:

Email: [email protected]

Mail: Glass Smoke World, 686 West Street, Wyoming, US 49509

We are committed to working with you to obtain a fair resolution of any complaint or concern about privacy.

// Simple interaction for policy sections document.addEventListener(‘DOMContentLoaded’, function() { const sectionHeaders = document.querySelectorAll(‘.section h2’); sectionHeaders.forEach(header => { header.addEventListener(‘mouseenter’, function() { this.style.color = ‘#1a3a1f’; this.style.transition = ‘color 0.3s ease’; }); header.addEventListener(‘mouseleave’, function() { this.style.color = ‘#2d5a3a’; }); }); // Smooth scroll for anchor links (if any were added) document.querySelectorAll(‘a[href^=”#”]’).forEach(anchor => { anchor.addEventListener(‘click’, function(e) { e.preventDefault(); const targetId = this.getAttribute(‘href’); if(targetId !== ‘#’) { const targetElement = document.querySelector(targetId); if(targetElement) { window.scrollTo({ top: targetElement.offsetTop – 20, behavior: ‘smooth’ }); } } }); }); });