/* Shop-page design tokens (light-neutral context) — scoped to WooCommerce
   pages only (shop/product/category/tag archives, single product), kept
   separate from the dark-neon marketing-page palette in ww-custom.css.
   Fonts (Montserrat/Overpass/Inter) are already loaded site-wide by
   ww-custom.css / ww-landing.css — nothing to add here. */

.woocommerce, .woocommerce-page, .search-results, .error404 {
  --shop-bg: #fafaf8;
  --shop-card-title: #6d382b;
  --shop-card-title-hover: #B12704;
  --shop-price: #B12704;
  --shop-text: #333;
  --shop-text-muted: #888;
  --shop-border: #e8e8e8;
  --shop-border-control: #ccc;
  --shop-soldout-bg: #9CA3AF;
  --shop-lowstock-bg: #faeeda;
  --shop-lowstock-text: #633806;
  --shop-accent-gradient: linear-gradient(90deg, #FF2D78, #C71585);
}

body.woocommerce, body.woocommerce-page, body.search-results, body.error404 {
  background: var(--shop-bg);
}
