/*
Theme Name: ANZO Store
Theme URI: https://anzo.store/
Author: ANZO Store
Author URI: https://anzo.store/
Description: A premium, modern and fast WooCommerce theme for ANZO Store. Mobile-first, fully translation ready and RTL aware (built on CSS logical properties, not direction hacks).
Version: 1.1.0
Requires at least: 6.4
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anzo
Tags: e-commerce, woocommerce, rtl-language-support, translation-ready, custom-logo, custom-menu, featured-images, threaded-comments, block-styles, wide-blocks
*/

/*
 * NOTE
 * ----
 * This file only carries the theme header (required by WordPress) plus a small
 * safety net of styles. All real styling lives in modular files under
 * assets/css/ and is enqueued from inc/enqueue.php:
 *
 *   assets/css/tokens.css      Design system: colors, type scale, spacing, radii, shadows
 *   assets/css/base.css        Reset, typography, forms, utilities
 *   assets/css/layout.css      Containers, grid, header, footer
 *   assets/css/components.css  Buttons, cards, badges, inputs, sections
 *   assets/css/woocommerce.css WooCommerce overrides
 *   assets/css/rtl.css         The few genuinely direction-specific rules
 */

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip-path: none;
	color: #111;
	display: block;
	font-size: 0.875rem;
	height: auto;
	inset-inline-start: 1rem;
	inset-block-start: 1rem;
	line-height: normal;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}
