.jaeschke-mobile-work-link {
	display: none;
}

.jaeschke-art-search {
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 28px;
	padding: 0 0 28px;
	position: relative;
}

.jaeschke-art-search__label {
	color: #171717;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 14px;
}

.jaeschke-art-search__control {
	position: relative;
}

.jaeschke-art-search__icon {
	fill: none;
	height: 21px;
	left: 15px;
	pointer-events: none;
	position: absolute;
	stroke: #171717;
	stroke-linecap: round;
	stroke-width: 1.6;
	top: 50%;
	transform: translateY(-50%);
	width: 21px;
}

.jaeschke-art-search .jaeschke-art-search__input {
	appearance: none;
	background: #fff;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	box-shadow: none;
	color: #171717;
	font-family: inherit;
	font-size: 16px;
	height: 52px;
	line-height: 1.3;
	margin: 0;
	padding: 11px 46px 11px 46px;
	width: 100%;
}

.jaeschke-art-search .jaeschke-art-search__input:focus {
	border-color: #171717;
	outline: 2px solid transparent;
	box-shadow: 0 0 0 1px #171717;
}

.jaeschke-art-search .jaeschke-art-search__input::placeholder {
	color: #757575;
	opacity: 1;
}

.jaeschke-art-search__clear {
	appearance: none;
	background: transparent;
	border: 0;
	color: #171717;
	cursor: pointer;
	font-family: inherit;
	font-size: 25px;
	height: 44px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 3px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.jaeschke-art-search__results {
	background: #fff;
	border: 1px solid #171717;
	border-top: 0;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	max-height: 430px;
	overflow-y: auto;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.jaeschke-art-search__result {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e4e4e4;
	color: #171717 !important;
	display: grid;
	gap: 12px;
	grid-template-columns: 64px minmax(0, 1fr) 18px;
	min-height: 80px;
	padding: 8px;
	text-decoration: none !important;
}

.jaeschke-art-search__result:hover,
.jaeschke-art-search__result:focus,
.jaeschke-art-search__result.is-active {
	background: #f2f2f2;
	outline: 0;
}

.jaeschke-art-search__thumb {
	background: #f4f4f4;
	display: block;
	height: 64px;
	object-fit: contain;
	width: 64px;
}

.jaeschke-art-search__copy {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.jaeschke-art-search__result-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
}

.jaeschke-art-search__price {
	color: #666;
	font-size: 13px;
	line-height: 1.2;
}

.jaeschke-art-search__arrow {
	font-size: 19px;
	line-height: 1;
}

.jaeschke-art-search__all {
	align-items: center;
	background: #171717;
	color: #fff !important;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: center;
	min-height: 48px;
	padding: 10px 14px;
	text-align: center;
	text-decoration: none !important;
}

.jaeschke-art-search__empty {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 16px;
}

.jaeschke-art-search.is-loading .jaeschke-art-search__control::after {
	animation: jaeschke-search-spin 700ms linear infinite;
	border: 2px solid #c8c8c8;
	border-right-color: #171717;
	border-radius: 50%;
	content: '';
	height: 15px;
	position: absolute;
	right: 17px;
	top: 18px;
	width: 15px;
}

.jaeschke-art-search.is-loading .jaeschke-art-search__clear {
	visibility: hidden;
}

@keyframes jaeschke-search-spin {
	to { transform: rotate(360deg); }
}

.jaeschke-cart-confirmation p {
	margin: 0;
}

.jaeschke-cart-confirmation__close {
	appearance: none;
	background: transparent;
	border: 0;
	color: currentColor;
	cursor: pointer;
	font: inherit;
	font-size: 24px;
	line-height: 1;
	padding: 4px;
}

.jaeschke-cart-confirmation__actions {
	display: flex;
	gap: 10px;
}

.jaeschke-cart-confirmation__actions a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 16px;
	text-decoration: none;
}

.jaeschke-cart-confirmation__primary {
	background: #111;
	border: 1px solid #111;
	color: #fff !important;
}

.jaeschke-cart-confirmation__secondary {
	background: #fff;
	border: 1px solid #111;
	color: #111 !important;
}

@media (max-width: 767px) {
	.woocommerce .qodef-woo-product-list .qodef-e-content,
	.woocommerce-page .qodef-woo-product-list .qodef-e-content {
		display: flex;
		flex-direction: column;
	}

	.woocommerce .qodef-woo-product-list .qodef-woo-product-title,
	.woocommerce-page .qodef-woo-product-list .qodef-woo-product-title {
		order: 1;
	}

	.woocommerce .qodef-woo-product-list .price,
	.woocommerce-page .qodef-woo-product-list .price {
		order: 2;
	}

	.woocommerce .qodef-woo-product-list .tax-info,
	.woocommerce-page .qodef-woo-product-list .tax-info {
		order: 3;
	}

	.woocommerce .qodef-woo-product-list .shipping-costs-info,
	.woocommerce-page .qodef-woo-product-list .shipping-costs-info {
		order: 4;
	}

	/* The theme turns the first tap into a red hover overlay. On touch screens
	 * the artwork itself should instead open its detail page immediately. */
	.woocommerce .qodef-woo-product-list .qodef-e-media-inner,
	.woocommerce-page .qodef-woo-product-list .qodef-e-media-inner {
		display: none !important;
		opacity: 0 !important;
		pointer-events: none !important;
		visibility: hidden !important;
	}

	.woocommerce .qodef-woo-product-list .qodef-e-media-image > a,
	.woocommerce-page .qodef-woo-product-list .qodef-e-media-image > a {
		display: block;
	}

	.jaeschke-mobile-work-link {
		align-items: center;
		background: transparent !important;
		border-bottom: 1px solid #171717;
		color: #171717 !important;
		display: flex !important;
		font-size: 14px;
		font-weight: 600;
		gap: 10px;
		justify-content: space-between;
		letter-spacing: 0;
		line-height: 1.25;
		margin-top: 12px;
		min-height: 44px;
		order: 5;
		padding: 9px 0 8px;
		text-decoration: none !important;
		width: 100%;
	}

	.jaeschke-mobile-work-link span:last-child {
		font-size: 19px;
		font-weight: 400;
		line-height: 1;
	}

	.jaeschke-cart-confirmation {
		background: #fff;
		border: 1px solid #111;
		bottom: max(12px, env(safe-area-inset-bottom));
		box-shadow: 0 14px 45px rgba(0, 0, 0, 0.22);
		color: #111;
		left: 12px;
		opacity: 0;
		padding: 18px 16px 16px;
		position: fixed;
		right: 12px;
		transform: translateY(18px);
		transition: opacity 180ms ease, transform 180ms ease;
		z-index: 999999;
	}

	.jaeschke-cart-confirmation.is-visible {
		opacity: 1;
		transform: translateY(0);
	}

	.jaeschke-cart-confirmation p {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.35;
		margin: 0 34px 14px 0;
	}

	.jaeschke-cart-confirmation__close {
		position: absolute;
		right: 10px;
		top: 8px;
	}

	.jaeschke-cart-confirmation__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}

	.jaeschke-cart-confirmation__actions a {
		font-size: 13px;
		font-weight: 600;
		padding: 8px 10px;
		text-align: center;
	}
}

@media (max-width: 380px) {
	.jaeschke-cart-confirmation__actions {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	.jaeschke-cart-confirmation {
		transition: none;
	}
}
