@tokenoftrust/storefront-runner 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (337) hide show
  1. package/LICENSE +58 -0
  2. package/README.md +40 -0
  3. package/apps/storefront/.dev.vars.example +41 -0
  4. package/apps/storefront/.env.example +24 -0
  5. package/apps/storefront/astro.config.mjs +245 -0
  6. package/apps/storefront/env.d.ts +155 -0
  7. package/apps/storefront/lib/ensure-preview-reconcile-secret.sh +31 -0
  8. package/apps/storefront/lib/resolve-cf-token.sh +48 -0
  9. package/apps/storefront/lib/resolve-tot-credentials.sh +69 -0
  10. package/apps/storefront/migrations/0000_baseline.sql +54 -0
  11. package/apps/storefront/migrations/0001_products_fts.sql +9 -0
  12. package/apps/storefront/migrations/README.md +54 -0
  13. package/apps/storefront/migrations/meta/0000_snapshot.json +347 -0
  14. package/apps/storefront/migrations/meta/0001_snapshot.json +347 -0
  15. package/apps/storefront/migrations/meta/_journal.json +20 -0
  16. package/apps/storefront/package.json +41 -0
  17. package/apps/storefront/public/brand/northwind-logo-dark.svg +4 -0
  18. package/apps/storefront/public/brand/northwind-logo-light.svg +4 -0
  19. package/apps/storefront/public/brand/northwind-og.svg +13 -0
  20. package/apps/storefront/public/favicon.svg +5 -0
  21. package/apps/storefront/public/js/dashboard-team.js +147 -0
  22. package/apps/storefront/public/js/dashboard-vendor-search.js +115 -0
  23. package/apps/storefront/src/components/Badge.astro +34 -0
  24. package/apps/storefront/src/components/Breadcrumbs.astro +45 -0
  25. package/apps/storefront/src/components/CollectionCard.astro +56 -0
  26. package/apps/storefront/src/components/EmptyState.astro +35 -0
  27. package/apps/storefront/src/components/Img.astro +68 -0
  28. package/apps/storefront/src/components/ProductCard.astro +228 -0
  29. package/apps/storefront/src/components/Section.astro +39 -0
  30. package/apps/storefront/src/components/Seo.astro +70 -0
  31. package/apps/storefront/src/components/WidgetFrame.astro +34 -0
  32. package/apps/storefront/src/components/auth/AuthBadge.astro +44 -0
  33. package/apps/storefront/src/components/chrome/AnnouncementBar.astro +108 -0
  34. package/apps/storefront/src/components/chrome/MegaMenu.astro +26 -0
  35. package/apps/storefront/src/components/chrome/NavDropdown.astro +116 -0
  36. package/apps/storefront/src/components/chrome/SiteFooter.astro +181 -0
  37. package/apps/storefront/src/components/chrome/SiteHeader.astro +181 -0
  38. package/apps/storefront/src/components/chrome/UtilityNav.astro +79 -0
  39. package/apps/storefront/src/components/commerce/FoxyLoader.astro +23 -0
  40. package/apps/storefront/src/components/commerce/PriceDisplay.astro +91 -0
  41. package/apps/storefront/src/components/commerce/ProductCarousel.astro +197 -0
  42. package/apps/storefront/src/components/commerce/ProductGrid.astro +75 -0
  43. package/apps/storefront/src/components/commerce/RatingStars.astro +58 -0
  44. package/apps/storefront/src/components/compliance/NicotineWarning.astro +33 -0
  45. package/apps/storefront/src/components/home/Hero.astro +164 -0
  46. package/apps/storefront/src/components/islands/AgeGate.tsx +105 -0
  47. package/apps/storefront/src/components/islands/ImageGallery.tsx +237 -0
  48. package/apps/storefront/src/components/islands/IsolatedAgeGate.tsx +73 -0
  49. package/apps/storefront/src/components/islands/MobileNav.tsx +239 -0
  50. package/apps/storefront/src/components/islands/QuickView.tsx +138 -0
  51. package/apps/storefront/src/components/islands/RecentlyViewed.tsx +122 -0
  52. package/apps/storefront/src/components/islands/SavedList.tsx +99 -0
  53. package/apps/storefront/src/components/islands/SearchTypeahead.tsx +248 -0
  54. package/apps/storefront/src/components/islands/VariantSelector.tsx +378 -0
  55. package/apps/storefront/src/components/marketing/CardGrid.astro +72 -0
  56. package/apps/storefront/src/components/marketing/CodeSample.astro +20 -0
  57. package/apps/storefront/src/components/marketing/CtaBand.astro +24 -0
  58. package/apps/storefront/src/components/marketing/Faq.astro +37 -0
  59. package/apps/storefront/src/components/marketing/Integrations.astro +63 -0
  60. package/apps/storefront/src/components/marketing/MarketingBlocks.astro +53 -0
  61. package/apps/storefront/src/components/marketing/MarketingCtas.astro +48 -0
  62. package/apps/storefront/src/components/marketing/MarketingHero.astro +72 -0
  63. package/apps/storefront/src/components/marketing/ProofStrip.astro +37 -0
  64. package/apps/storefront/src/components/marketing/SplitCompare.astro +53 -0
  65. package/apps/storefront/src/components/marketing/Steps.astro +36 -0
  66. package/apps/storefront/src/components/marketing/Testimonials.astro +38 -0
  67. package/apps/storefront/src/components/marketing/TrustBar.astro +22 -0
  68. package/apps/storefront/src/components/nav/Footer.astro +148 -0
  69. package/apps/storefront/src/components/nav/Header.astro +190 -0
  70. package/apps/storefront/src/components/plp/ActiveFilters.astro +79 -0
  71. package/apps/storefront/src/components/plp/FacetSidebar.astro +146 -0
  72. package/apps/storefront/src/components/plp/Pagination.astro +99 -0
  73. package/apps/storefront/src/components/plp/SortSelect.astro +64 -0
  74. package/apps/storefront/src/config/devTenants.ts +16 -0
  75. package/apps/storefront/src/config/kvTenantResolver.ts +87 -0
  76. package/apps/storefront/src/config/resolver.ts +46 -0
  77. package/apps/storefront/src/config/tenants.ts +193 -0
  78. package/apps/storefront/src/layouts/Layout.astro +303 -0
  79. package/apps/storefront/src/lib/analytics/index.ts +47 -0
  80. package/apps/storefront/src/lib/auth/brokerAssertion.ts +136 -0
  81. package/apps/storefront/src/lib/auth/devAuth.ts +90 -0
  82. package/apps/storefront/src/lib/auth/gatePage.ts +81 -0
  83. package/apps/storefront/src/lib/auth/identityToken.ts +341 -0
  84. package/apps/storefront/src/lib/auth/loginGate.ts +107 -0
  85. package/apps/storefront/src/lib/auth/route.ts +146 -0
  86. package/apps/storefront/src/lib/auth/session.ts +203 -0
  87. package/apps/storefront/src/lib/auth/totAccessClient.ts +503 -0
  88. package/apps/storefront/src/lib/basePath.ts +41 -0
  89. package/apps/storefront/src/lib/cfImage.ts +55 -0
  90. package/apps/storefront/src/lib/chrome/model.ts +65 -0
  91. package/apps/storefront/src/lib/colors.ts +97 -0
  92. package/apps/storefront/src/lib/content-edit/client.ts +230 -0
  93. package/apps/storefront/src/lib/content-edit/index.ts +14 -0
  94. package/apps/storefront/src/lib/content-edit/route.ts +25 -0
  95. package/apps/storefront/src/lib/content-edit/types.ts +19 -0
  96. package/apps/storefront/src/lib/cspStaticHashes.ts +24 -0
  97. package/apps/storefront/src/lib/d1/catalog.ts +289 -0
  98. package/apps/storefront/src/lib/dashboard/staffAdmission.ts +43 -0
  99. package/apps/storefront/src/lib/dashboard/staffVendorAccess.ts +449 -0
  100. package/apps/storefront/src/lib/dashboard/tenantSelection.ts +136 -0
  101. package/apps/storefront/src/lib/dashboard/vendorQuery.ts +61 -0
  102. package/apps/storefront/src/lib/demoGate.ts +113 -0
  103. package/apps/storefront/src/lib/dev/ai-widget-client.js +127 -0
  104. package/apps/storefront/src/lib/dev/cliSignInCode.ts +132 -0
  105. package/apps/storefront/src/lib/diag/redact.ts +20 -0
  106. package/apps/storefront/src/lib/edgeCache.ts +128 -0
  107. package/apps/storefront/src/lib/email/magicLinkInviteEmail.ts +62 -0
  108. package/apps/storefront/src/lib/env.ts +60 -0
  109. package/apps/storefront/src/lib/fixtures/sampleProducts.ts +130 -0
  110. package/apps/storefront/src/lib/format.ts +29 -0
  111. package/apps/storefront/src/lib/foxyCommerce.ts +49 -0
  112. package/apps/storefront/src/lib/imageAttrs.ts +55 -0
  113. package/apps/storefront/src/lib/jsonld.ts +136 -0
  114. package/apps/storefront/src/lib/maintenance.ts +71 -0
  115. package/apps/storefront/src/lib/memoryKv.ts +32 -0
  116. package/apps/storefront/src/lib/messaging/messagesClient.ts +143 -0
  117. package/apps/storefront/src/lib/placeholder.ts +99 -0
  118. package/apps/storefront/src/lib/previewReload.ts +125 -0
  119. package/apps/storefront/src/lib/rawMarketingHtml.ts +133 -0
  120. package/apps/storefront/src/lib/search/index.ts +74 -0
  121. package/apps/storefront/src/lib/sections.ts +129 -0
  122. package/apps/storefront/src/lib/securityHeaders.ts +31 -0
  123. package/apps/storefront/src/lib/storyblok/content-model.ts +289 -0
  124. package/apps/storefront/src/lib/storyblok/provider.ts +524 -0
  125. package/apps/storefront/src/lib/tenantRouting.ts +91 -0
  126. package/apps/storefront/src/lib/tot/ToTClient.ts +177 -0
  127. package/apps/storefront/src/lib/tot/d1Client.ts +62 -0
  128. package/apps/storefront/src/lib/tot/query.ts +187 -0
  129. package/apps/storefront/src/lib/tot/totClientInterface.ts +30 -0
  130. package/apps/storefront/src/lib/url.ts +119 -0
  131. package/apps/storefront/src/lib/wishlist.ts +63 -0
  132. package/apps/storefront/src/middleware/index.ts +413 -0
  133. package/apps/storefront/src/pages/404.astro +61 -0
  134. package/apps/storefront/src/pages/[...slug].astro +90 -0
  135. package/apps/storefront/src/pages/api/auth/logout.ts +21 -0
  136. package/apps/storefront/src/pages/api/auth/magic-exchange.ts +107 -0
  137. package/apps/storefront/src/pages/api/auth/send.ts +85 -0
  138. package/apps/storefront/src/pages/api/auth/verify.ts +135 -0
  139. package/apps/storefront/src/pages/api/cache-purge.ts +44 -0
  140. package/apps/storefront/src/pages/api/content-edit/ai-edit.ts +64 -0
  141. package/apps/storefront/src/pages/api/csp-report.ts +25 -0
  142. package/apps/storefront/src/pages/api/dashboard/enter-vendor.ts +124 -0
  143. package/apps/storefront/src/pages/api/dashboard/vendor-search.ts +120 -0
  144. package/apps/storefront/src/pages/api/dev/cli-signin-code.ts +44 -0
  145. package/apps/storefront/src/pages/api/newsletter.ts +104 -0
  146. package/apps/storefront/src/pages/api/request-access.ts +172 -0
  147. package/apps/storefront/src/pages/auth/login.astro +149 -0
  148. package/apps/storefront/src/pages/auth/magic.astro +105 -0
  149. package/apps/storefront/src/pages/capabilities.astro +292 -0
  150. package/apps/storefront/src/pages/collections/[handle].astro +154 -0
  151. package/apps/storefront/src/pages/collections/index.astro +59 -0
  152. package/apps/storefront/src/pages/dashboard/[appDomain]/index.astro +100 -0
  153. package/apps/storefront/src/pages/dashboard/[appDomain]/team.astro +154 -0
  154. package/apps/storefront/src/pages/dashboard/index.astro +160 -0
  155. package/apps/storefront/src/pages/dev.astro +653 -0
  156. package/apps/storefront/src/pages/index.astro +290 -0
  157. package/apps/storefront/src/pages/llms.txt.ts +92 -0
  158. package/apps/storefront/src/pages/products/[handle].astro +443 -0
  159. package/apps/storefront/src/pages/robots.txt.ts +24 -0
  160. package/apps/storefront/src/pages/saved.astro +35 -0
  161. package/apps/storefront/src/pages/search.astro +150 -0
  162. package/apps/storefront/src/pages/sitemap.xml.ts +78 -0
  163. package/apps/storefront/src/pages/style-guide/[tenant]/[theme].astro +646 -0
  164. package/apps/storefront/src/pages/style-guide/[tenant]/index.astro +85 -0
  165. package/apps/storefront/src/pages/style-guide/index.astro +94 -0
  166. package/apps/storefront/src/pages/tenants/[id]/[...path].ts +57 -0
  167. package/apps/storefront/src/styles/global.css +277 -0
  168. package/apps/storefront/src/themes/reference.ts +61 -0
  169. package/apps/storefront/src/themes/schema.ts +111 -0
  170. package/apps/storefront/src/themes/tenants/index.ts +51 -0
  171. package/apps/storefront/tsconfig.json +16 -0
  172. package/apps/storefront/vitest.config.ts +22 -0
  173. package/apps/storefront/wrangler.toml +175 -0
  174. package/package.json +23 -0
  175. package/packages/public-runtime/LICENSE +58 -0
  176. package/packages/public-runtime/package.json +22 -0
  177. package/packages/public-runtime/src/binary-path.ts +68 -0
  178. package/packages/public-runtime/src/capabilities.ts +89 -0
  179. package/packages/public-runtime/src/catalog-api.ts +81 -0
  180. package/packages/public-runtime/src/catalog-d1.ts +192 -0
  181. package/packages/public-runtime/src/csp.ts +109 -0
  182. package/packages/public-runtime/src/customization-preview.ts +197 -0
  183. package/packages/public-runtime/src/customization-reconcile.ts +63 -0
  184. package/packages/public-runtime/src/customization-runtime.ts +157 -0
  185. package/packages/public-runtime/src/customization-scripts.ts +64 -0
  186. package/packages/public-runtime/src/customization-versioning.ts +95 -0
  187. package/packages/public-runtime/src/foxy.ts +184 -0
  188. package/packages/public-runtime/src/index.ts +30 -0
  189. package/packages/public-runtime/src/product.ts +159 -0
  190. package/packages/public-runtime/src/search.ts +45 -0
  191. package/packages/public-runtime/src/tenant-assets.ts +444 -0
  192. package/packages/public-runtime/src/tenant.ts +243 -0
  193. package/packages/public-runtime/tsconfig.json +8 -0
  194. package/packages/public-runtime/vitest.config.ts +8 -0
  195. package/pnpm-workspace.yaml +7 -0
  196. package/scripts/build/copy-tenant-assets.mjs +69 -0
  197. package/scripts/tot-dev.mjs +439 -0
  198. package/tenants/bigdvapor/content/blog.json +52 -0
  199. package/tenants/bigdvapor/content/chrome.html +149 -0
  200. package/tenants/bigdvapor/content/chrome.json +47 -0
  201. package/tenants/bigdvapor/content/home.html +463 -0
  202. package/tenants/bigdvapor/content/home.json +73 -0
  203. package/tenants/bigdvapor/content/pages/about.json +5 -0
  204. package/tenants/bigdvapor/content/pages/privacy.json +6 -0
  205. package/tenants/bigdvapor/content/pages/shipping-returns.json +6 -0
  206. package/tenants/bigdvapor/content/pages-html/blogs/news.html +86 -0
  207. package/tenants/bigdvapor/content/pages-html/pages/about-us.html +106 -0
  208. package/tenants/bigdvapor/content/pages-html/pages/contact-us.html +61 -0
  209. package/tenants/bigdvapor/content/pages-html/pages/privacy-policy.html +72 -0
  210. package/tenants/bigdvapor/content/pages-html/pages/shipping-returns.html +172 -0
  211. package/tenants/bigdvapor/content/themes/bigd-navy.json +109 -0
  212. package/tenants/bigdvapor/public/img/brands/adjust-vape-disposable.png +0 -0
  213. package/tenants/bigdvapor/public/img/brands/again-vape-disposable.png +0 -0
  214. package/tenants/bigdvapor/public/img/brands/al-fakher-vape-disposable.png +0 -0
  215. package/tenants/bigdvapor/public/img/brands/arro-vape-disposable.png +0 -0
  216. package/tenants/bigdvapor/public/img/brands/cookies-vape-disposable.png +0 -0
  217. package/tenants/bigdvapor/public/img/brands/core-vape-disposable.png +0 -0
  218. package/tenants/bigdvapor/public/img/brands/cyclone-vape-disposable.png +0 -0
  219. package/tenants/bigdvapor/public/img/brands/dinner-lady-vape-disposable.png +0 -0
  220. package/tenants/bigdvapor/public/img/brands/extre-bar-vape-disposable.png +0 -0
  221. package/tenants/bigdvapor/public/img/brands/fifty-bar-vape-disposable.jpg +0 -0
  222. package/tenants/bigdvapor/public/img/brands/firerose-vape-disposable.jpg +0 -0
  223. package/tenants/bigdvapor/public/img/brands/flavor-beast-vape-disposable.jpg +0 -0
  224. package/tenants/bigdvapor/public/img/brands/foger-vape-disposable.png +0 -0
  225. package/tenants/bigdvapor/public/img/brands/kk-energy-vape-disposable.png +0 -0
  226. package/tenants/bigdvapor/public/img/brands/kumi-vape-disposable.png +0 -0
  227. package/tenants/bigdvapor/public/img/brands/lost-vape-dispoable.png +0 -0
  228. package/tenants/bigdvapor/public/img/brands/melo-labs-vape-disposable.png +0 -0
  229. package/tenants/bigdvapor/public/img/brands/mixo-vape-disposable.webp +0 -0
  230. package/tenants/bigdvapor/public/img/brands/one-tank-vape-disposable.jpg +0 -0
  231. package/tenants/bigdvapor/public/img/brands/oxbar-vape-disposable.webp +0 -0
  232. package/tenants/bigdvapor/public/img/brands/pillow-talk-vape-disposable.jpg +0 -0
  233. package/tenants/bigdvapor/public/img/brands/pod-king-vape-disposable.jpg +0 -0
  234. package/tenants/bigdvapor/public/img/brands/raz-vape-disposable.png +0 -0
  235. package/tenants/bigdvapor/public/img/hero-texas.jpg +0 -0
  236. package/tenants/bigdvapor/public/img/og.jpg +0 -0
  237. package/tenants/bigdvapor/public/img/pages/AdobeStock_202106312_web.jpg +0 -0
  238. package/tenants/bigdvapor/public/img/pages/CREW_web.jpg +0 -0
  239. package/tenants/bigdvapor/public/img/pages/Hero-Image.jpg +0 -0
  240. package/tenants/bigdvapor/public/img/tiles/adjust.png +0 -0
  241. package/tenants/bigdvapor/public/img/tiles/again.png +0 -0
  242. package/tenants/bigdvapor/public/img/tiles/al-fakher.png +0 -0
  243. package/tenants/bigdvapor/public/img/tiles/arro.png +0 -0
  244. package/tenants/bigdvapor/public/img/tiles/cookies.png +0 -0
  245. package/tenants/bigdvapor/public/img/tiles/core.png +0 -0
  246. package/tenants/bigdvapor/public/img/tiles/cyclone.png +0 -0
  247. package/tenants/bigdvapor/public/img/tiles/disposables.svg +23 -0
  248. package/tenants/bigdvapor/public/logo-wordmark.png +0 -0
  249. package/tenants/bigdvapor/public/pages/home.css +118 -0
  250. package/tenants/bigdvapor/public/pages/mkt.css +185 -0
  251. package/tenants/bigdvapor/public/pages/page.css +148 -0
  252. package/tenants/bigdvapor/public/themes/bigd-navy.css +73 -0
  253. package/tenants/bigdvapor/theme.json +12 -0
  254. package/tenants/giantvapes/content/chrome.html +152 -0
  255. package/tenants/giantvapes/content/chrome.json +94 -0
  256. package/tenants/giantvapes/content/home.html +194 -0
  257. package/tenants/giantvapes/content/home.json +50 -0
  258. package/tenants/giantvapes/content/pages/about.json +10 -0
  259. package/tenants/giantvapes/content/pages/privacy.json +6 -0
  260. package/tenants/giantvapes/content/pages/shipping-returns.json +6 -0
  261. package/tenants/giantvapes/content/pages-html/blogs/news.html +68 -0
  262. package/tenants/giantvapes/content/pages-html/pages/about-us.html +95 -0
  263. package/tenants/giantvapes/content/pages-html/pages/contact-us.html +68 -0
  264. package/tenants/giantvapes/content/pages-html/pages/privacy-policy.html +65 -0
  265. package/tenants/giantvapes/content/pages-html/pages/shipping-returns.html +77 -0
  266. package/tenants/giantvapes/content/themes/giant-navy.json +73 -0
  267. package/tenants/giantvapes/public/img/hero-suicide-bunny.jpg +0 -0
  268. package/tenants/giantvapes/public/img/hero.webp +0 -0
  269. package/tenants/giantvapes/public/img/og.jpg +0 -0
  270. package/tenants/giantvapes/public/logo-wordmark.png +0 -0
  271. package/tenants/giantvapes/public/pages/home.css +120 -0
  272. package/tenants/giantvapes/public/pages/mkt.css +185 -0
  273. package/tenants/giantvapes/public/pages/page.css +155 -0
  274. package/tenants/giantvapes/public/themes/giant-navy.css +76 -0
  275. package/tenants/giantvapes/theme.json +39 -0
  276. package/tenants/home/content/chrome.json +11 -0
  277. package/tenants/home/content/home.html +304 -0
  278. package/tenants/home/content/home.json +13 -0
  279. package/tenants/home/public/js/storefront.js +210 -0
  280. package/tenants/home/public/logo-wordmark.png +0 -0
  281. package/tenants/home/public/pages/storefront.css +212 -0
  282. package/tenants/home/theme.json +6 -0
  283. package/tenants/tokenoftrust/.tot/config.json +9 -0
  284. package/tenants/tokenoftrust/content/chrome.json +55 -0
  285. package/tenants/tokenoftrust/content/home.html +723 -0
  286. package/tenants/tokenoftrust/content/home.json +233 -0
  287. package/tenants/tokenoftrust/content/pages-html/careers.html +231 -0
  288. package/tenants/tokenoftrust/content/pages-html/company.html +275 -0
  289. package/tenants/tokenoftrust/content/pages-html/contact/contact-sales.html +188 -0
  290. package/tenants/tokenoftrust/content/pages-html/contact/startup-apply.html +206 -0
  291. package/tenants/tokenoftrust/content/pages-html/contact.html +178 -0
  292. package/tenants/tokenoftrust/content/pages-html/industries/adult-content-age-verification.html +286 -0
  293. package/tenants/tokenoftrust/content/pages-html/industries/cannabis.html +277 -0
  294. package/tenants/tokenoftrust/content/pages-html/pact-act-pricing.html +289 -0
  295. package/tenants/tokenoftrust/content/pages-html/pricing.html +483 -0
  296. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-estimation.html +278 -0
  297. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-gate.html +279 -0
  298. package/tenants/tokenoftrust/content/pages-html/product/age-assurance/age-verification.html +265 -0
  299. package/tenants/tokenoftrust/content/pages-html/product/age-assurance.html +173 -0
  300. package/tenants/tokenoftrust/content/pages-html/product/compliance/aml.html +214 -0
  301. package/tenants/tokenoftrust/content/pages-html/product/compliance/pact-act.html +226 -0
  302. package/tenants/tokenoftrust/content/pages-html/product/fraud-prevention.html +254 -0
  303. package/tenants/tokenoftrust/content/pages-html/product/social-profile-verification.html +212 -0
  304. package/tenants/tokenoftrust/content/pages-html/product/tax/excise-tax.html +213 -0
  305. package/tenants/tokenoftrust/content/pages-html/product/verification/aml.html +259 -0
  306. package/tenants/tokenoftrust/content/pages-html/product/verification/biometric-selfie.html +305 -0
  307. package/tenants/tokenoftrust/content/pages-html/product/verification/coverage.html +254 -0
  308. package/tenants/tokenoftrust/content/pages-html/product/verification/document-verification.html +306 -0
  309. package/tenants/tokenoftrust/content/pages-html/product/verification/electronic-identity-verification.html +304 -0
  310. package/tenants/tokenoftrust/content/pages-html/product/verification/government-id-verification.html +308 -0
  311. package/tenants/tokenoftrust/content/pages-html/product/verification.html +183 -0
  312. package/tenants/tokenoftrust/content/pages-html/product.html +228 -0
  313. package/tenants/tokenoftrust/content/pages-html/resources/integrations/bigcommerce-integration.html +220 -0
  314. package/tenants/tokenoftrust/content/pages-html/resources/integrations/shopify-integration.html +221 -0
  315. package/tenants/tokenoftrust/content/pages-html/resources/integrations/wordpress.html +220 -0
  316. package/tenants/tokenoftrust/content/pages-html/resources/integrations.html +172 -0
  317. package/tenants/tokenoftrust/content/pages-html/resources/refer-a-friend-program.html +317 -0
  318. package/tenants/tokenoftrust/content/pages-html/resources.html +177 -0
  319. package/tenants/tokenoftrust/content/pages-html/reviews.html +273 -0
  320. package/tenants/tokenoftrust/content/pages-html/solutions.html +292 -0
  321. package/tenants/tokenoftrust/content/pages-html/vlp-alcohol.html +289 -0
  322. package/tenants/tokenoftrust/content/pages-html/vlp-cigars-and-tobacco.html +286 -0
  323. package/tenants/tokenoftrust/content/pages-html/vlp-firearm-accessories.html +267 -0
  324. package/tenants/tokenoftrust/content/pages-html/vlp-peptides.html +273 -0
  325. package/tenants/tokenoftrust/content/themes/tot-navy.json +88 -0
  326. package/tenants/tokenoftrust/public/favicon.png +0 -0
  327. package/tenants/tokenoftrust/public/logo-icon.png +0 -0
  328. package/tenants/tokenoftrust/public/logo-wordmark.png +0 -0
  329. package/tenants/tokenoftrust/public/pages/company.css +108 -0
  330. package/tenants/tokenoftrust/public/pages/home.css +457 -0
  331. package/tenants/tokenoftrust/public/pages/mkt.css +482 -0
  332. package/tenants/tokenoftrust/public/pages/pricing.css +214 -0
  333. package/tenants/tokenoftrust/public/pages/solutions.css +66 -0
  334. package/tenants/tokenoftrust/public/themes/tot-navy-1.0.0.css +136 -0
  335. package/tenants/tokenoftrust/public/themes/tot-navy.css +358 -0
  336. package/tenants/tokenoftrust/theme.json +31 -0
  337. package/tsconfig.base.json +20 -0
@@ -0,0 +1,6 @@
1
+ {
2
+ "slug": "privacy",
3
+ "title": "Privacy Policy",
4
+ "isPolicy": true,
5
+ "body_html": "<p>Welcome! We thank you for visiting our website (“Site”). This <strong>PRIVACY NOTICE</strong> (“Privacy Notice”) describes the ways in which your privacy is protected when you access, interact with and use this Site.</p>\n<p>By using this Site, you agree to all Big D Vapor policies made available to you within this Site including, but not limited to, our Terms and Conditions of Use and Sale (available on the Internet at https://www.bigdvapor.com/terms-conditions/ (“Terms”), which are hereby incorporated by this reference. Capitalized terms not otherwise defined in this Privacy Notice shall have the meanings ascribed to them in the Terms.</p>\n<p>With respect to the collection of your information, if you do not want your personal information collected, please do not submit it to us. If you have already submitted information and would like to review, correct, or remove it from our records, please contact us.  Pursuant to tobacco product regulations, user information collected during order placement and age verification will be stored for a minimum of five years and will be shared with tobacco tax enforcement or jurisdictional law enforcement as required by federal, state or local law and upon a legal request for the aforementioned information. This information is not subject to removal or alteration by request.</p>\n<p>By visiting and using the Site, you are deemed to have agreed to the provisions of this Privacy Notice, unless you are in the EEA or Switzerland in which case you are acknowledging that you have been provided this Privacy Notice.</p>\n<ol>\n<li>\n<strong>Information Collection and Use by Giant Vapes.  </strong><br /><br />\n<ul>\n<li>\n<strong>Order Fulfillment</strong>.  Once you purchase a Product(s) from us while on the Site, we may share with a third party the information that is necessary to fulfill the order for that Product(s).  For example, if you purchase a Product on the Site using your credit card (e.g. MasterCard®, Visa®, American Express®, or Discover®), your credit card number may be securely passed (via encryption) on to our credit card processing agent and/or the card’s issuing institution (including their fraud verification and detection service providers).  Likewise, the sales transaction information associated with your Product purchase, such as your shipping and/or billing address, email address, telephone number and purchased Product description, may be shared in the future, as we expand our payment method offerings, with an online payment service provider (such as PayPal® or Amazon PayPhrase®).<br /><br />\n</li>\n<li>\n<strong>Legal Compliance</strong>.  Big D Vapor may disclose Users’ Personal Information when such disclosure is:<br /><br />\n</li>\n<ul>\n<li>necessary to conform to legal requirements or to respond to a subpoena, search warrant or other legal process received by Giant Vapes, whether or not a response is required by applicable law;</li>\n<li>necessary to enforce or apply our Terms and other related agreements; or</li>\n<li>to protect the rights, property, or safety of Big D Vapor, our employees, our Users or other members of the general public.</li>\n<li>Disclosures made may include exchanging information with other companies and organizations, or governmental agencies.  However, this does not include selling, renting, sharing, or otherwise disclosing Personal Information from customers for commercial purposes in violation of the commitments set forth in this Privacy Notice.<br /><br />\n</li>\n</ul>\n<li>\n<strong>Business Transfers.</strong>  As we continue to develop our business, we may sell or buy companies, subsidiaries, or business units.  In such transactions, User information, including Personal Information, is generally considered an asset, but remains subject to the terms and conditions of any pre-existing Privacy Notice. In addition, we may transfer your personal data to a successor entity upon a merger, consolidation or other corporate reorganization in which Big D Vapor participates or to a purchaser of all or substantially all of Big D Vapor's assets to which this Site relates. You will be notified via email and/or a prominent notice on our Web site of any change in ownership or uses of your personal data, as well as any choices you may have regarding your personal data.<br /><br />\n</li>\n</ul>\n</li>\n<ol>\n<li>At Big D Vapor we are committed to ensuring our Users’ privacy and peace of mind.  Your personal information (“Personal Information”) is gathered only when you choose to share it.  For purposes of the Privacy Notice, ‘personal information’ means any information relating to an identified or identifiable natural person; an identifiable natural person is one who can be identified, directly or indirectly, by reference to an identifier such as a name, an identification number, location data, an online identifier or to one or more factors specific to the physical, physiological, genetic, mental, economic, cultural or social identity of that natural person.<br /><br />\n</li>\n<li>Your Personal Information is gathered by Big D Vapor when you become a Purchaser of one (1) or more Products from the Site by providing us with information such as (by way of an example) your name, email, and address.  Additionally, your Personal Information is gathered by us when you sign up for one (1) or more electronic newsletters and/or promotional e-mails that we may now or hereafter offer to our Users from time to time, or when placing a request for customer service by using the “Contact” feature contained within the Site.  In both of these examples, we require the collected information in order to fulfill your request for product or information. To the extent that we use this information beyond the immediate fulfillment of your request, we retain it so that we may contact you about new products, sales, and other promotional messages we think will interest you. Finally, your Personal Information is gathered by us when clicking any one (1) or more on sponsored advertisements that we may now or hereafter provide for our Users to view while on the Site.   Additionally, you can always choose to opt-out of receiving promotional e-mail and electronic newsletter communications that we may now or hereafter send to Users from time to time (see the Section on Email Choice/Opt-out for more information).</li>\n<li>\n<strong>Age Verification</strong>. To comply with U.S. federal regulations and state-specific minimum age requirements, we have implemented a third-party automated age verification system. Pursuant to tobacco product regulations, user information collected during the automated age verification process will be stored for a minimum of five years and may be shared with tobacco tax enforcement or jurisdictional law enforcement as required by federal, state or local law and upon a legal request for the aforementioned information.<br /><br />\n</li>\n<li>Big D Vapor also may automatically log non-personally-identifiable information from Users including: IP addresses, operating system or platform identification information, browser identification information, information about the Internet website(s) from which Users may have linked to our Site, User activity on the Site and the dates and times of Site visits and Product purchases.  This type of information may be collected and retained through the use of cookies and other technologies, to assist us in improving the Site.  We treat information collected by cookies and other technologies as non-personally identifiable information.  However, to the extent that Internet Protocol (IP) addresses or similar identifiers are considered Personal Information by local law, we also treat these identifiers as Personal Information. Similarly, to the extent that non-personal information is combined with Personal Information, we treat the combined information as Personal Information for the purposes of this Privacy Notice.<br /><br />\n</li>\n<li>Technologies such as: cookies, beacons, tags and scripts are used by Big D Vapor and our partners (e.g. marketing partners), or analytics. These technologies are used in analyzing trends, administering the site, tracking users’ movements around the site and to gather demographic information about our user base as a whole. We may receive reports based on the use of these technologies by these companies on an individual as well as aggregated basis.<br /><br />\n</li>\n<li>We use cookies to remember users’ preferences (e.g. Big D Vapor search filters), for authentication, for source tracking, for analytics, or for product recommendations. Users can control the use of cookies at the individual browser level. If you reject cookies, you may still use our site, but your ability to use some features or areas of our site may be limited.<br /><br />\n</li>\n<li>We use Local Storage Objects (LSOs) such as HTML5 or Flash to store content information and preferences. Third parties with whom we partner to provide certain features on our site or to display advertising based upon your Web browsing activity use LSOs such as HTML 5 or Flash to collect and store information. Various browsers may offer their own management tools for removing HTML5 LSOs. <br /><br />\n</li>\n<li>We may partner with a third party to either display advertising on our Web site or to manage our advertising on other sites. Our third party partner may use technologies such as cookies to gather information about your activities on this site and other sites in order to provide you advertising based upon your browsing activities and interests.  If you wish to not have this information used for the purpose of serving you interest-based ads.<br /><br />\n</li>\n<li>Non-personally-identifiable information may be shared in the future with third parties to provide more relevant services and advertisements to Users.  Please note that Big D Vapor advertisers that may now or hereafter present or sponsor advertisements on the Site (e.g. ads presented by Google) may set and access their cookies on your computer once you click on one of their advertisements.  <strong>Any advertiser’s use of cookies is subject to such advertiser’s privacy policies and terms and conditions, and not the Giant Vapes Privacy Notice or Terms.</strong><br /><br />\n</li>\n<li>You may be able to configure your browser to accept or reject all or some cookies, or notify you when a cookie is set — all browsers are different, so check the “Help” menu of your particular browser to learn how to change your Cookie preferences.  Even if you have set your browser to refuse cookies, you will still be able to browse the Site.  However, you must enable cookies when registering an account on our Site or when purchasing Products on the Site.<br /><br />\n</li>\n<li>From time to time, Big D Vapor and any advertisers that we may now or hereafter partner with may sponsor a promotion, sweepstakes, or contest on the Site.  To participate in such promotions, sweepstakes or contests, users may be asked to provide Personal Information including their name, email address, phone number or home address, or to answer personal questions for marketing purposes.  Unless otherwise specified herein, Big D Vapor will not independently transfer Personal Information to its partners.  <strong>Your decision to participate in a sponsored promotion, sweepstakes or contest is entirely voluntary, and any information you provide by participating, including Personal Information, is entirely at your discretion.</strong><br /><br />\n</li>\n<li>\n<strong>Our Blog</strong>. Our Site offers publicly accessible blogs or community forums. You should be aware that any information you provide in these areas may be read, collected, and used by others who access them. To request removal of your personal data from our blog or community forum, contact us. In some cases, we may not be able to remove your personal data, in which case we will let you know if we are unable to do so and why. Because the Site provides Users with the ability to communicate with other Users and publish public commentary by posting content under the “Comments” section for each of our products, it is strongly recommended that you carefully monitor the information which you choose to share when posting content under the “Comments” section for any given product.  Big D Vapor does not regularly monitor such information under the “Comments” section and is under no obligation to do so.  Any Personal Information which you post in any “Comments” section may become a permanent part of the public domain and have unintended consequences.  You are advised to use caution when posting anything other than Product-related comments under any “Comments” section.<br /><br />\n</li>\n<li>\n<strong>Eliquid Reviews</strong>. We display personal testimonials of satisfied customers on our Site in addition to other endorsements.  With your consent we may post your testimonial along with your name.  If you wish to update or delete your testimonial, you can contact us.<br /><br />\n</li>\n<li>\n<strong>Referrals</strong>. If you choose to use our “Refer a Friend” service to tell a friend about our Site, we will ask you for your friend’s information such as name and email address.  We will automatically send your friend a one-time email inviting him or her to visit the site.  Big D Vapor stores this information for the sole purpose of sending this one-time email and tracking the success of our referral program.<br /><br />\n</li>\n<li>Except in the limited circumstances set forth below, Big D Vapor will not sell, share or disclose Personal Information it collects to third parties without your prior consent.<br /><br />\n</li>\n</ol>\n<li>\n<strong>Security.</strong><strong> </strong> Big D Vapor takes precautions to insure that our Users’ Personal Information is secured.  We use a variety of industry-standard technical, contractual, administrative and physical security measures and procedures to help protect your Personal Information from unauthorized access, use, alteration or disclosure.  Unless otherwise provided for herein, we restrict access to Personal Information to those employees who need access to perform their essential job functions.  Please note that despite our best efforts, no one can guarantee the security of User Personal Information.  Unauthorized entry or use, hardware or software failure, and other factors may compromise the security of User Personal Information at any time.<br /><br />\n</li>\n<li>\n<strong>Hyperlinks. </strong> The Site may now or hereafter contain Internet hyperlinks (a/k/a “links”) to other websites not owned, operated or maintained in any way by Big D Vapor.  Users may not post hyperlinks to third party Internet websites on the Site’s various “Comments” sections without our express written permission.  In the event of the presence of such hyperlinks now or in the future, please be advised that Big D Vapor is not responsible for the privacy policies, terms and conditions, and/or information use practices or content on such other Internet websites.  When linking to another Internet website, you should read that Internet website’s stated privacy policy.  Our Privacy Notice only governs information collected on the Site.<br /><br />\n</li>\n<li>\n<strong>Social Media.</strong> Our Site includes social media features, such as the Facebook, Instagram, and Twitter buttons. These features may also collect your IP address, which page you are visiting on our Site, and may set a cookie (see below) to enable the feature to function properly. These features may also give you the option to post information about your activities on our Site to your profile page to share with others within your network. Your interactions with these features are governed by the privacy notice of the company providing them.<br /><br />\n</li>\n<li>\n<strong>Email Choice/Opt-out. </strong> Big D Vapor offers you choices regarding the collection, use, and sharing of your Personal Information.  You have a right at any time to stop us from contacting you for promotional marketing purposes.  If now or in the future you receive promotional or electronic newsletter communications from us, you may indicate a preference to stop receiving such communications from us, and you will have the opportunity to “opt-out” by clicking the “Unsubscribe” hyperlink at the bottom of all such communications.  Notwithstanding your indicated email marketing preferences, we may send you administrative emails regarding Big D Vapor, including, for example, Order Confirmations and notices of updates to our Privacy Notice or the Terms if we choose to provide such notices to you in this manner.</li>\n<li>\n<strong>Visiting our Site from outside the United States. We store and process all personal information for Giant Vapes within the US.</strong> If you are visiting our Site from outside the United States, please be aware that your information will be transferred to, stored, and processed in the United States where our servers are located and our central database is operated. The data protection and other laws of the United States and other countries might not be as comprehensive as those in your country. Please be assured that we seek to take reasonable steps to ensure that your personal information is protected. By using our services, you understand that your information may be transferred to our facilities and those third parties with whom we share it as described in this Privacy Notice.</li>\n<li>\n<strong>Visiting our Site from the European Economic Area (EEA)</strong><br /><br />\n<ul>\n<li>When we collect information about you through our Site the legal basis on which we process your personal information is fulfillment of an agreement between us, namely, to provide you with the products and services or the Big D Vapor Newsletters and other information marketing our products in response to your request.<br /><br />\n</li>\n<li>When we collect information about you through our Site, the legal basis on which we process your personal information is the performance of our agreement with you to purchase or review products. When we use your personal information outside of what is strictly necessary for that transaction, we are doing so toward our legitimate interest of informing you of related products and promotions.<br /><br />\n</li>\n<li>To the extent that we transfer personal information from the EEA to a jurisdiction outside the EEA that has not been adduced by the European Commission as providing adequate data protections (such as the US), we will ensure that such personal information is safeguarded through appropriate contractual terms.<br /><br />\n</li>\n</ul>\n<ul>\n<li>In addition, if you are a resident of the EEA, you have the right to:<br /><br />\n</li>\n<li>Find out if we use your personal information, to access your personal information, and receive copies of your personal information.</li>\n</ul>\n</li>\n<ol>\n<li>The Legal Basis for Using European Personal Information<br /><br />\n</li>\n<li>Rights for EEA Residents<br /><br />\n</li>\n</ol>\n</ol>\n<ul>\n<li>Withdraw any express consent that you have provided to the processing of your personal information at any time without penalty.</li>\n</ul>\n<ul>\n<li>Access your personal information and have it corrected or amended if it is inaccurate or incomplete.</li>\n</ul>\n<ul>\n<li>Obtain a transferable copy of some of your personal information which can be transferred to another provider when the personal information was processed based on your consent.</li>\n</ul>\n<ul>\n<li>If you believe your personal information is inaccurate, no longer necessary for our business purposes, or if you object to our processing of your personal information, you also have the right to request that we restrict the processing of your data pending our investigation and/or verification of your claim.</li>\n</ul>\n<ul>\n<li>Request your personal information be deleted or restricted under certain circumstances. For example, if Big D Vapor is using your personal information on the basis of your consent and has no other legal basis to use such, you may request your personal information be deleted when you withdraw your consent.</li>\n</ul>\n<ul>\n<li><strong>If you wish to exercise any of these rights, or raise a complaint on how we have handled your personal information, please contact us.</strong></li>\n</ul>\n<ol>\n<li><strong> Changes in Our Privacy Notice.</strong></li>\n</ol>\n<p>From time-to-time we may modify, change, update, add to, remove portions of or otherwise alter this Privacy Notice.  If we make changes, we will post them on our Site to make Users aware of what the changes are so Users will always be aware of what information we collect, how we collect and use that information, and when we may disclose such information.<strong> If you object to any such changes, you must immediately cease using the Site. </strong> A User is bound by any changes to this Privacy Notice when he, she or it uses the Site after those changes have been posted.</p>\n<ol>\n<li><strong> Contact, Questions or Feedback</strong></li>\n</ol>\n<p>When we receive formal written complaints, it is our policy to contact the person regarding his or her concerns. We will cooperate with the appropriate regulatory authorities, including local data protection authorities, to resolve any complaints regarding the transfer of personal data that cannot be resolved between Big D Vapor and an individual.</p>"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "slug": "shipping-returns",
3
+ "title": "Shipping & Returns",
4
+ "isPolicy": true,
5
+ "body_html": "<h2>Big D Vapor Shipping Policy</h2>\n\n<p>At Big D Vapor, we use fulfillment centers to handle all of our shipping needs. This means that once your order is placed, it will be processed and shipped from one of our trusted third-party centers. </p>\n<h4><strong>When will my order ship?</strong></h4>\n\n\n<p>Most orders ship within 24 business hours, excluding weekends and holidays. Please allow 1–2 business days for order processing, and note that inclement weather may occasionally cause delays. We know timely service matters, and our team works to get every order out the door as quickly as possible.</p>\n<h2>Returns &amp; refunds</h2><p>We offer a monetary refund for a 30-day period for any new unopened hardware product/s. This is only available for hardware purchased from bigdvapor.com, <strong>consumable nicotine products are not eligible for return, refund or exchange</strong>. The refund amount will only be for the price of the item, shipping fees and shipping insurance costs will not be refunded. Please note: <em>Clearance items are All Sales Final. No exchanges or returns.</em></p>\n<p>***Any Big D Vapor products purchased from 3rd party resellers are not eligible for refunds, and instead, fall under the specific refund policy for the store where the item(s) were purchased originally.</p>\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we cannot offer you a refund or exchange.</p>\n<p>To be eligible to return your item(s) must be unused and in the same condition that you received them, and still in their original packaging.</p>\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<p>If any item(s) are returned for a refund and are found to be or used in any way, no refund will be processed, and the item(s) in question will not be able to be returned to you as the customer.</p>\n<p>Big D Vapor is a reseller, not a manufacturer, if any manufacturing defects are found you must contact the manufacturer directly and submit a warranty claim with them. All after sales support for hardware is handled by the respective manufacturers. </p>\n<p>Big D Vapor utilizes a fulfillment center for shipping your order, we are not responsible for any mishandling, delay or error in the shipping process. If your order did not reach you please contact the shipper and use the provided tracking information to find your order. Shipping insurance is available at checkout, if you elect not to add shipping insurance Big D Vapor will NOT provide refunds or product replacements due to shipper negligence.</p>\n<h3><strong>Refunds</strong></h3>\n<p>To return your product, contact us for eligibility first. Once your return is received and inspected to verify it is unused and unopened, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment within 7-10 business days.</p>\n<h3><strong>Late or missing refunds</strong></h3>\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<p>Then contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.</p>\n<h3>Sale items</h3>\n<p>Only regular priced items may be refunded. Sale items cannot be refunded or exchanged.</p>\n<h3><strong>Exchanges</strong></h3>\n<p>We only replace items if they are defective or damaged. If this is the case and you need to exchange it for the same item, please contact us.</p>\n<h3><strong>Gifts</strong></h3>\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return.</p>\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<h3><strong>Shipping returns</strong></h3>\n<p>To return your product, contact us for eligibility first.</p>\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<p>Depending on where you live, the time it may take for your returned product to reach us may vary.</p>\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We can’t guarantee that we will receive your returned item.</p>\n<p>ALL CUSTOMERS ARE REQUIRED TO UNDERSTAND THEIR LOCAL REGULATIONS AND WE WON’T BE ABLE TO OFFER REFUNDS OR REPLACEMENT IF ISSUES ARISE.</p>"
6
+ }
@@ -0,0 +1,86 @@
1
+ <head>
2
+ <title>Electronic Cigarette &amp; Vapor News | Big D Vapor</title>
3
+ <meta name="description" content="The latest electronic cigarette and vapor news from Big D Vapor — new arrivals, industry changes, Texas vape law updates, product guides, and more.">
4
+ <link rel="canonical" href="https://bigdvapor.net/blogs/news">
5
+ <meta name="robots" content="index,follow">
6
+ <meta property="og:type" content="website">
7
+ <meta property="og:site_name" content="Big D Vapor">
8
+ <meta property="og:title" content="Electronic Cigarette &amp; Vapor News | Big D Vapor">
9
+ <meta property="og:description" content="New arrivals, industry changes, and essential vape news from Big D Vapor.">
10
+ <meta property="og:url" content="https://bigdvapor.net/blogs/news">
11
+ <meta property="og:image" content="/tenants/bigdvapor/img/og.jpg">
12
+ <meta name="twitter:card" content="summary_large_image">
13
+ <script type="application/ld+json">
14
+ {"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://bigdvapor.net/"},{"@type":"ListItem","position":2,"name":"Electronic Cigarette &amp; Vapor News","item":"https://bigdvapor.net/blogs/news"}]}
15
+ </script>
16
+ <link rel="stylesheet" href="/tenants/bigdvapor/pages/page.css">
17
+ </head>
18
+ <main id="main">
19
+
20
+ <section class="section section--tight">
21
+ <div class="container">
22
+ <nav class="crumbs" aria-label="Breadcrumb"><a href="/">Home</a> / Electronic Cigarette &amp; Vapor News</nav>
23
+ <h1>Latest News</h1>
24
+ </div>
25
+ </section>
26
+
27
+ <section class="section section--tight">
28
+ <div class="container">
29
+ <!-- Interim: individual article bodies are not yet ported, so cards link to the
30
+ live articles (www.bigdvapor.com) — "Read more" therefore never 404s. Repoint
31
+ to internal /blogs/news/<slug> once bodies land. See styleGap bigdvapor-blog-article-404. -->
32
+ <div class="blog-grid">
33
+
34
+ <article class="blog-card">
35
+ <p class="blog-card__date">June 30, 2026</p>
36
+ <h2><a href="https://www.bigdvapor.com/blogs/news/the-big-d-weekly-june-30-2026-new-vapes-texas-sb-2024-update-more">The Big D Weekly | June 29, 2026 – New Vapes, Texas SB 2024 Update &amp; More</a></h2>
37
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/the-big-d-weekly-june-30-2026-new-vapes-texas-sb-2024-update-more">Read more</a>
38
+ </article>
39
+
40
+ <article class="blog-card">
41
+ <p class="blog-card__date">June 22, 2026</p>
42
+ <h2><a href="https://www.bigdvapor.com/blogs/news/the-big-d-weekly-june-23-2026-new-vapes-texas-sb-2024-update-more">The Big D Weekly | June 23, 2026 – New Vapes, Texas SB 2024 Update &amp; More</a></h2>
43
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/the-big-d-weekly-june-23-2026-new-vapes-texas-sb-2024-update-more">Read more</a>
44
+ </article>
45
+
46
+ <article class="blog-card">
47
+ <p class="blog-card__date">June 16, 2026</p>
48
+ <h2><a href="https://www.bigdvapor.com/blogs/news/coastal-clouds-e-liquid-flavor-profiles-nicotine-options-and-best-picks-at-big-d-vapor">Coastal Clouds E-Liquid: Discover the Best Flavors at Big D Vapor</a></h2>
49
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/coastal-clouds-e-liquid-flavor-profiles-nicotine-options-and-best-picks-at-big-d-vapor">Read more</a>
50
+ </article>
51
+
52
+ <article class="blog-card">
53
+ <p class="blog-card__date">April 24, 2026</p>
54
+ <h2><a href="https://www.bigdvapor.com/blogs/news/how-to-pick-the-right-coil-for-your-vape-style">How to Pick the Right Coil for Your Vape Style</a></h2>
55
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/how-to-pick-the-right-coil-for-your-vape-style">Read more</a>
56
+ </article>
57
+
58
+ <article class="blog-card">
59
+ <p class="blog-card__date">April 24, 2026</p>
60
+ <h2><a href="https://www.bigdvapor.com/blogs/news/what-is-metatine">What is Metatine?</a></h2>
61
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/what-is-metatine">Read more</a>
62
+ </article>
63
+
64
+ <article class="blog-card">
65
+ <p class="blog-card__date">April 24, 2026</p>
66
+ <h2><a href="https://www.bigdvapor.com/blogs/news/what-is-the-difference-between-nicotine-and-nixodine">What is the difference between Nicotine and Nixodine?</a></h2>
67
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/what-is-the-difference-between-nicotine-and-nixodine">Read more</a>
68
+ </article>
69
+
70
+ <article class="blog-card">
71
+ <p class="blog-card__date">April 17, 2026</p>
72
+ <h2><a href="https://www.bigdvapor.com/blogs/news/pod-based-disposables-vs-traditional-disposables-what-s-better">Pod-Based Disposables vs Traditional Disposables — What's Better?</a></h2>
73
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/pod-based-disposables-vs-traditional-disposables-what-s-better">Read more</a>
74
+ </article>
75
+
76
+ <article class="blog-card">
77
+ <p class="blog-card__date">April 10, 2026</p>
78
+ <h2><a href="https://www.bigdvapor.com/blogs/news/best-vape-coils-of-2026-best-flavor-best-lifespan-best-value">Best Vape Coils of 2026: Best Flavor, Best Lifespan, Best Value</a></h2>
79
+ <a class="blog-card__more" href="https://www.bigdvapor.com/blogs/news/best-vape-coils-of-2026-best-flavor-best-lifespan-best-value">Read more</a>
80
+ </article>
81
+
82
+ </div>
83
+ </div>
84
+ </section>
85
+
86
+ </main>
@@ -0,0 +1,106 @@
1
+ <head>
2
+ <title>About Us: Family-Owned Vapor Store in Dallas | Big D Vapor</title>
3
+ <meta name="description" content="Big D Vapor is a family-owned, Dallas-based vape shop delivering the highest-quality vapor products at below-market pricing, backed by the best customer service in the industry.">
4
+ <link rel="canonical" href="https://bigdvapor.net/pages/about-us">
5
+ <meta name="robots" content="index,follow">
6
+ <meta property="og:type" content="website">
7
+ <meta property="og:site_name" content="Big D Vapor">
8
+ <meta property="og:title" content="About Us: Family-Owned Vapor Store in Dallas | Big D Vapor">
9
+ <meta property="og:description" content="Family-owned, Texas-based, customer-focused. Delivering the best vapor products and unmatched service since day one.">
10
+ <meta property="og:url" content="https://bigdvapor.net/pages/about-us">
11
+ <meta property="og:image" content="/tenants/bigdvapor/img/og.jpg">
12
+ <meta name="twitter:card" content="summary_large_image">
13
+ <script type="application/ld+json">
14
+ {"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://bigdvapor.net/"},{"@type":"ListItem","position":2,"name":"About Us","item":"https://bigdvapor.net/pages/about-us"}]}
15
+ </script>
16
+ <link rel="stylesheet" href="/tenants/bigdvapor/pages/page.css">
17
+ </head>
18
+ <main id="main">
19
+
20
+ <!-- 1. Hero — full-bleed image + overlay copy -->
21
+ <section class="hero-overlay" aria-label="About Big D Vapor">
22
+ <img src="/tenants/bigdvapor/img/pages/Hero-Image.jpg" alt="A Big D Vapor customer holding an American flag in a Texas field" width="1600" height="620" fetchpriority="high">
23
+ <div class="hero-overlay__inner container">
24
+ <nav class="crumbs" aria-label="Breadcrumb"><a href="/">Home</a> / About Us</nav>
25
+ <h1>Family-Owned. Texas-Based. Customer-Focused.</h1>
26
+ <p>Delivering the best vapor products and unmatched service since day one.</p>
27
+ </div>
28
+ </section>
29
+
30
+ <!-- 2. Our Story — copy left, image right -->
31
+ <section class="section split" aria-labelledby="story-h">
32
+ <div class="container">
33
+ <div class="split__copy">
34
+ <h2 id="story-h">Our Story</h2>
35
+ <p>Big D Vapor is a family-owned American business based in Dallas, Texas. From the beginning, our goal has been simple: offer the highest-quality vapor products at below-market pricing, backed by the best customer service in the industry.</p>
36
+ <p>What started as a small local operation has grown into one of the most trusted suppliers in the continental U.S.—serving customers nationwide with fast shipping and dependable support.</p>
37
+ <a class="btn btn-primary" href="/collections/best-sellers">Shop Now</a>
38
+ </div>
39
+ <div class="split__media">
40
+ <img src="/tenants/bigdvapor/img/pages/CREW_web.jpg" alt="The Big D Vapor crew inside the Dallas shop" width="720" height="720" loading="lazy">
41
+ </div>
42
+ </div>
43
+ </section>
44
+
45
+ <!-- 3. Our Mission — copy left, image right -->
46
+ <section class="section section--surface split" aria-labelledby="mission-h">
47
+ <div class="container">
48
+ <div class="split__copy">
49
+ <h2 id="mission-h">Our Mission</h2>
50
+ <p>We're dedicated to stocking only top-tier vapor products, electronic cigarettes, and premium e-liquids from brands customers know and trust. Shipping is always free anywhere in the continental U.S. for orders over $100, and every order is handled with care, accuracy, and speed.</p>
51
+ <p>Our commitment is simple: Deliver unbeatable value and exceed your expectations—every time.</p>
52
+ </div>
53
+ <div class="split__media">
54
+ <img src="/tenants/bigdvapor/img/pages/AdobeStock_202106312_web.jpg" alt="A Texas water tower against a blue sky" width="720" height="720" loading="lazy">
55
+ </div>
56
+ </div>
57
+ </section>
58
+
59
+ <!-- 4. Trusted Brands — centered -->
60
+ <section class="section brands-band" aria-labelledby="brands-h">
61
+ <div class="container">
62
+ <div class="sec-head">
63
+ <h2 id="brands-h">Trusted Brands. Endless Choices.</h2>
64
+ <p>We proudly carry all major brands, including:</p>
65
+ </div>
66
+ <div class="brand-chips">
67
+ <a href="/collections/disposables">Disposables</a>
68
+ <a href="/collections/e-liquids">E-Liquid</a>
69
+ <a href="/collections/devices">Devices</a>
70
+ <a href="/collections/coils-parts">Coils &amp; Parts</a>
71
+ <a href="/collections/nicotine-pouches">Nic Pouches</a>
72
+ <a href="/collections/texas-compliant-disposables">Texas Compliant</a>
73
+ </div>
74
+ </div>
75
+ </section>
76
+
77
+ <!-- 5. Service You Can Count On — centered (source image unavailable) -->
78
+ <section class="section cta-band" aria-labelledby="service-h">
79
+ <div class="container">
80
+ <h2 id="service-h">Service You Can Count On</h2>
81
+ <p>You can reach a real human being during business hours by calling our toll-free number. Whether it's a warranty question or product support, you'll always have our help, no matter how long it's been since your purchase.</p>
82
+ <p>Customer satisfaction isn't just a promise. It's our philosophy.</p>
83
+ <a class="btn btn-primary" href="/pages/contact-us">Contact Us</a>
84
+ </div>
85
+ </section>
86
+
87
+ <!-- 6. Find Your Fav — category picker -->
88
+ <section class="section section--surface" aria-labelledby="pick-h">
89
+ <div class="container">
90
+ <div class="sec-head">
91
+ <h2 id="pick-h">Find Your Fav</h2>
92
+ <p>Pick the setup that fits your routine.</p>
93
+ </div>
94
+ <div class="pick-grid">
95
+ <a class="pick-card" href="/collections/disposables"><h3>Disposables</h3><span>Shop Disposables</span></a>
96
+ <a class="pick-card" href="/collections/e-liquids"><h3>E-Liquid</h3><span>Shop E-Liquid</span></a>
97
+ <a class="pick-card" href="/collections/devices"><h3>Devices</h3><span>Shop Devices</span></a>
98
+ <a class="pick-card" href="/collections/coils-parts"><h3>Coils &amp; Parts</h3><span>Shop Coils &amp; Parts</span></a>
99
+ <a class="pick-card" href="/collections/clearance"><h3>Clearance</h3><span>Shop Clearance</span></a>
100
+ <a class="pick-card" href="/collections/new-products"><h3>New Products</h3><span>Shop New Products</span></a>
101
+ <a class="pick-card" href="/collections/disposables"><h3>Brands</h3><span>Shop Brands</span></a>
102
+ </div>
103
+ </div>
104
+ </section>
105
+
106
+ </main>
@@ -0,0 +1,61 @@
1
+ <head>
2
+ <title>Contact us for vape supplies and support | Big D Vapor</title>
3
+ <meta name="description" content="Contact Big D Vapor. Call 1 (866) 746-1136, email hello@bigdvapor.com, or send us a message — we are here to answer any questions or concerns you may have.">
4
+ <link rel="canonical" href="https://bigdvapor.net/pages/contact-us">
5
+ <meta name="robots" content="index,follow">
6
+ <meta property="og:type" content="website">
7
+ <meta property="og:site_name" content="Big D Vapor">
8
+ <meta property="og:title" content="Contact us for vape supplies and support | Big D Vapor">
9
+ <meta property="og:description" content="Call 1 (866) 746-1136 or email hello@bigdvapor.com. We're here to help.">
10
+ <meta property="og:url" content="https://bigdvapor.net/pages/contact-us">
11
+ <meta property="og:image" content="/tenants/bigdvapor/img/og.jpg">
12
+ <meta name="twitter:card" content="summary_large_image">
13
+ <script type="application/ld+json">
14
+ {"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://bigdvapor.net/"},{"@type":"ListItem","position":2,"name":"Contact Us","item":"https://bigdvapor.net/pages/contact-us"}]}
15
+ </script>
16
+ <link rel="stylesheet" href="/tenants/bigdvapor/pages/page.css">
17
+ </head>
18
+ <main id="main">
19
+
20
+ <!-- Hero — centered -->
21
+ <section class="page-hero page-hero--center section--tight">
22
+ <div class="container">
23
+ <h1>Contact Us</h1>
24
+ <p>We are here to answer any questions or concerns you may have!</p>
25
+ </div>
26
+ </section>
27
+
28
+ <!-- Contact info band + form -->
29
+ <section class="section" aria-labelledby="contact-h">
30
+ <h2 id="contact-h" class="sr-only">Get in touch</h2>
31
+ <div class="container">
32
+ <div class="contact-band">
33
+ <div class="contact-band__inner">
34
+ <div class="contact-band__item">
35
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M21 15a2 2 0 0 1-2 2H8l-4 4V5a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2z"/></svg>
36
+ <a href="tel:+18667461136">1 (866) 746-1136</a>
37
+ </div>
38
+ <div class="contact-band__item">
39
+ <svg viewBox="0 0 24 24" aria-hidden="true"><rect x="6" y="4" width="12" height="17" rx="2"/><path d="M9 4V3a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v1"/><path d="M9 10h6M9 14h6"/></svg>
40
+ <a href="mailto:hello@bigdvapor.com">hello@bigdvapor.com</a>
41
+ </div>
42
+ <div class="contact-band__item">
43
+ <svg viewBox="0 0 24 24" aria-hidden="true"><path d="M12 21s-7-6-7-11a7 7 0 0 1 14 0c0 5-7 11-7 11z"/><circle cx="12" cy="10" r="2.5"/></svg>
44
+ <span>Dallas, Texas, USA</span>
45
+ </div>
46
+ </div>
47
+ </div>
48
+
49
+ <form class="contact-form" action="/api/contact" method="post">
50
+ <div class="row2">
51
+ <input type="text" name="name" aria-label="Name" placeholder="Name" required>
52
+ <input type="email" name="email" aria-label="Email" placeholder="Email" required>
53
+ </div>
54
+ <input type="tel" name="phone" aria-label="Phone number" placeholder="Phone number">
55
+ <textarea name="comment" aria-label="Comment" placeholder="Comment"></textarea>
56
+ <button type="submit" class="btn btn-primary">Send Message</button>
57
+ </form>
58
+ </div>
59
+ </section>
60
+
61
+ </main>
@@ -0,0 +1,72 @@
1
+ <head>
2
+ <title>Privacy Policy | Big D Vapor</title>
3
+ <meta name="description" content="Big D Vapor's Privacy Notice describes how your privacy is protected when you access, interact with, and use our site.">
4
+ <link rel="canonical" href="https://bigdvapor.net/pages/privacy-policy">
5
+ <meta name="robots" content="index,follow">
6
+ <meta property="og:type" content="website">
7
+ <meta property="og:site_name" content="Big D Vapor">
8
+ <meta property="og:title" content="Privacy Policy | Big D Vapor">
9
+ <meta property="og:description" content="How Big D Vapor protects your privacy when you use our site.">
10
+ <meta property="og:url" content="https://bigdvapor.net/pages/privacy-policy">
11
+ <meta property="og:image" content="/tenants/bigdvapor/img/og.jpg">
12
+ <meta name="twitter:card" content="summary_large_image">
13
+ <script type="application/ld+json">
14
+ {"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://bigdvapor.net/"},{"@type":"ListItem","position":2,"name":"Privacy Policy","item":"https://bigdvapor.net/pages/privacy-policy"}]}
15
+ </script>
16
+ <link rel="stylesheet" href="/tenants/bigdvapor/pages/page.css">
17
+ </head>
18
+ <main id="main">
19
+
20
+ <section class="page-hero">
21
+ <div class="container">
22
+ <nav class="crumbs" aria-label="Breadcrumb"><a href="/">Home</a> / Privacy Policy</nav>
23
+ <span class="eyebrow">Policies</span>
24
+ <h1>Privacy Policy</h1>
25
+ <p>How your privacy is protected when you access, interact with, and use this site.</p>
26
+ </div>
27
+ </section>
28
+
29
+ <section class="section">
30
+ <div class="container prose">
31
+
32
+ <p>Welcome! We thank you for visiting our website ("Site"). This PRIVACY NOTICE ("Privacy Notice") describes the ways in which your privacy is protected when you access, interact with and use this Site.</p>
33
+ <p>By using this Site, you agree to all Big D Vapor policies made available to you within this Site including, but not limited to, our Terms and Conditions of Use and Sale (available on the Internet at https://www.bigdvapor.com/terms-conditions/ ("Terms"), which are hereby incorporated by this reference. Capitalized terms not otherwise defined in this Privacy Notice shall have the meanings ascribed to them in the Terms.</p>
34
+ <p>With respect to the collection of your information, if you do not want your personal information collected, please do not submit it to us. If you have already submitted information and would like to review, correct, or remove it from our records, please contact us. Pursuant to tobacco product regulations, user information collected during order placement and age verification will be stored for a minimum of five years and will be shared with tobacco tax enforcement or jurisdictional law enforcement as required by federal, state or local law and upon a legal request for the aforementioned information. This information is not subject to removal or alteration by request.</p>
35
+ <p>By visiting and using the Site, you are deemed to have agreed to the provisions of this Privacy Notice, unless you are in the EEA or Switzerland in which case you are acknowledging that you have been provided this Privacy Notice.</p>
36
+
37
+ <h3>Legal Compliance</h3>
38
+ <p>Big D Vapor may disclose Users' Personal Information when such disclosure is:</p>
39
+ <ul class="bullets">
40
+ <li>necessary to conform to legal requirements or to respond to a subpoena, search warrant or other legal process received by Giant Vapes, whether or not a response is required by applicable law;</li>
41
+ <li>necessary to enforce or apply our Terms and other related agreements; or</li>
42
+ <li>to protect the rights, property, or safety of Big D Vapor, our employees, our Users or other members of the general public.</li>
43
+ </ul>
44
+ <p>Except in the limited circumstances set forth below, Big D Vapor will not sell, share or disclose Personal Information it collects to third parties without your prior consent.</p>
45
+
46
+ <h3>Rights for EEA Residents</h3>
47
+ <p>In addition, if you are a resident of the EEA, you have the right to:</p>
48
+ <ul class="bullets">
49
+ <li>Find out if we use your personal information, to access your personal information, and receive copies of your personal information.</li>
50
+ <li>Withdraw any express consent that you have provided to the processing of your personal information at any time without penalty.</li>
51
+ <li>Access your personal information and have it corrected or amended if it is inaccurate or incomplete.</li>
52
+ <li>Obtain a transferable copy of some of your personal information which can be transferred to another provider when the personal information was processed based on your consent.</li>
53
+ </ul>
54
+ <p>If you wish to exercise any of these rights, or raise a complaint on how we have handled your personal information, please <a href="/pages/contact-us">contact us</a>.</p>
55
+
56
+ <h3>The Legal Basis for Using European Personal Information</h3>
57
+ <ul class="bullets">
58
+ <li>When we collect information about you through our Site the legal basis on which we process your personal information is fulfillment of an agreement between us, namely, to provide you with the products and services or the Big D Vapor Newsletters and other information marketing our products in response to your request.</li>
59
+ <li>When we collect information about you through our Site, the legal basis on which we process your personal information is the performance of our agreement with you to purchase or review products. When we use your personal information outside of what is strictly necessary for that transaction, we are doing so toward our legitimate interest of informing you of related products and promotions.</li>
60
+ <li>To the extent that we transfer personal information from the EEA to a jurisdiction outside the EEA that has not been adduced by the European Commission as providing adequate data protections (such as the US), we will ensure that such personal information is safeguarded through appropriate contractual terms.</li>
61
+ </ul>
62
+
63
+ <h3>Changes in Our Privacy Notice</h3>
64
+ <p>From time-to-time we may modify, change, update, add to, remove portions of or otherwise alter this Privacy Notice. If we make changes, we will post them on our Site to make Users aware of what the changes are so Users will always be aware of what information we collect, how we collect and use that information, and when we may disclose such information. If you object to any such changes, you must immediately cease using the Site. A User is bound by any changes to this Privacy Notice when he, she or it uses the Site after those changes have been posted.</p>
65
+
66
+ <h3>Contact, Questions or Feedback</h3>
67
+ <p>When we receive formal written complaints, it is our policy to contact the person regarding his or her concerns. We will cooperate with the appropriate regulatory authorities, including local data protection authorities, to resolve any complaints regarding the transfer of personal data that cannot be resolved between Big D Vapor and an individual.</p>
68
+
69
+ </div>
70
+ </section>
71
+
72
+ </main>
@@ -0,0 +1,172 @@
1
+ <head>
2
+ <title>Shipping Policy | Big D Vapor - Fast &amp; Reliable Shipping</title>
3
+ <meta name="description" content="Learn about our Shipping Policy at Big D Vapor. We process orders quickly via trusted fulfillment centers to ensure prompt delivery. Shop with confidence today.">
4
+ <link rel="canonical" href="https://bigdvapor.net/pages/shipping-returns">
5
+ <meta name="robots" content="index,follow">
6
+ <meta property="og:type" content="website">
7
+ <meta property="og:site_name" content="Big D Vapor">
8
+ <meta property="og:title" content="Shipping Policy | Big D Vapor">
9
+ <meta property="og:description" content="Fast, reliable shipping via trusted fulfillment centers, plus our returns and refund policy.">
10
+ <meta property="og:url" content="https://bigdvapor.net/pages/shipping-returns">
11
+ <meta property="og:image" content="/tenants/bigdvapor/img/og.jpg">
12
+ <meta name="twitter:card" content="summary_large_image">
13
+ <script type="application/ld+json">
14
+ {"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://bigdvapor.net/"},{"@type":"ListItem","position":2,"name":"Shipping &amp; Returns","item":"https://bigdvapor.net/pages/shipping-returns"}]}
15
+ </script>
16
+ <link rel="stylesheet" href="/tenants/bigdvapor/pages/page.css">
17
+ </head>
18
+ <main id="main">
19
+
20
+ <section class="page-hero">
21
+ <div class="container">
22
+ <nav class="crumbs" aria-label="Breadcrumb"><a href="/">Home</a> / Shipping &amp; Returns</nav>
23
+ <span class="eyebrow">Policies</span>
24
+ <h1>Shipping &amp; Returns</h1>
25
+ <p>Fast, reliable delivery — plus our returns and refund policy.</p>
26
+ </div>
27
+ </section>
28
+
29
+ <section class="section">
30
+ <div class="container prose">
31
+
32
+ <h2>Shipping Policy</h2>
33
+ <p>At Big D Vapor, we use fulfillment centers to handle all of our shipping needs. This means that once your order is placed, it will be processed and shipped from one of our trusted third-party centers.</p>
34
+ <p>All orders are typically shipped within 24 business hours, excluding weekends and holidays. Delays can occur due to inclement weather.</p>
35
+ <p>We understand the importance of timely service, which is why we strive to get your order processed as soon as possible.</p>
36
+ <p>To ensure the prompt and reliable delivery of your order, we utilize several regional shipping carriers. Depending on your location and shipping method selected at checkout, your shipping time may vary. Due to PACT Act compliance, USPS will not be used to ship any order.</p>
37
+ <p>Proof of age (valid government-issued ID) and adult signature (21+) at delivery is required on all purchases. If you are unable to show your ID and sign at delivery, and your shipment is returned, you will receive a refund for your returned products, but all shipping and handling fees are nonrefundable.</p>
38
+ <p>Please note that shipping times may vary depending on your location and the shipping method selected. Once your order has shipped, you will receive a tracking number via email so that you can easily track your package and stay up-to-date on its delivery status.</p>
39
+ <p>Please visit our order tracking page for information on how to track your package.</p>
40
+ <p>Depending on your shipping or pickup method, order tracking may be available on your order confirmation page.</p>
41
+ <p>Transit time may be longer during holidays, and may be affected by weather, errors on the order address, and other factors related to carrier routing and transit times.</p>
42
+ <p>Transit time / day of delivery is estimated, not guaranteed.</p>
43
+
44
+ <h3>International Shipping</h3>
45
+ <p>We ship internationally to select countries at this time, please keep checking back as we will be expanding quickly into new markets.</p>
46
+ <p>All orders are shipped in good faith and in compliance with standard shipping practices. However, international shipments may be subject to customs inspections, import duties, taxes, or other fees imposed by the destination country.</p>
47
+ <p>By placing an order, the customer acknowledges and agrees that:</p>
48
+ <ul class="bullets">
49
+ <li>Any order shipped internationally may be subject to customs clearance procedures, which can cause delays beyond our original delivery estimates.</li>
50
+ <li>The recipient is solely responsible for any customs duties, import taxes, brokerage fees, or additional charges required by their country.</li>
51
+ <li>We are not responsible for delays, seizures, or damages caused by customs authorities.</li>
52
+ <li>If a package is refused, abandoned, or returned due to unpaid customs fees or restrictions, the customer assumes full responsibility.</li>
53
+ </ul>
54
+ <p>We recommend that customers familiarize themselves with their country's import regulations before placing an order.</p>
55
+ <p>By completing a purchase, you accept these terms and assume all risks associated with international shipping and customs processing.</p>
56
+
57
+ <h3>Shipping Restrictions</h3>
58
+ <p>Due to the reach of our carriers and/or shipping restrictions, not all zip codes are serviceable in the states we currently service.</p>
59
+ <p>We are not accepting flavored e-liquid orders to the following cities/states:</p>
60
+ <ul class="bullets">
61
+ <li>Anchorage, AK</li>
62
+ <li>Arkansas</li>
63
+ <li>California</li>
64
+ <li>Chicago, IL</li>
65
+ <li>Columbus, OH</li>
66
+ <li>Denver, CO</li>
67
+ <li>Georgia</li>
68
+ <li>Hawaii</li>
69
+ <li>Maine</li>
70
+ <li>Maryland</li>
71
+ <li>Massachusetts</li>
72
+ <li>New Jersey</li>
73
+ <li>New York</li>
74
+ <li>Oregon</li>
75
+ <li>Rhode Island</li>
76
+ <li>South Dakota</li>
77
+ <li>Utah</li>
78
+ <li>Vermont</li>
79
+ </ul>
80
+ <p>If your location is listed above, we are currently unable to ship to you. Please check back soon, if the legal landscape changes we would be happy to serve you!</p>
81
+
82
+ <h3>Delivery &amp; Safe Delivery Guarantee</h3>
83
+ <p>Delivery dates and transit times are not guaranteed, and packages may be delayed due to errors on the part of the carrier service, dangerous weather, and other factors outside of our control.</p>
84
+ <p>Very rarely a package may show delivered status but will show up 2-3 business days afterwards. It is possible the package was scanned early on a delivery route where you are located. Please wait 2-3 business days as 95% of the time it will show up within that time period. Please keep in mind, Big D Vapor is not responsible for shipper negligence.</p>
85
+ <p>Once a package leaves our fulfillment centers it is in the hands of the shipping carriers to get safely to you. Our carriers all have GPS data to geolocate your orders, the only way an order can show delivered status is if the final scan was geolocated to the vicinity of your address. Unfortunately, packages can be stolen so please collect your package from your delivery area as soon as you get an email from us showing delivered status. Big D Vapor is not responsible for delivered packages that are stolen.</p>
86
+ <p>Please note, to help prevent missed deliveries, you may enter your local UPS Access Point address in the Shipping Address fields instead of your typical shipping address. All shipments require an adult signature (21+), using a holding location provides greater delivery control and convenience.</p>
87
+ <p>Any shipment, item, or order that has been forwarded, redirected, repackaged or relabeled by any business or individual other than Big D Vapor or the original mail carrier is no longer covered by our safe delivery guarantee or by any warranty.</p>
88
+ <p>If you have any questions or concerns about your order or its shipment, please don't hesitate to reach out to our customer service team for assistance. We're always here to help!</p>
89
+
90
+ <h3>Route Package Protection</h3>
91
+ <p>Route Protect is a package protection solution that helps cover you in the event that your order gets lost, stolen, or damaged while in transit. We know how frustrating it is to have something happen to your order, so we've partnered with Route to offer added assurance that you're supported, no matter what. Route Protect can be added during checkout. Please note: By declining package protection Big D Vapor is not responsible for lost, damaged, or stolen items.</p>
92
+ <p>Purchased Route Protect and looking to file a shipping issue online? File here.</p>
93
+ <p>Once your order has been fulfilled by our team, a shipping confirmation with a tracking number will be emailed. You can download Route's mobile app for iOS or Android to visually track your package and receive real-time notifications on its estimated delivery.</p>
94
+
95
+ <h4>How Does Route Work?</h4>
96
+ <p>If your Route protected order ends up lost, damaged, or stolen, Route's expert support team helps ensure that your order gets replaced or refunded as preferred. Claims will be reviewed for approval within 1-2 business days from filing.</p>
97
+ <p>Need to file a claim? File here.</p>
98
+
99
+ <h4>How Does Route Process Refunds or Reorders?</h4>
100
+ <p>Refunds: When refunding an item, Route covers the subtotal of the order. Shipping costs, taxes, and the Route premium are not included.</p>
101
+ <p>Reorders: Route will reorder the items, depending on in-stock availability. Unavailable items will be refunded. Route will cover the cost of any reorders including shipping, taxes, and Route Shipping Protection.</p>
102
+
103
+ <h4>When Should I File a Claim?</h4>
104
+ <ul class="bullets">
105
+ <li>Marked As Delivered (Stolen): Claims will be reviewed no earlier than 5 calendar days and no later than 15 calendar days from when it was marked delivered. Please note, orders over $100 USD will require a police report to be filed by the customer before any resolution can occur.</li>
106
+ <li>Stuck In Transit (Lost): For domestic orders, claims will be reviewed no earlier than 7 calendar days and no later than 30 calendar days from the last update. The maximum filing time is 60 days from the order date. For international orders, claims will be reviewed no earlier than 20 calendar days and no later than 30 calendar days from the last update. The maximum filing time is 60 days from the order date.</li>
107
+ <li>Claims for damaged items require photos of the packaging and item(s) and must be filed no later than 15 calendar days from when it was marked delivered.</li>
108
+ </ul>
109
+ <p>All of Route's policies are listed here.</p>
110
+
111
+ <h4>What if My Order Never Arrives or is Stolen?</h4>
112
+ <p>Route Protect definitely helps cover these instances! To protect your order against loss or theft, add Route Protect at checkout.</p>
113
+ <p>If your order has not arrived, please file a claim with Route here.</p>
114
+
115
+ <h4>What if My Order Arrives Damaged?</h4>
116
+ <p>Route covers damage as well! To protect your order against damage that occurred during shipping, add Route Protect at checkout.</p>
117
+ <p>If your order has arrived to you damaged, please take photos of the item and the packaging it arrived in to include in your claim when filing.</p>
118
+ <p>You can file a claim with Route here.</p>
119
+ <p>If your order has defects or you suspect it was damaged during manufacturing, please reach out to us and we will be happy to work with you to remedy the situation.</p>
120
+
121
+ <h4>How Do I File a Claim for my Lost, Damaged, or Stolen Order?</h4>
122
+ <p>If you insured your order with Route Protect at checkout, you will receive a confirmation email from Route with a link to file a shipping issue.</p>
123
+ <p>You can also file a shipping issue on Route's app or via the web. To file a claim, you will need your store order number OR Route ID number and the email address that was attached to the order.</p>
124
+ <p>Haven't downloaded the app yet? Download here.</p>
125
+
126
+ <h4>What are Route's Terms and Conditions?</h4>
127
+ <p>Route's terms and conditions are listed here: <a href="https://route.com/terms-and-conditions/" rel="noopener">https://route.com/terms-and-conditions/</a></p>
128
+
129
+ <h4>Is Route a Licensed Insurance Company?</h4>
130
+ <p>Yes, Route is a licensed insurance company with SEG Insurance Ltd. as its partner.</p>
131
+
132
+ <h2>Returns &amp; Refunds</h2>
133
+ <p>We offer a monetary refund for a 30-day period for any new unopened hardware product/s. This is only available for hardware purchased from bigdvapor.com, consumable nicotine products are not eligible for return, refund or exchange. The refund amount will only be for the price of the item, shipping fees and shipping insurance costs will not be refunded. Please note: Clearance items are All Sales Final. No exchanges or returns.</p>
134
+ <p>***Any Big D Vapor products purchased from 3rd party resellers are not eligible for refunds, and instead, fall under the specific refund policy for the store where the item(s) were purchased originally.</p>
135
+ <p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we cannot offer you a refund or exchange.</p>
136
+ <p>To be eligible to return your item(s) must be unused and in the same condition that you received them, and still in their original packaging.</p>
137
+ <p>To complete your return, we require a receipt or proof of purchase.</p>
138
+ <p>If any item(s) are returned for a refund and are found to be or used in any way, no refund will be processed, and the item(s) in question will not be able to be returned to you as the customer.</p>
139
+ <p>Big D Vapor is a reseller, not a manufacturer, if any manufacturing defects are found you must contact the manufacturer directly and submit a warranty claim with them. All after sales support for hardware is handled by the respective manufacturers.</p>
140
+ <p>Big D Vapor utilizes a fulfillment center for shipping your order, we are not responsible for any mishandling, delay or error in the shipping process. If your order did not reach you please contact the shipper and use the provided tracking information to find your order. Shipping insurance is available at checkout, if you elect not to add shipping insurance Big D Vapor will NOT provide refunds or product replacements due to shipper negligence.</p>
141
+
142
+ <h3>Refunds</h3>
143
+ <p>To return your product, contact us for eligibility first. Once your return is received and inspected to verify it is unused and unopened, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>
144
+ <p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment within 7-10 business days.</p>
145
+
146
+ <h3>Late or missing refunds</h3>
147
+ <p>If you haven't received a refund yet, first check your bank account again.</p>
148
+ <p>Then contact your credit card company, it may take some time before your refund is officially posted. Next contact your bank. There is often some processing time before a refund is posted.</p>
149
+
150
+ <h3>Sale items</h3>
151
+ <p>Only regular priced items may be refunded. Sale items cannot be refunded or exchanged.</p>
152
+
153
+ <h3>Exchanges</h3>
154
+ <p>We only replace items if they are defective or damaged. If this is the case and you need to exchange it for the same item, please contact us.</p>
155
+
156
+ <h3>Gifts</h3>
157
+ <p>If the item was marked as a gift when purchased and shipped directly to you, you'll receive a gift credit for the value of your return.</p>
158
+ <p>If the item wasn't marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>
159
+
160
+ <h3>Shipping returns</h3>
161
+ <p>To return your product, contact us for eligibility first.</p>
162
+ <p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>
163
+ <p>Depending on where you live, the time it may take for your returned product to reach us may vary.</p>
164
+ <p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We can't guarantee that we will receive your returned item.</p>
165
+ <p>ALL CUSTOMERS ARE REQUIRED TO UNDERSTAND THEIR LOCAL REGULATIONS AND WE WON'T BE ABLE TO OFFER REFUNDS OR REPLACEMENT IF ISSUES ARISE.</p>
166
+
167
+ <p>Questions about an order? <a href="/pages/contact-us">Contact our team</a> — we're always happy to help.</p>
168
+
169
+ </div>
170
+ </section>
171
+
172
+ </main>