/* WooCommerce Breadcrumbs Styles */
.omega-breadcrumbs {
	margin: 1.5em 0 2em 0;
	font-size: 1em;
	color: #888;
	letter-spacing: 0.01em;
}
.omega-breadcrumbs .breadcrumb-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5em;
}
.omega-breadcrumbs .breadcrumb-item {
	color: #888;
	font-weight: 500;
	font-size: 1em;
	margin: 0;
	display: flex;
	align-items: center;
}
.omega-breadcrumbs .breadcrumb-item a {
	color: #0073e6;
	text-decoration: none;
	transition: color 0.2s;
}
.omega-breadcrumbs .breadcrumb-item a:hover {
	color: #005bb5;
	text-decoration: underline;
}
.omega-breadcrumbs .breadcrumb-delimiter {
	color: #bbb;
	font-size: 1.1em;
	margin: 0 0.2em;
	user-select: none;
}
/* FacetWP Reset Button Styles */
.facetwp-facet-reset {
	display: flex;
	
	margin-bottom: 1.5em;
}
.facetwp-reset {
	background: #0073e6;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 0.7em 1.6em;
	font-size: 1em;
	font-weight: 600;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
	cursor: pointer;
	transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
	outline: none;
	letter-spacing: 0.01em;
}
.facetwp-reset:hover, .facetwp-reset:focus {
	background: #005bb5;
	box-shadow: 0 4px 16px 0 rgba(0,115,230,0.10);
	transform: translateY(-2px) scale(1.03);
}
/* Category grid styles for WooCommerce shop page */
.shop-categories-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5em;
	justify-content: center;
	margin: 2em 0 3em 0;
}
.category-block {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px 0 rgba(0,0,0,0.08), 0 1.5px 6px 0 rgba(0,0,0,0.04);
	text-align: center;
	width: 240px;
	padding: 1.5em 1em 1.2em 1em;
	transition: box-shadow 0.2s, transform 0.2s;
	position: relative;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.category-block:hover {
	box-shadow: 0 8px 32px 0 rgba(0,0,0,0.16), 0 3px 12px 0 rgba(0,0,0,0.08);
	transform: translateY(-4px) scale(1.03);
}
.category-block img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	border-radius: 12px;
	margin-bottom: 1.1em;
	box-shadow: 0 2px 8px #0001;
	background: #f7f7f7;
	transition: box-shadow 0.2s;
}
.category-block h2 {
	font-size: 1.18em;
	font-weight: 600;
	color: #222;
	margin: 0.2em 0 0 0;
	letter-spacing: 0.01em;
	line-height: 1.3;
	transition: color 0.2s;
}
.category-block:hover h2 {
	color: #0073e6;
}
.category-block a {
	text-decoration: none;
	color: inherit;
	display: block;
	width: 100%;
}
/*
Theme Name: Wilmer Child
Theme URI: https://wilmer.qodeinteractive.com/
Description: A child theme of Wilmer Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: wilmer
Template: wilmer
*/
