/*
 * Sofaturkey Labels - Woodmart product labels ile uyumlu video ve ürün bazlı showroom etiketleri.
 */

.product-labels .product-label.sofaturkey-video-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	background-color: var(--wd-primary-color);
	color: #fff;
}

.product-labels .product-label.sofaturkey-video-label:before {
	content: "\f101";
	font-family: woodmart-font;
	font-size: 14px;
	line-height: 1;
	vertical-align: middle;
}

.product-labels .product-label.sofaturkey-showroom-label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	width: auto;
	min-width: 0;
	min-height: 28px;
	padding: 5px 9px;
	border-radius: 999px;
	background-color: #111;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	letter-spacing: 0;
	white-space: nowrap;
}

.product-labels .product-label.sofaturkey-showroom-label svg {
	display: block;
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
}

.product-labels .product-label.sofaturkey-showroom-label--icon_only {
	width: 34px;
	height: 28px;
	padding: 0;
	font-size: 0;
}

.product-labels .product-label.sofaturkey-showroom-label--text_only {
	padding-right: 10px;
	padding-left: 10px;
}

.product-labels .product-label.sofaturkey-showroom-label .sofaturkey-showroom-label__text {
	display: inline-block;
}
