/*
Theme Name: The Christian Haven
Theme URI: https://thechristianhaven.example.com
Author: The Christian Haven
Author URI: https://thechristianhaven.example.com
Description: A warm boutique WooCommerce theme for Bibles, devotionals, journals and faith-based gifts. Converted from the Haven Boutique React design.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: christian-haven
Tags: e-commerce, custom-menu, custom-logo, featured-images, translation-ready
WC requires at least: 8.0
WC tested up to: 9.9
*/

@import url("assets/css/theme.css");
@import url("assets/css/woo.css");

/* ---------- accessibility: skip link ---------- */
.skip-link {
	position: absolute;
	top: -48px;
	left: 8px;
	z-index: 100000;
	padding: 10px 18px;
	border-radius: 9999px;
	background-color: var(--heading, #333);
	color: var(--background, #fff);
	font-size: 0.85rem;
	text-decoration: none;
	transition: top 0.2s ease;
}

.skip-link:focus {
	top: 8px;
}

/* ---------- generic widget styling (sidebar areas) ---------- */
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	padding: 6px 0;
}

.widget a {
	text-decoration: none;
	opacity: 0.85;
	transition: opacity 0.2s ease;
}

.widget a:hover {
	opacity: 1;
}

.widget select,
.widget input[type="search"] {
	width: 100%;
}
