.cpgt-template-editorial ul.products.cpgt-grid {
	--cpgt-cols: 4;
	gap: 24px 18px !important;
}

.cpgt-template-editorial ul.products.cpgt-grid img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	background: #f6f6f6;
	transition: transform 0.35s ease;
}

.cpgt-template-editorial ul.products.cpgt-grid li.product {
	overflow: hidden;
}

.cpgt-template-editorial ul.products.cpgt-grid a.woocommerce-LoopProduct-link {
	overflow: hidden;
	display: block;
}

.cpgt-template-editorial ul.products.cpgt-grid li.product:hover img {
	transform: scale(1.04);
}

.cpgt-template-editorial .woocommerce-loop-product__title {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	margin: 12px 0 4px;
	color: #333;
	max-height: 2.7em;
	overflow: hidden;
}

.cpgt-template-editorial .price {
	font-size: 14px;
	font-weight: 600;
	color: #111;
}
.cpgt-template-editorial .price del { color: #999; margin-right: 6px; font-weight: 400; }
.cpgt-template-editorial .price ins { text-decoration: none; }

.cpgt-template-editorial .cpgt-badges {
	top: 10px;
	left: 10px;
}
