/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.11.1789472937
Updated: 2026-09-15 11:48:57

*/

/* ==================================================
   VAPE DISTRICT - CORE DESIGN SYSTEM & TOKENS
   ================================================== */
:root {
  --vd-bg-dark: #0B0B0A;
  --vd-bg-surface: #141413;
  --vd-bg-surface-elevated: #1B1B19;
  --vd-text-primary: #F1EFE8;
  --vd-text-secondary: #8E8D88;
  --vd-accent-olive: #A6AD76;
  --vd-gold-warm: #B89A62;
  --vd-border-subtle: #242422;
  --vd-border-active: #383834;
  --vd-font-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Base Body & Layout */
body, 
.site, 
#page {
  background-color: var(--vd-bg-dark) !important;
  color: var(--vd-text-primary) !important;
  font-family: var(--vd-font-primary);
  -webkit-font-smoothing: antialiased;
}

/* Global Headings */
h1, h2, h3, h4, h5, h6,
.entry-title,
.page-title {
  color: var(--vd-text-primary) !important;
  font-weight: 600;
  letter-spacing: -0.02em;
}

p {
  color: var(--vd-text-secondary);
  line-height: 1.6;
}

/* Subtle Links */
a {
  color: var(--vd-text-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--vd-accent-olive);
}

/* ==================================================
   WOOCOMMERCE NATIVE STYLING
   ================================================== */

/* Product Grid Cards */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: var(--vd-bg-surface) !important;
  border: 1px solid var(--vd-border-subtle) !important;
  padding: 18px !important;
  border-radius: 4px;
  transition: border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border-color: var(--vd-border-active) !important;
  transform: translateY(-3px);
}

/* Product Titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: var(--vd-text-primary) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  padding-top: 12px !important;
  margin-bottom: 6px !important;
}

/* Product Pricing */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  color: var(--vd-text-primary) !important;
  font-weight: 600;
  font-size: 14px !important;
}

.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
  color: var(--vd-text-secondary) !important;
  opacity: 0.6;
  margin-right: 6px;
}

.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins {
  color: var(--vd-gold-warm) !important;
  text-decoration: none;
}

/* Badges (Sale / New) */
.woocommerce span.onsale {
  background-color: var(--vd-accent-olive) !important;
  color: var(--vd-bg-dark) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px !important;
  border-radius: 2px !important;
  min-height: auto !important;
  line-height: 1.4 !important;
}

/* Primary Buttons */
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.button.primary {
  background-color: var(--vd-accent-olive) !important;
  color: var(--vd-bg-dark) !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none !important;
  border-radius: 2px !important;
  padding: 12px 20px !important;
  transition: all 0.25s ease;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover {
  background-color: #b5bc84 !important;
  color: var(--vd-bg-dark) !important;
}

/* Form Inputs & Checkout Fields */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  background-color: var(--vd-bg-surface-elevated) !important;
  border: 1px solid var(--vd-border-subtle) !important;
  color: var(--vd-text-primary) !important;
  border-radius: 2px;
  padding: 10px 14px;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  border-color: var(--vd-accent-olive) !important;
  outline: none;
}
