/*
Theme Name: Quarry Walk
Theme URI: http://redboxweb.co.uk
Template: Impreza
Author: Red Box Web
Author URI: https://redboxweb.co.uk
Description: Quarry Walk Child Theme for Impreza
Version: 8.29.1728607896
Updated: 2024-10-11 01:51:36

*/

/* Keep WooCommerce notices above other page content - they sit statically
   in the flow with no z-index of their own, so anything with a stacking
   context (sticky headers, overlays, etc.) can end up covering them. */
.w-wc-notices {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

.w-wc-notices .woocommerce-error:last-child {
	margin-bottom: 0;
}

/* Offset below the WordPress admin bar when it's present, matching its own
   height breakpoints (32px desktop, 46px on the mobile/tablet width it
   switches at). */
body.admin-bar .w-wc-notices {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar .w-wc-notices {
		top: 46px;
	}
}
