.elementor-products-grid ul.products.elementor-grid {
	display: grid;
	margin: 0;
	grid-column-gap: 20px;
	grid-row-gap: 40px;
}

.elementor-products-grid ul.products.elementor-grid:after, .elementor-products-grid ul.products.elementor-grid:before {
	content: none;
	display: none;
}

.elementor-products-grid ul.products.elementor-grid li.product {
	display: var(--button-align-display);
	flex-direction: var(--button-align-direction);
	float: none;
	justify-content: var(--button-align-justify);
	margin: 0;
	padding: 0;
	width: auto;
}