/*
Theme Name: Lily Gray
Theme URI: https://lilygray.capsonline.ca/
Author: Lily Gray Studio
Author URI: https://lilygray.capsonline.ca/
Description: Custom small-batch jewelry theme for Lily Gray. Canada-first, CAD-priced, WooCommerce-ready.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
License: All rights reserved
Text Domain: lilygray
Tags: jewelry, ecommerce, woocommerce, custom
*/

/* All site styling lives in assets/css/tokens.css and assets/css/main.css, which are enqueued via functions.php.
   This file is required by WordPress for the theme header. Minor WP-compat helpers live below. */

.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
}

.wp-block-image img { max-width: 100%; height: auto; }

/* WooCommerce notice alignment */
.woocommerce-notices-wrapper { max-width: var(--container-max, 1200px); margin: 0 auto; padding: var(--s-16, 1rem); }
