/*
Theme Name: VaultDropX
Theme URI: https://vaultdropx.com
Author: VaultDropX
Author URI: https://vaultdropx.com
Description: Premium flash drop ecommerce theme for VaultDropX — clean, conversion-focused design with WooCommerce support.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vaultdropx
Tags: e-commerce, woocommerce, one-column, two-columns, custom-colors, custom-logo, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/

/* Base reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --black: #080808;
  --white: #ffffff;
  --off: #f8f8f6;
  --gray: #6e6e6e;
  --lgray: #d0d0ce;
  --border: #ebebeb;
  --gold: #c9a84c;
  --gold-light: #fdf6e7;
  --gold-dark: #9a7a2e;
  --gold-border: #e8d4a0;
  --blue: #0a84ff;
  --blue-light: #e8f3ff;
  --green: #1c8a3c;
  --green-light: #eaf5ee;
  --red: #d92b2b;
  --red-light: #fff0f0;
  --ff: 'Outfit', sans-serif;
  --max-width: 1100px;
}

body {
  background: var(--white);
  color: var(--black);
  font-family: var(--ff);
  font-size: 14px;
  line-height: 1.5;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--ff); }
