/*
Theme Name:   Fivany
Theme URI:    http://localhost:8081
Description:  Storefront child theme for the Fivany underwear brand. Carries the Opnar storefront design language — #ff6b00 accent, cream surfaces, near-squared radii, mono numerals. All customization lives here so the parent theme stays update-safe.
Author:       sozib
Template:     storefront
Version:      0.3.0
Text Domain:  fivany
*/

/*
 * Real styles live in assets/css/ and are enqueued in dependency order
 * from functions.php:
 *
 *   tokens.css  — design tokens (colours, radii, shadows, type)
 *   base.css    — global elements, buttons, forms, notices
 *   chrome.css  — header + footer
 *   shop.css    — product grid, PDP, cart, checkout
 *
 * This file is loaded last and is the place for one-off overrides.
 */

/* Storefront draws a heavy border above the handheld bar on some pages. */
.storefront-handheld-footer-bar ul li > a::before {
	font-size: 20px;
}

/* Keep the admin bar from covering the sticky header. */
.admin-bar .fv-header {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .fv-header {
		top: 46px;
	}
}
