.laurelhurst-preferred-vendor-filter select {
	max-width: 100%;
	width: 100%;
}

ul.products li.product {
	position: relative;
}

.lh-product-tile-meta {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.35;
	margin: 8px auto 10px;
	max-width: 90%;
}

.lh-product-tile-meta span,
.lh-product-hover-meta span,
.lh-product-hover-categories span,
.lh-product-category-paths span {
	font-weight: 700;
}

.lh-product-tile-stock {
	margin-top: 4px;
}

.lh-product-nla-replacement-stock {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.35;
	margin: 4px auto 10px;
	max-width: 90%;
}

.lh-product-nla-replacement-stock span {
	font-weight: 700;
}

.lh-stock-outofstock {
	color: #ffd5d5;
}

.lh-product-hover-card {
	background: #ffffff;
	border: 1px solid #c8d3dd;
	box-sizing: border-box;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
	color: #222222;
	font-size: 14px;
	left: 50%;
	line-height: 1.35;
	max-height: var(--lh-hover-card-max-height, calc(100vh - 160px));
	max-width: min(360px, calc(100vw - 32px));
	opacity: 0;
	overflow-y: hidden;
	padding: 14px;
	pointer-events: none;
	position: absolute;
	text-align: left;
	top: var(--lh-hover-card-top, 10px);
	transform: translate(-50%, 6px);
	transition: opacity 120ms ease, transform 120ms ease;
	width: 320px;
	z-index: 100100;
}

.lh-product-hover-card.lh-hover-card-scrollable {
	overflow-y: auto;
}

ul.products li.product.lh-hover-card-active .lh-product-hover-card {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, 0);
}

.lh-product-hover-title {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.lh-product-hover-alert {
	background: #fff3cd;
	border-left: 4px solid #d89a00;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.lh-product-hover-attributes {
	display: grid;
	grid-template-columns: minmax(80px, max-content) 1fr;
	gap: 4px 10px;
	margin: 10px 0;
}

.lh-product-hover-attributes dt {
	font-weight: 700;
}

.lh-product-hover-attributes dd {
	margin: 0;
}

.lh-product-hover-categories {
	border-top: 1px solid #e1e5e9;
	margin-top: 10px;
	padding-top: 10px;
}

ul.products li.product .lh-product-hover-card a,
.lh-product-category-paths a {
	color: #063E70;
	text-decoration: underline;
}

.lh-product-more-info {
	color: #063E70 !important;
	display: inline-block;
	font-weight: 700;
	margin-top: 10px;
}

.lh-product-category-paths {
	font-size: 14px;
	line-height: 1.45;
	margin: 0 0 12px;
}

.lh-product-category-context {
	line-height: 1.45;
	margin-bottom: 10px;
}

.lh-product-category-context a,
.lh-product-category-menu a {
	color: #063E70;
	text-decoration: none;
}

.lh-product-category-context-label {
	font-weight: 700;
}

.lh-product-category-menu {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	position: relative;
	z-index: 100200;
}

.lh-product-category-menu-segment {
	position: relative;
}

.lh-product-category-menu-link {
	background: #ffffff;
	border: 1px inset #b8c5cf;
	border-radius: 5px;
	display: block;
	font-weight: 700;
	line-height: 1.25;
	padding: 7px 10px;
}

.lh-product-category-menu-link:hover,
.lh-product-category-menu-link:focus {
	background: #eef5fb;
}

.lh-product-category-flyout {
	background: #ffffff;
	border: 1px solid #b8c5cf;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
	display: none;
	left: var(--lh-category-flyout-left, 0);
	list-style: none;
	margin: 0;
	min-width: 230px;
	padding: 6px 0;
	position: absolute;
	right: auto;
	top: 100%;
	z-index: 100210;
}

.lh-product-category-menu-segment:hover > .lh-product-category-flyout,
.lh-product-category-menu-segment:focus-within > .lh-product-category-flyout {
	display: grid;
}

.lh-product-category-flyout li:hover > .lh-product-category-flyout,
.lh-product-category-flyout li:focus-within > .lh-product-category-flyout {
	display: block;
}

.lh-product-category-flyout-depth-0 {
	grid-auto-columns: minmax(255px, max-content);
	grid-auto-flow: column;
	grid-template-rows: repeat(var(--lh-category-flyout-rows, 12), auto);
	max-width: calc(100vw - 48px);
}

.lh-product-category-flyout li {
	margin: 0;
	position: relative;
}

.lh-product-category-flyout a {
	display: block;
	line-height: 1.25;
	padding: 8px 12px;
	white-space: nowrap;
}

.lh-product-category-flyout a:hover,
.lh-product-category-flyout a:focus {
	background: #eef5fb;
}

.lh-product-category-flyout .lh-product-category-flyout {
	left: 100%;
	right: auto;
	top: -7px;
}

.lh-product-category-flyout-depth-0 > li > .lh-product-category-flyout {
	left: calc(100% + 1px);
	right: auto;
	top: -7px;
}

.lh-product-category-flyout li > .lh-product-category-flyout.lh-product-category-flyout-left {
	left: auto;
	right: calc(100% + 1px);
}

.woocommerce-product-attributes th,
table.shop_attributes th {
	min-width: 200px;
	white-space: nowrap;
	width: 200px;
}

.lh-clear-search {
	margin: 4px 0 14px;
}

@media (max-width: 767.98px) {
	.lh-product-hover-card {
		display: none;
	}
}
