.cpgt-template-luxury ul.products.cpgt-grid {
	--cpgt-cols: 4;
	gap: 0 !important;
}

.cpgt-template-luxury ul.products.cpgt-grid li.product {
	border-right: 1px solid #eee;
	padding: 0 18px 26px !important;
}
.cpgt-template-luxury ul.products.cpgt-grid li.product:last-child {
	border-right: none;
}

.cpgt-template-luxury ul.products.cpgt-grid a.woocommerce-LoopProduct-link {
	background: #f3f3f3;
	display: block;
}

.cpgt-template-luxury ul.products.cpgt-grid img {
	aspect-ratio: 3 / 4;
	object-fit: cover;
	background: #f3f3f3;
	transition: opacity 0.2s ease;
}

.cpgt-template-luxury ul.products.cpgt-grid li.product:hover img {
	opacity: 0.92;
}

.cpgt-template-luxury .woocommerce-loop-product__title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 16px 0 6px;
	color: #111;
}

.cpgt-template-luxury .price {
	font-size: 13px;
	color: #222;
	font-weight: 600;
}
.cpgt-template-luxury .price ins { text-decoration: none; }
.cpgt-template-luxury .price del { color: #999; margin-right: 6px; }

.cpgt-template-luxury .cpgt-wishlist-btn {
	background: #fff;
	top: 14px;
	right: 14px;
}

.cpgt-template-luxury .cpgt-badges {
	top: 14px;
	left: 14px;
}
