.wp-block-jetpack-search-results-list .jetpack-search-skeleton {
	animation: jetpack-search-skeleton-shimmer 1.5s linear infinite;
	background: color-mix(in sRGB, currentColor 8%, rgba(0, 0, 0, 0)) linear-gradient(90deg, rgba(0, 0, 0, 0), color-mix(in sRGB, currentColor 6%, rgba(0, 0, 0, 0)) 50%, rgba(0, 0, 0, 0)) repeat;
	background-size: 200% 100%;
	border-radius: 4px;
	display: block;
}

@media (prefers-reduced-motion:reduce) {
	.wp-block-jetpack-search-results-list .jetpack-search-skeleton {
		animation: none;
	}
}

.wp-block-jetpack-search-results-list .jetpack-search-skeleton--title {
	height: 1.5rem;
	width: 65%;
}

.wp-block-jetpack-search-results-list .jetpack-search-skeleton--path {
	height: .8125rem;
	margin-top: .5rem;
	width: 40%;
}

.wp-block-jetpack-search-results-list .jetpack-search-skeleton--meta {
	height: .9rem;
	margin-top: 1rem;
	width: 25%;
}

.wp-block-jetpack-search-results-list .jetpack-search-skeleton--image {
	aspect-ratio: 16/10;
	flex: 0 0 auto;
	max-width: 30%;
	width: 200px;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__item--skeleton[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: .25rem;
	justify-content: center;
	margin: 0;
	min-height: 12rem;
	opacity: .6;
	padding: 2rem 1rem;
	text-align: center;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error[hidden],.jetpack-search-results__no-results[hidden]) {
	display: none;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p {
	font-size: .875rem;
	line-height: 1.5;
	margin: 0;
	max-width: 36ch;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__error,.jetpack-search-results__no-results) p[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__item {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
	padding: 1.5rem 0;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__copy {
	flex: 1 1 auto;
	min-width: 0;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 .25rem;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__title-link {
	color: inherit;
	text-decoration: none;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__title-link:focus-visible,.jetpack-search-results__title-link:hover) {
	text-decoration: underline;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__title-link span[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__highlight {
	background: var(--jetpack-search-highlight-background, color-mix(in sRGB, currentColor 18%, rgba(0, 0, 0, 0)));
	font-weight: 700;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__path {
	color: inherit;
	font-size: .8125rem;
	line-height: 1.4;
	margin-top: .25rem;
	opacity: .6;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__path[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__content {
	color: inherit;
	display: -webkit-box;
	font-size: 1rem;
	line-height: 1.55;
	margin-top: .4rem;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__content[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__meta {
	align-items: baseline;
	color: inherit;
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
	gap: .5rem;
	margin-top: 1rem;
	opacity: .6;
}

.wp-block-jetpack-search-results-list :is(.jetpack-search-results__author,.jetpack-search-results__date) {
	color: inherit;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__meta-separator[hidden], .wp-block-jetpack-search-results-list :is(.jetpack-search-results__author[hidden],.jetpack-search-results__date[hidden]) {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__image-link {
	aspect-ratio: 16/10;
	background-color: color-mix(in sRGB, currentColor 8%, rgba(0, 0, 0, 0));
	border-radius: 4px;
	display: block;
	flex: 0 0 auto;
	max-width: 30%;
	overflow: hidden;
	width: 200px;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__image-link[hidden] {
	display: none;
}

.wp-block-jetpack-search-results-list .jetpack-search-results__image {
	aspect-ratio: 16/10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.jetpack-search-results--compact .jetpack-search-results__list {
	display: flex;
	flex-direction: column;
	gap: .25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jetpack-search-results--compact .jetpack-search-results__item {
	border-color: currentcolor color-mix(in sRGB, currentColor 15%, rgba(0, 0, 0, 0)) color-mix(in sRGB, currentColor 15%, rgba(0, 0, 0, 0));
	border-top: 1px solid color-mix(in srgb, currentcolor 15%, rgba(0, 0, 0, 0));
	padding: .5rem 0;
}

.jetpack-search-results--compact .jetpack-search-results__item:first-child {
	border-top: none;
}

.jetpack-search-results--compact .jetpack-search-results__copy {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: .25rem .75rem;
}

.jetpack-search-results--compact .jetpack-search-results__title {
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
}

.jetpack-search-results--compact .jetpack-search-results__meta {
	font-size: .875em;
	gap: .75rem;
	margin-top: 0;
	opacity: .75;
}

.jetpack-search-results--product .jetpack-search-results__list {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width:600px) {
	.jetpack-search-results--product .jetpack-search-results__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width:960px) {
	.jetpack-search-results--product .jetpack-search-results__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.jetpack-search-results--product .jetpack-search-results__item {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: .5rem;
	padding: 0;
}

.jetpack-search-results--product .jetpack-search-results__product-image-link {
	aspect-ratio: 1/1;
	background-color: color-mix(in sRGB, currentColor 8%, rgba(0, 0, 0, 0));
	border-radius: 4px;
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.jetpack-search-results--product :is(.jetpack-search-results__product-image,.jetpack-search-results__product-image-placeholder) {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	block-size: 100%;
	display: block;
	inline-size: 100%;
}

.jetpack-search-results--product :is(.jetpack-search-results__product-image-placeholder[hidden],.jetpack-search-results__product-image[hidden]) {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__product-image-placeholder {
	background-color: currentColor;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><rect x=%273%27 y=%273%27 width=%2718%27 height=%2718%27 rx=%272%27/><circle cx=%278.5%27 cy=%278.5%27 r=%271.5%27/><path d=%27m21 15-5-5L5 21%27/></svg>");
	mask-position: center;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 40%;
	-webkit-mask-size: 40%;
	opacity: .3;
}

.jetpack-search-results--product .jetpack-search-results__copy {
	display: flex;
	flex-direction: column;
	gap: .25rem;
}

.jetpack-search-results--product .jetpack-search-skeleton--product-image {
	aspect-ratio: 1/1;
	width: 100%;
}

.jetpack-search-results--product .jetpack-search-skeleton--title {
	height: 1.4rem;
	width: 95%;
}

.jetpack-search-results--product .jetpack-search-skeleton--title-secondary {
	height: 1.4rem;
	width: 60%;
}

.jetpack-search-results--product .jetpack-search-results__title {
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0;
}

.jetpack-search-results--product .jetpack-search-results__price {
	display: flex;
	flex-wrap: wrap;
	font-size: 1rem;
	gap: .5rem;
}

.jetpack-search-results--product .jetpack-search-results__price[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular {
	opacity: .6;
	text-decoration: line-through;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-regular[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale {
	font-weight: 700;
	text-decoration: none;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-sale[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current {
	font-weight: 600;
}

.jetpack-search-results--product .jetpack-search-results__price .jetpack-search-results__price-current[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__rating {
	align-items: center;
	display: flex;
	font-size: .875rem;
	gap: .5rem;
}

.jetpack-search-results--product .jetpack-search-results__rating[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__rating-stars {
	block-size: 1em;
	color: color-mix(in sRGB, currentColor 25%, rgba(0, 0, 0, 0));
	display: inline-block;
	font-size: 1em;
	inline-size: 5em;
	line-height: 1;
	position: relative;
}

.jetpack-search-results--product .jetpack-search-results__rating-stars:before {
	content: "★★★★★";
	inset: 0;
	letter-spacing: 0;
	position: absolute;
}

.jetpack-search-results--product .jetpack-search-results__rating-fill {
	color: var(--jetpack-search-rating-color, #f7b500);
	inset-block: 0;
	inset-inline-start: 0;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
}

.jetpack-search-results--product .jetpack-search-results__rating-fill:before {
	content: "★★★★★";
}

.jetpack-search-results--product .jetpack-search-results__rating-count {
	opacity: .7;
}

.jetpack-search-results--product .jetpack-search-results__match-hint {
	font-size: .8rem;
	opacity: .75;
}

.jetpack-search-results--product .jetpack-search-results__match-hint[hidden] {
	display: none;
}

.jetpack-search-results--product .jetpack-search-results__match-hint mark {
	background: none;
	color: inherit;
}

.jetpack-search-results--product .jetpack-search-results__match-hint span[hidden] {
	display: none;
}