/* iHandyman Compact Cards 0.4.2 — WooCommerce Product Collection support. */

body.ihc-compact-cards-active .wp-block-woocommerce-product-collection {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: var(--ihc-grid-max) !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.ihc-compact-cards-active .wp-block-woocommerce-product-template,
body.ihc-compact-cards-active .wc-block-product-template {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: var(--ihc-grid-gap) !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.ihc-compact-cards-active .wp-block-woocommerce-product-template > :is(.wc-block-product, .wp-block-post),
body.ihc-compact-cards-active .wc-block-product-template > :is(.wc-block-product, .wp-block-post) {
	display: block !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
	list-style: none !important;
	text-align: left !important;
}

.ihc-block-card {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
}

.ihc-block-card > .ihc-card {
	height: 100%;
}

@media (max-width: 1199px) and (min-width: 1025px) {
	body.ihc-compact-cards-active .wp-block-woocommerce-product-template,
	body.ihc-compact-cards-active .wc-block-product-template {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 1024px) and (min-width: 761px) {
	body.ihc-compact-cards-active .wp-block-woocommerce-product-template,
	body.ihc-compact-cards-active .wc-block-product-template {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 760px) {
	body.ihc-compact-cards-active .wp-block-woocommerce-product-template,
	body.ihc-compact-cards-active .wc-block-product-template {
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 14px !important;
		width: calc(100% + 28px) !important;
		max-width: calc(100% + 28px) !important;
		margin-right: -14px !important;
		margin-left: -14px !important;
	}
}
