/*
Theme Name: Binergy
Theme URI: https://example.com/binergy
Author: Binergy Team
Author URI: https://example.com
Description: Catalog-focused WooCommerce theme for supplements.
Version: 1.0.0
Text Domain: binergy
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 8.1
*/

/* Accessibility: Skip link */
.skip-link {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.skip-link:focus {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: auto;
	height: auto;
	padding: 15px 23px;
	background: #fff;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	outline: 2px solid #000;
}

/* Screen reader text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip: auto !important;
	display: block;
	height: auto;
	width: auto;
	z-index: 100000;
}
