/*
Theme Name: Lexi Beadz
Theme URI: https://lexibeadz.co.uk/
Author: Lexi Beadz
Author URI: https://lexibeadz.co.uk/
Description: WooCommerce-first parent theme for lexibeadz.co.uk (clay bead bracelets) with built-in wishlist. Modern, safe, and compatible with latest WordPress & WooCommerce.
Version: 1.1.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: lexibeadz
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: e-commerce, woocommerce, block-styles, custom-colors
*/

/* Theme styles are primarily defined via theme.json. Add any additional CSS below. */


/* Minimal fallback navigation styles to avoid vertical/bulleted menus if secondary CSS fails */
.primary-navigation ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 16px; }
.primary-navigation li { list-style: none; }
.primary-navigation a { text-decoration: none; padding: 6px 8px; }

/* Basic image rules */
img { max-width: 100%; height: auto; display: block; }
