/* Uniform cards and thumbnails for the five primary wheat-straw collections. */
body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
.elementor-widget-woocommerce-products ul.products.elementor-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
	gap: 28px 20px !important;
}

body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
.elementor-widget-woocommerce-products ul.products li.product {
	float: none !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
}

body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
.elementor-widget-woocommerce-products ul.products li.product a img {
	display: block;
	width: 100% !important;
	height: clamp(130px, 14vw, 220px) !important;
	aspect-ratio: auto;
	margin: 0 0 16px !important;
	padding: 0;
	box-sizing: border-box;
	object-fit: cover;
	object-position: center;
	border-radius: 8px;
	background: #f5f7f4;
}

body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
.elementor-widget-woocommerce-products ul.products li.product .woocommerce-loop-product__title {
	overflow-wrap: anywhere;
}

@media (max-width: 1024px) {
	body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
	.elementor-widget-woocommerce-products ul.products.elementor-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
	.elementor-widget-woocommerce-products ul.products li.product a img {
		height: clamp(180px, 28vw, 300px) !important;
	}
}

@media (max-width: 767px) {
	body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
	.elementor-widget-woocommerce-products ul.products.elementor-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 22px 12px !important;
	}

	body:is(.page-id-4725,.page-id-4840,.page-id-4866,.page-id-4374,.page-id-4874)
	.elementor-widget-woocommerce-products ul.products li.product a img {
		height: clamp(145px, 42vw, 260px) !important;
	}
}
