.ss-filter-nav a {
	cursor: pointer;
}

.ss-product-card.is-clickable,
.ss-feature-card.is-clickable {
	cursor: pointer;
}

.ss-product-card[hidden],
.ss-feature-card[hidden],
.ss-filter-empty[hidden] {
	display: none !important;
}

.ss-filter-empty {
	grid-column: 1 / -1;
	margin: 20px 0;
	padding: 34px 20px;
	border: 1px dashed #c9d7ec;
	color: #738199;
	text-align: center;
	background: #fff;
}

/* GenerateBlocks serialized the custom-property name incorrectly in the block CSS. */
.ss-product-thumb {
	background-image: var(--ss-product-image) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 767px) {
	.ss-filter-nav {
		display: flex;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.ss-filter-nav::-webkit-scrollbar {
		display: none;
	}
}
