/* wp-block-woocommerce-product-collection */
.wc-block-product img {
	border-radius: 12px;
}

.wc-block-product .subheading {
	font-size: var(--wp--preset--font-size--x-small);
	font-weight: 700;
}

.wc-block-product .wc-product-meta {
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	bottom: 0;
	flex-direction: column;
	justify-content: space-between;
	padding: 12px;
	margin-block-start: 0;
	pointer-events: none;
}

.wc-block-product .wp-block-post-terms {
	display: flex;
	gap: 8px;
}

.wc-block-product .wp-block-post-terms a {
	font-size: var(--wp--preset--font-size--x-small);
	padding: 4px 8px;
	background: var(--wp--preset--color--white);
	border-radius: 6px;
	text-decoration: none;
}

.wc-block-product .wp-block-post-terms .wp-block-post-terms__separator {
	display: none;
}

.wc-block-product .wc-product-color {
	display: flex;
	gap: 4px;
	margin: 0 !important;
}

.wc-block-product .wc-product-color span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%; 
}


/* Product Single */
.wc-block-product-gallery-large-image {
	border-radius: 12px;
}

.wc-block-product-gallery-thumbnails img {
	border-radius: 12px;
}
