/*
Theme Name: Pure Nature Drops
Theme URI: https://purenaturedrops.com
Author: Pure Nature Drops
Description: A custom, professional, mobile-friendly WooCommerce theme built for the Pure Nature Drops natural perfume oil brand.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pure-nature-drops
*/

:root{
  --color-bg:#0B0B0D;
  --color-bg-alt:#141417;
  --color-card:#18181C;
  --color-accent:#C5A059;
  --color-accent-hover:#E0B96B;
  --color-accent-light:#2A2419;
  --color-dark:#F5F1E8;
  --color-muted:#9A968D;
  --color-border:#2B2B30;
  --color-sale:#B23B3B;
  --radius:14px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body{
  margin:0;
  font-family:'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  background:var(--color-bg);
  color:var(--color-dark);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

h1,h2,h3,h4{
  font-family:'Playfair Display', Georgia, serif;
  margin:0 0 0.5em;
  line-height:1.2;
  font-weight:600;
}

p{ margin:0 0 1em; color:var(--color-muted); line-height:1.75; }
a{ color:inherit; text-decoration:none; }
ul{ list-style:none; margin:0; padding:0; }
img{ max-width:100%; height:auto; display:block; }
button{ font-family:inherit; cursor:pointer; }

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

::selection{ background:var(--color-accent); color:#fff; }

.screen-reader-text{
  position:absolute !important;
  width:1px; height:1px;
  overflow:hidden;
  clip:rect(1px,1px,1px,1px);
}
