/* Product archive search and card presentation. */

.ep-product-catalog-toolbar {
	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 0 0 20px;
	width: 100%;
}

.ep-product-catalog-toolbar[data-ep-catalog-controls] {
	background: linear-gradient(145deg, #f7fafc 0%, #fff 72%);
	border: 1px solid #dbe6ed;
	border-radius: 12px;
	box-shadow: none;
	display: block;
	filter: none;
	padding: 18px;
}

.ep-product-catalog-toolbar[data-ep-catalog-controls] *,
.ep-product-catalog-toolbar[data-ep-catalog-controls] *::before,
.ep-product-catalog-toolbar[data-ep-catalog-controls] *::after {
	box-sizing: border-box;
}

.ep-product-catalog-toolbar[data-ep-catalog-controls] select,
.ep-product-catalog-toolbar[data-ep-catalog-controls] input,
.ep-product-catalog-toolbar[data-ep-catalog-controls] button,
.ep-product-catalog-toolbar[data-ep-catalog-controls] .ep-catalog-price-input-wrap,
.ep-product-catalog-toolbar[data-ep-catalog-controls] .ep-catalog-price-slider__track {
	box-shadow: none !important;
	filter: none !important;
}

.ep-product-search-form {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	gap: 8px;
	margin: 0;
	max-width: 680px;
	width: 100%;
}

.ep-product-search-field {
	appearance: none;
	background: #fff;
	border: 1px solid #aebfcb;
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	color: #17324a;
	flex: 1 1 auto;
	font-size: 16px;
	height: 48px;
	line-height: 1.4;
	min-width: 0;
	padding: 0 15px;
}

.ep-product-search-field::placeholder {
	color: #728493;
	opacity: 1;
}

.ep-product-search-field:focus {
	border-color: #117dad;
	box-shadow: 0 0 0 3px rgba(17, 125, 173, 0.16);
	outline: 0;
}

.ep-product-search-submit {
	background: #117dad;
	border: 1px solid #117dad;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	flex: 0 0 auto;
	font-size: 15px;
	font-weight: 750;
	height: 48px;
	line-height: 1.2;
	padding: 0 22px;
	text-shadow: none;
}

.ep-product-search-submit:hover,
.ep-product-search-submit:focus-visible {
	background: #0a638d;
	border-color: #0a638d;
	color: #fff;
}

.ep-catalog-filter-form {
	align-items: start;
	display: grid;
	gap: 14px 24px;
	grid-template-areas:
		"sort price"
		"actions price";
	grid-template-columns: minmax(220px, .78fr) minmax(0, 1.72fr);
	margin: 0;
	min-width: 0;
	width: 100%;
}

.ep-catalog-control--sort {
	grid-area: sort;
}

.ep-catalog-control,
.ep-catalog-price-filter {
	margin: 0;
	min-width: 0;
}

.ep-catalog-control > label,
.ep-catalog-price-filter > legend,
.ep-catalog-price-inputs label > span:first-child {
	color: #29465d;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .025em;
	line-height: 1.35;
}

.ep-catalog-control > label {
	display: block;
	margin: 0 0 6px;
}

.ep-catalog-control select {
	appearance: none;
	background-color: #fff;
	background-image: linear-gradient(45deg, transparent 50%, #46647a 50%), linear-gradient(135deg, #46647a 50%, transparent 50%);
	background-position: calc(100% - 17px) 20px, calc(100% - 12px) 20px;
	background-repeat: no-repeat;
	background-size: 5px 5px, 5px 5px;
	border: 1px solid #aebfcb;
	border-radius: 8px;
	box-shadow: none;
	color: #17324a;
	font-size: 14px;
	height: 46px;
	line-height: 1.35;
	margin: 0;
	padding: 0 38px 0 12px;
	width: 100%;
}

.ep-catalog-price-filter {
	border: 0;
	display: grid;
	gap: 7px;
	grid-area: price;
	padding: 0;
}

.ep-catalog-price-filter > legend {
	float: none;
	margin: 0 0 6px;
	padding: 0;
	width: auto;
}

.ep-catalog-price-filter[disabled] {
	opacity: .62;
}

.ep-catalog-price-inputs {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ep-catalog-price-inputs label {
	display: grid;
	gap: 4px;
	margin: 0;
	min-width: 0;
}

.ep-catalog-price-input-wrap {
	align-items: center;
	background: #fff;
	border: 1px solid #aebfcb;
	border-radius: 8px;
	color: #526b7b;
	display: grid;
	font-size: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	height: 46px;
	min-width: 0;
	overflow: hidden;
	padding-left: 11px;
}

.ep-catalog-price-input-wrap input[type="number"] {
	appearance: textfield;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #17324a;
	font-size: 14px;
	height: 44px;
	line-height: 1.35;
	margin: 0;
	min-width: 0;
	padding: 0 10px 0 4px;
	width: 100%;
}

.ep-product-catalog-toolbar[data-ep-catalog-controls] .ep-catalog-price-input-wrap > input[type="number"] {
	-webkit-appearance: textfield !important;
	appearance: textfield !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.ep-catalog-price-input-wrap input[type="number"]::-webkit-inner-spin-button,
.ep-catalog-price-input-wrap input[type="number"]::-webkit-outer-spin-button {
	appearance: none;
	margin: 0;
}

.ep-catalog-control select:focus,
.ep-catalog-price-input-wrap:focus-within {
	border-color: #117dad;
	box-shadow: none !important;
	outline: 3px solid rgba(17, 125, 173, 0.22);
	outline-offset: 1px;
}

.ep-catalog-price-input-wrap input[type="number"]:focus {
	box-shadow: none;
	outline: 0;
}

.ep-catalog-price-slider {
	display: none;
	min-height: 34px;
	margin-top: 7px;
	padding: 3px 8px 0;
	position: relative;
}

.ep-product-catalog-toolbar--enhanced .ep-catalog-price-slider {
	display: block;
}

.ep-catalog-price-slider__track {
	background: #d7e3ea;
	border: 1px solid #c5d4de;
	border-radius: 999px;
	box-shadow: none;
	height: 7px;
	left: 8px;
	position: absolute;
	right: 8px;
	top: 12px;
}

.ep-catalog-price-slider__track span {
	background: #117dad;
	border-radius: inherit;
	height: 100%;
	left: var(--ep-range-start, 0%);
	position: absolute;
	right: calc(100% - var(--ep-range-end, 100%));
}

.ep-catalog-price-slider input[type="range"] {
	appearance: none;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	filter: none !important;
	height: 24px;
	left: 0;
	margin: 0;
	outline: 0;
	padding: 0 !important;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.ep-catalog-price-slider input[type="range"]::-webkit-slider-runnable-track {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 5px;
}

.ep-catalog-price-slider input[type="range"]::-moz-range-track {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: 5px;
}

.ep-catalog-price-slider input[type="range"]::-webkit-slider-thumb {
	appearance: none;
	background: #fff;
	border: 2px solid #117dad;
	border-radius: 50%;
	box-shadow: none;
	cursor: grab;
	height: 26px;
	margin-top: -11px;
	pointer-events: auto;
	width: 26px;
}

.ep-catalog-price-slider input[type="range"]::-moz-range-thumb {
	background: #fff;
	border: 2px solid #117dad;
	border-radius: 50%;
	box-shadow: none;
	cursor: grab;
	height: 26px;
	pointer-events: auto;
	width: 26px;
}

.ep-catalog-price-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
	box-shadow: none;
	outline: 3px solid rgba(17, 125, 173, .28);
	outline-offset: 2px;
}

.ep-catalog-price-slider input[type="range"]:focus-visible::-moz-range-thumb {
	box-shadow: none;
	outline: 3px solid rgba(17, 125, 173, .28);
	outline-offset: 2px;
}

.ep-catalog-price-slider__values {
	align-items: center;
	color: #536b7d;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.3;
	margin: 21px 0 0;
}

.ep-catalog-price-slider__values .woocommerce-Price-currencySymbol {
	font-size: inherit;
}

.ep-catalog-price-unavailable {
	color: #607684;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
}

.ep-catalog-filter-actions {
	align-items: center;
	display: flex;
	gap: 10px;
	grid-area: actions;
	justify-content: flex-start;
	min-height: 46px;
}

.ep-catalog-filter-apply {
	background: #117dad;
	border: 1px solid #117dad;
	border-radius: 8px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 800;
	height: 46px;
	line-height: 1.2;
	margin: 0;
	padding: 0 20px;
}

.ep-catalog-filter-apply:hover,
.ep-catalog-filter-apply:focus-visible {
	background: #0a638d;
	border-color: #0a638d;
	color: #fff;
}

.ep-catalog-filter-reset {
	color: #31556e;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.3;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ep-catalog-filter-reset:hover,
.ep-catalog-filter-reset:focus-visible {
	color: #0a638d;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-facts {
	box-sizing: border-box;
	color: #536b7d;
	display: block;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
	min-width: 0;
	overflow-wrap: normal;
	padding: 0 10px 10px;
	width: 100%;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-variation-context {
	background: #eef6fa;
	border: 1px solid #d6e7f0;
	border-radius: 999px;
	box-sizing: border-box;
	color: #31556e;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 6px;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: anywhere;
	padding: 3px 7px;
	white-space: normal;
}

/* Related and upsell loops use the same compact lot/purity component without
 * broadening it to cart cross-sells, Elementor widgets, or homepage cards. */
body.single-product div.product .related.products li.product .ep-product-catalog-facts,
body.single-product div.product .upsells.products li.product .ep-product-catalog-facts {
	box-sizing: border-box;
	color: #536b7d;
	display: block;
	font-size: 12px;
	line-height: 1.45;
	margin: 0;
	min-width: 0;
	padding: 0 14px 12px;
	width: 100%;
}

body.single-product div.product .related.products li.product .ep-product-catalog-variation-context,
body.single-product div.product .upsells.products li.product .ep-product-catalog-variation-context {
	background: #eef6fa;
	border: 1px solid #d6e7f0;
	border-radius: 999px;
	box-sizing: border-box;
	color: #31556e;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.35;
	margin: 0 0 6px;
	max-width: 100%;
	overflow-wrap: anywhere;
	padding: 3px 7px;
	white-space: normal;
}

.woocommerce ul.products li.product .ep-product-catalog-summary {
	display: grid;
	gap: 6px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 100%;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item {
	background: #f4f8fa;
	border: 1px solid #dce8ee;
	border-radius: 7px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	min-width: 0;
	padding: 7px 8px;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item:only-child {
	grid-column: 1 / -1;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item dt,
.woocommerce ul.products li.product .ep-product-catalog-summary-item dd {
	margin: 0;
	min-width: 0;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item dt {
	color: #5c7181;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .075em;
	line-height: 1.25;
	text-transform: uppercase;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item dd {
	color: #17324a;
	font-size: 12px;
	font-weight: 750;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

.woocommerce ul.products li.product .ep-product-catalog-summary-item--purity dd {
	color: #0a638d;
	font-size: 14px;
	font-weight: 850;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-identity {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 10px;
	margin: 0;
	min-width: 0;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact {
	align-items: baseline;
	color: inherit;
	display: inline-flex;
	gap: 4px;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	overflow-wrap: normal;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact-label,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-facts dt {
	color: #29465d;
	font-weight: 750;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact-label {
	flex: 0 0 auto;
	white-space: nowrap;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact-value {
	hyphens: none;
	min-width: 0;
	overflow-wrap: anywhere;
	word-break: normal;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact--wide {
	display: grid;
	flex: 1 0 100%;
	gap: 2px;
	grid-template-columns: minmax(0, 1fr);
	width: 100%;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-results {
	display: block;
	margin: 7px 0 0;
	width: 100%;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result {
	border-top: 1px solid #e2e9ee;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
	padding: 4px 0;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result:first-child {
	border-top-color: #d6e1e8;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result dt,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-facts dd {
	margin: 0;
	min-width: 0;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result dt {
	white-space: nowrap;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result dd {
	color: #536b7d;
	hyphens: none;
	overflow-wrap: anywhere;
	text-align: right;
	word-break: normal;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-documents {
	box-sizing: border-box;
	display: flex;
	gap: 7px;
	margin: 0;
	min-width: 0;
	padding: 0 10px 10px;
	width: 100%;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-document-link {
	align-items: center;
	background: #102f4b !important;
	border: 1px solid #102f4b !important;
	border-radius: 6px;
	box-shadow: none !important;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	flex: 1 1 0;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 36px;
	min-width: 0;
	padding: 9px 10px;
	text-align: center;
	text-decoration: none !important;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-document-link:hover,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-document-link:focus-visible {
	background: #173f61 !important;
	border-color: #173f61 !important;
	color: #fff !important;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-document-link:focus-visible {
	outline: 2px solid #117dad;
	outline-offset: 2px;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.woocommerce-LoopProduct-link:focus {
	text-decoration: none !important;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price a,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price ins,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price > .woocommerce-Price-amount {
	text-decoration: none !important;
}

body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price del,
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price del .woocommerce-Price-amount {
	text-decoration: line-through !important;
	text-decoration-thickness: 1px !important;
}

/*
 * The FunnelKit flying cart is the persistent cart affordance. WooCommerce
 * injects this second link after an AJAX add even when the server notice's
 * View cart action has been removed, so hide only that duplicate link.
 */
body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.added_to_cart.wc-forward,
body.single-product.woocommerce a.added_to_cart.wc-forward {
	display: none !important;
}

@media (min-width: 768px) {
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce main.site-main {
		box-sizing: border-box !important;
		margin-left: auto !important;
		margin-right: auto !important;
		max-width: 1180px !important;
		padding: 32px 0 52px !important;
		width: calc(100% - 48px) !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-products-header {
		background: #f3f7fa !important;
		border: 1px solid #e1e8ed !important;
		border-radius: 12px !important;
		box-sizing: border-box !important;
		margin: 0 0 26px !important;
		padding: 24px 28px !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-products-header__title.page-title {
		color: #102f4b !important;
		font-size: 38px !important;
		font-weight: 750 !important;
		letter-spacing: -0.02em !important;
		line-height: 1.15 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .term-description,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-products-header .page-description {
		color: #4f6678 !important;
		font-size: 15px !important;
		line-height: 1.65 !important;
		margin: 10px 0 0 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .ep-product-catalog-toolbar {
		margin: 0 0 22px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-result-count {
		color: #53697a !important;
		float: left !important;
		font-size: 14px !important;
		line-height: 42px !important;
		margin: 0 0 18px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-ordering {
		float: right !important;
		margin: 0 0 18px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce .woocommerce-ordering select {
		background-color: #fff !important;
		border: 1px solid #b8c6d0 !important;
		border-radius: 7px !important;
		box-shadow: none !important;
		color: #29445a !important;
		font-size: 14px !important;
		height: 42px !important;
		padding: 0 34px 0 12px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products {
		align-items: stretch !important;
		clear: both !important;
		display: grid !important;
		float: none !important;
		gap: 24px !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
		position: static !important;
		transform: none !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products::before,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products::after {
		display: none !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product {
		align-self: stretch !important;
		background: #fff !important;
		border: 1px solid #dce6ed !important;
		border-radius: 11px !important;
		box-shadow: 0 5px 18px rgba(16, 47, 75, 0.055) !important;
		box-sizing: border-box !important;
		display: flex !important;
		float: none !important;
		flex-direction: column !important;
		height: 100% !important;
		line-height: 1.45 !important;
		margin: 0 !important;
		min-width: 0 !important;
		overflow: hidden !important;
		padding: 0 0 16px !important;
		position: relative !important;
		transform: none !important;
		transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
		width: auto !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product:hover {
		border-color: #b9cedc !important;
		box-shadow: 0 10px 26px rgba(16, 47, 75, 0.10) !important;
		transform: translateY(-2px) !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
		box-sizing: border-box !important;
		display: flex !important;
		flex: 1 1 auto !important;
		flex-direction: column !important;
		line-height: 1.45 !important;
		min-height: 0 !important;
		text-decoration: none !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product img {
		aspect-ratio: 1 / 1 !important;
		background: #f5f8f9 !important;
		box-sizing: border-box !important;
		display: block !important;
		height: auto !important;
		margin: 0 0 15px !important;
		max-width: 100% !important;
		object-fit: contain !important;
		padding: 0 !important;
		transform: none !important;
		transition: none !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product:hover img,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a:hover img {
		transform: none !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .woocommerce-loop-product__title,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product h2,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product h3 {
		box-sizing: border-box !important;
		clear: both !important;
		color: #17324a !important;
		display: block !important;
		float: none !important;
		font-size: 16px !important;
		font-weight: 750 !important;
		height: auto !important;
		letter-spacing: 0 !important;
		line-height: 1.38 !important;
		margin: 0 !important;
		overflow: visible !important;
		overflow-wrap: anywhere !important;
		padding: 0 16px 8px !important;
		position: static !important;
		transform: none !important;
		white-space: normal !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-facts {
		padding: 0 16px 12px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-documents {
		padding: 0 16px 10px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price {
		align-items: baseline !important;
		box-sizing: border-box !important;
		clear: both !important;
		color: #117dad !important;
		display: inline-flex !important;
		float: none !important;
		flex-wrap: wrap !important;
		font-size: 14px !important;
		font-weight: 750 !important;
		gap: 7px !important;
		height: auto !important;
		line-height: 1.45 !important;
		margin: 0 !important;
		min-height: 20px !important;
		overflow: visible !important;
		padding: 0 16px 13px !important;
		position: static !important;
		transform: none !important;
		width: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price *,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price .woocommerce-Price-amount {
		float: none !important;
		height: auto !important;
		line-height: inherit !important;
		position: static !important;
		transform: none !important;
		vertical-align: baseline !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price del,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price del .woocommerce-Price-amount {
		color: #7b8b97 !important;
		font-weight: 500 !important;
		opacity: 1 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price ins,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price ins .woocommerce-Price-amount,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .price > .woocommerce-Price-amount {
		color: #117dad !important;
		font-weight: 800 !important;
		text-decoration: none !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.button[class*="product_type_"]:not(.ep-product-catalog-document-link) {
		align-items: center !important;
		align-self: stretch !important;
		background: #117dad !important;
		border: 0 !important;
		border-radius: 7px !important;
		box-shadow: none !important;
		box-sizing: border-box !important;
		clear: both !important;
		color: #fff !important;
		display: flex !important;
		float: none !important;
		font-size: 13px !important;
		font-weight: 750 !important;
		justify-content: center !important;
		line-height: 1.2 !important;
		margin: 0 16px !important;
		max-width: none !important;
		min-width: 0 !important;
		min-height: 40px !important;
		padding: 12px 15px !important;
		text-align: center !important;
		text-decoration: none !important;
		text-shadow: none !important;
		width: calc(100% - 32px) !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.button[class*="product_type_"]:not(.ep-product-catalog-document-link):hover,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.button[class*="product_type_"]:not(.ep-product-catalog-document-link):focus-visible {
		background: #0a638d !important;
		color: #fff !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .onsale {
		align-items: center !important;
		background: #117dad !important;
		border: 3px solid #fff !important;
		border-radius: 999px !important;
		box-shadow: 0 4px 12px rgba(16, 47, 75, 0.16) !important;
		color: #fff !important;
		display: inline-flex !important;
		font-size: 12px !important;
		font-weight: 800 !important;
		height: 46px !important;
		justify-content: center !important;
		left: auto !important;
		line-height: 1 !important;
		margin: 0 !important;
		min-height: 0 !important;
		min-width: 46px !important;
		padding: 0 8px !important;
		position: absolute !important;
		right: 10px !important;
		top: 10px !important;
		z-index: 3 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination {
		clear: both !important;
		margin: 34px 0 0 !important;
		text-align: center !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul {
		border: 0 !important;
		display: inline-flex !important;
		gap: 6px !important;
		margin: 0 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul li {
		border: 0 !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul li a,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul li span {
		align-items: center !important;
		border: 1px solid #d5e1e9 !important;
		border-radius: 6px !important;
		color: #29445a !important;
		display: inline-flex !important;
		height: 40px !important;
		justify-content: center !important;
		min-width: 40px !important;
		padding: 0 10px !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul li span.current,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce nav.woocommerce-pagination ul li a:hover {
		background: #117dad !important;
		border-color: #117dad !important;
		color: #fff !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-identity {
		display: grid;
		gap: 3px;
		grid-template-columns: minmax(0, 1fr);
		width: 100%;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact--wide {
		display: grid;
		gap: 4px;
		grid-template-columns: max-content minmax(0, 1fr);
		width: 100%;
	}
}

@media (min-width: 1080px) {
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.ep-catalog-filter-form {
		gap: 14px;
		grid-template-areas:
			"sort"
			"price"
			"actions";
		grid-template-columns: minmax(0, 1fr);
	}
}

@media (max-width: 767px) {
	.ep-product-catalog-toolbar {
		margin: 0 0 16px;
	}

	.ep-product-catalog-toolbar[data-ep-catalog-controls] {
		padding: 14px;
	}

	.ep-product-search-form {
		gap: 7px;
		max-width: none;
	}

	.ep-product-search-field {
		font-size: 16px;
		height: 46px;
		padding: 0 12px;
	}

	.ep-product-search-submit {
		font-size: 14px;
		height: 46px;
		padding: 0 15px;
	}

	.ep-catalog-filter-form {
		align-items: stretch;
		gap: 13px;
		grid-template-areas:
			"sort"
			"price"
			"actions";
		grid-template-columns: minmax(0, 1fr);
	}

	.ep-catalog-price-filter {
		gap: 6px;
	}

	.ep-catalog-filter-actions {
		align-items: stretch;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
	}

	.ep-catalog-filter-apply {
		width: 100%;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products {
		align-items: stretch !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product {
		align-self: stretch !important;
		height: 100% !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
		flex: 1 1 auto !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-facts {
		font-size: 11px;
		padding: 0 10px 9px;
	}

	body.single-product div.product .related.products li.product .ep-product-catalog-facts,
	body.single-product div.product .upsells.products li.product .ep-product-catalog-facts {
		font-size: 11px;
		padding: 0 10px 10px;
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary {
		gap: 5px;
		grid-template-columns: minmax(0, 1fr);
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary-item {
		align-items: baseline;
		column-gap: 8px;
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);
		padding: 6px 8px;
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary-item:only-child {
		grid-column: auto;
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary-item dt {
		font-size: 9px;
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary-item dd {
		font-size: 11px;
		line-height: 1.35;
		overflow-wrap: break-word;
		text-align: right;
		word-break: normal;
	}

	.woocommerce ul.products li.product .ep-product-catalog-summary-item--purity dd {
		font-size: clamp(11px, 3.4vw, 13px);
		font-variant-numeric: tabular-nums;
		overflow-wrap: normal;
		white-space: nowrap;
		word-break: keep-all;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-identity {
		gap: 3px 8px;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact {
		display: grid;
		flex: 1 0 100%;
		gap: 4px;
		grid-template-columns: max-content minmax(0, 1fr);
		width: 100%;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact--formula,
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact--mw {
		display: none !important;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-fact--wide {
		gap: 1px;
		grid-template-columns: minmax(0, 1fr);
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result {
		gap: 5px;
		grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result--storage {
		gap: 1px;
		grid-template-columns: minmax(0, 1fr);
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-result--storage dd {
		text-align: left;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-documents {
		gap: 6px;
		padding: 0 10px 9px;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product .ep-product-catalog-document-link {
		font-size: 11px;
		min-height: 34px;
		padding: 8px 7px;
	}

	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product a.button[class*="product_type_"]:not(.ep-product-catalog-document-link) {
		align-items: center !important;
		align-self: stretch !important;
		box-sizing: border-box !important;
		clear: both !important;
		display: flex !important;
		float: none !important;
		justify-content: center !important;
		margin: auto 10px 0 !important;
		max-width: none !important;
		min-width: 0 !important;
		text-align: center !important;
		width: calc(100% - 20px) !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag, .search-results).woocommerce ul.products li.product {
		transition: none !important;
	}
}
