.product-labels .vl-leather-label,
.product-labels.labels-rounded .vl-leather-label,
.woocommerce-product-gallery .product-labels.labels-rounded .vl-leather-label {
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	width: 68px;
	min-width: 68px;
	height: 68px;
	min-height: 68px;
	padding: 8px;
	border-radius: 50%;
	background-color: #24211f;
}

.product-labels .vl-leather-label > span {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100% !important;
	object-fit: contain;
}

.woocommerce-product-gallery .product-labels,
.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
	inset-inline-start: 15px;
	inset-inline-end: auto;
	align-items: flex-start;
}

.woocommerce-product-gallery .product-labels.labels-rectangular {
	inset-inline-start: 0;
	inset-inline-end: auto;
}

@media (max-width: 576px) {
	.product-labels .vl-leather-label,
	.product-labels.labels-rounded .vl-leather-label,
	.woocommerce-product-gallery .product-labels.labels-rounded .vl-leather-label {
		width: 52px;
		min-width: 52px;
		height: 52px;
		min-height: 52px;
		padding: 6px;
	}

	.woocommerce-product-gallery .product-labels,
	.woocommerce-product-gallery .product-labels[class*="labels-rounded"] {
		top: 10px;
		inset-inline-start: 10px;
		inset-inline-end: auto;
		align-items: flex-start;
	}
}
