/*
Theme Name: Pixaris
Theme URI: https://pixaris.example/themes/pixaris
Author: Pixaris
Author URI: https://pixaris.example
Description: An enterprise-grade full site editing block theme for WooCommerce. Built for speed, accessibility and long-term maintainability, with a completely redesigned My Account dashboard.
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pixaris
Tags: full-site-editing, block-patterns, e-commerce, accessibility-ready, translation-ready, block-styles, wide-blocks, rtl-language-support
Copyright: (c) 2026 Pixaris. All rights reserved.

Pixaris is distributed under the terms of the GNU GPL v2 or later.
This theme is original work. It bundles no third party frameworks and no
commercial theme code.
*/

/*
 * Block themes are styled through theme.json. This file exists for the theme
 * header above and for the small number of rules that cannot be expressed in
 * theme.json. Keep it short: anything that theme.json can express belongs there
 * so that the editor and the front end stay in sync.
 */

.pixaris-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.pixaris-skip-link:focus {
	position: fixed;
	inset-block-start: 1rem;
	inset-inline-start: 1rem;
	z-index: 100000;
	padding: 0.75rem 1.25rem;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink);
	border-radius: 8px;
	box-shadow: 0 0 0 2px var(--wp--preset--color--accent);
}

:where(a:focus-visible),
:where(button:focus-visible),
:where(input:focus-visible),
:where(select:focus-visible),
:where(textarea:focus-visible) {
	outline: 2px solid var(--wp--preset--color--accent);
	outline-offset: 2px;
}
