/*
Theme Name: Golbaroon
Theme URI: https://golbaroon.com
Author: Golbaroon Flower Studio
Author URI: https://golbaroon.com
Description: A calm, premium floral storefront theme for WordPress and WooCommerce, in teal and lilac drawn from the Golbaroon lotus. Built for fresh flowers, bouquets, plants and gift add-ons, with delivery date/time scheduling, gift messages, occasion filtering and an accessible, fully responsive layout.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.0
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: golbaroon
Tags: e-commerce, two-columns, right-sidebar, custom-menu, custom-logo, featured-images, translation-ready, accessibility-ready
WC requires at least: 8.0
WC tested up to: 11.0

Golbaroon is distributed under the terms of the GNU GPL v2 or later.

NOTE
====
The visual styles for this theme live in `assets/css/main.css` and
`assets/css/woocommerce.css` so that the WooCommerce styles can be loaded
only on store pages. This file exists for the theme header above (required
by WordPress) and for a small set of legacy/utility rules that WordPress
expects to find in the theme stylesheet.
*/

/* Screen-reader utility classes expected by the WordPress accessibility guidelines. */
.screen-reader-text {
	border: 0;
	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;
	border-radius: 4px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip-path: none;
	color: #a34459;
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	height: auto;
	left: 8px;
	line-height: normal;
	padding: 16px 24px;
	text-decoration: none;
	top: 8px;
	width: auto;
	z-index: 100000;
}
