/* Disposición tipo muro para el widget Productos de WooCommerce. */
.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products,
.elementor-widget-products.pluggishop-layout-wall ul.products {
	display: block !important;
	columns: var(--pluggishop-wall-columns, 4);
	column-gap: var(--pluggishop-wall-column-gap, 0) !important;
	margin: 0 !important;
}

.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products li.product,
.elementor-widget-products.pluggishop-layout-wall ul.products li.product {
	display: inline-block !important;
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 0 var(--pluggishop-wall-row-gap, 0) !important;
	padding: 0 !important;
	vertical-align: top;
	break-inside: avoid;
}

.pluggishop-layout-wall ul.products li.product a.woocommerce-LoopProduct-link,
.pluggishop-layout-wall ul.products li.product img {
	display: block;
	width: 100%;
}

.pluggishop-layout-wall ul.products li.product img {
	margin: 0 0 var(--pluggishop-wall-image-spacing, 0) !important;
}

.pluggishop-hide-title ul.products li.product .woocommerce-loop-product__title {
	display: none !important;
}

.pluggishop-hide-price ul.products li.product .price {
	display: none !important;
}

.pluggishop-hide-button ul.products li.product .button,
.pluggishop-hide-button ul.products li.product .added_to_cart {
	display: none !important;
}

@media (max-width: 1024px) {
	.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products,
	.elementor-widget-products.pluggishop-layout-wall ul.products {
		columns: var(--pluggishop-wall-columns-tablet, 2);
		column-gap: var(--pluggishop-wall-column-gap-tablet, var(--pluggishop-wall-column-gap, 0)) !important;
	}

	.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products li.product,
	.elementor-widget-products.pluggishop-layout-wall ul.products li.product {
		margin-bottom: var(--pluggishop-wall-row-gap-tablet, var(--pluggishop-wall-row-gap, 0)) !important;
	}

	.pluggishop-layout-wall ul.products li.product img {
		margin-bottom: var(--pluggishop-wall-image-spacing-tablet, var(--pluggishop-wall-image-spacing, 0)) !important;
	}
}

@media (max-width: 767px) {
	.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products,
	.elementor-widget-products.pluggishop-layout-wall ul.products {
		columns: var(--pluggishop-wall-columns-mobile, 1);
		column-gap: var(--pluggishop-wall-column-gap-mobile, var(--pluggishop-wall-column-gap-tablet, var(--pluggishop-wall-column-gap, 0))) !important;
	}

	.elementor-widget-woocommerce-products.pluggishop-layout-wall ul.products li.product,
	.elementor-widget-products.pluggishop-layout-wall ul.products li.product {
		margin-bottom: var(--pluggishop-wall-row-gap-mobile, var(--pluggishop-wall-row-gap-tablet, var(--pluggishop-wall-row-gap, 0))) !important;
	}

	.pluggishop-layout-wall ul.products li.product img {
		margin-bottom: var(--pluggishop-wall-image-spacing-mobile, var(--pluggishop-wall-image-spacing-tablet, var(--pluggishop-wall-image-spacing, 0))) !important;
	}
}
