/*
Theme Name: Fast Step
Theme URI: https://example.com/faststep
Author: Fast Step Industrial Supply
Author URI: https://example.com
Description: Fast Step — a bold, industrial WooCommerce theme for manufacturing spare-parts and MRO ecommerce. Black & amber brand, mega menu, slide-in cart drawer, deal countdowns and a same-day-dispatch storefront. Ported pixel-for-pixel from the Fast Step design prototype.
Version: 1.0.4
Requires at least: 6.2
Tested up to: 6.5
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: faststep
Tags: e-commerce, woocommerce, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready
WC requires at least: 7.0
WC tested up to: 8.6

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

All of the theme's actual styling lives in assets/css/theme.css (enqueued separately
so it can carry CSS custom properties and be cached). This file only carries the
required theme header above plus a tiny safety net for the WordPress admin bar.
*/

/* Keep the admin bar from covering the sticky header when logged in. */
.admin-bar .fs-header { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .fs-header { top: 46px; }
}
