/*
Theme Name: Xtylish Store
Theme URI: https://xtylishstore.com/
Author: Xtylish Store
Author URI: https://xtylishstore.com/
Description: A premium, conversion-focused WooCommerce theme built for Xtylish Store. Fully dynamic, mobile-first, page-builder free, with a complete Customizer-driven design system, managed hero slider, AJAX cart, live search and modern shop experience.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xtylish-store
Tags: e-commerce, woocommerce, one-column, two-columns, right-sidebar, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, rtl-language-support, translation-ready, block-styles, wide-blocks, accessibility-ready
WC requires at least: 7.0
WC tested up to: 9.5
*/

/*
 * The compiled design system lives in assets/css/*.css and is loaded through
 * the WordPress enqueue system (see inc/enqueue.php). This file only carries
 * the theme header so that WordPress can register the theme, plus a small
 * set of safety rules that must always apply even if styles fail to load.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #111;
	display: block;
	font-size: 0.875rem;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 14px 22px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
	border-radius: 8px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, .18);
}

html {
	overflow-x: hidden;
}
