/*
Theme Name:   Opnar
Theme URI:    http://localhost:8082
Description:  Storefront child theme for Opnar. Shares its build with the Fivany theme — same layout, same checkout, same funnel — and differs only in identity: brand name, logo and the accent token. All customization lives here so the parent theme stays update-safe.
Author:       sozib
Template:     storefront
Version:      0.3.0
Text Domain:  fivany

  Text Domain is `fivany` on purpose, and must stay that way while the code
  says __( '…', 'fivany' ). It is the namespace the strings were written in,
  not a claim about whose site this is; changing it here without changing
  ~700 call sites would only mean translations silently stop resolving.

*/

/*
 * 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;
	}
}
