.ts-omnibus {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 400;
	color: #6b7280;
}

.ts-omnibus__price {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.ts-omnibus .woocommerce-Price-amount {
	font-size: inherit;
	color: inherit;
	font-weight: 500;
}

.ts-omnibus--card {
	margin-top: 2px;
	font-size: 11.5px;
}

.ts-price {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	font-variant-numeric: tabular-nums;
}

.ts-price__from {
	font-size: 12px;
	font-weight: 400;
	color: #6b7280;
}

.ts-price__old {
	font-size: 13px;
	color: #9ca3af;
	text-decoration: line-through;
	text-decoration-thickness: 1px;
}

.ts-price__new,
.ts-price ins {
	background: none;
	text-decoration: none;
	font-weight: 700;
	color: #1a1a1a;
}

.ts-price__badge {
	display: inline-block;
	padding: 1px 6px;
	border-radius: 4px;
	background: #FEDB32;
	color: #1a1a1a;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.5;
	white-space: nowrap;
}

.woocommerce div.product p.price .ts-omnibus,
.woocommerce div.product span.price .ts-omnibus {
	margin-top: 6px;
}

/* karty w showcase ts-equipment */
.tse-showcase-card__price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.tse-showcase-card__price .ts-price {
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	gap: 7px;
}

.tse-showcase-card__price .ts-price .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
}

.tse-showcase-card__price .ts-price .ts-price__from {
	font-size: 13px;
	font-weight: 500;
	color: #9ca3af;
}

.tse-showcase-card__price .ts-price .ts-price__old {
	font-size: 13px;
	font-weight: 400;
	color: #b6bcc6;
}

.tse-showcase-card__price .ts-price .ts-price__badge {
	font-size: 11px;
	font-weight: 700;
}

.tse-showcase-card__price .ts-omnibus {
	font-size: 11px;
	font-weight: 400;
	color: #8b929c;
	line-height: 1.35;
}

.tse-showcase-card__price .ts-omnibus .woocommerce-Price-amount {
	font-size: 11px;
	font-weight: 500;
	color: inherit;
}

.tse-showcase-card__footer--karnet {
	align-items: center;
}

/* zolty box z cena na karcie produktu (ts-karnet-extension) */
.tske-std__price-value {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 10px;
}

.tske-std__price-value del {
	font-size: .62em;
	font-weight: 600;
	opacity: .58;
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}

.tske-std__price-value ins {
	background: none;
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
}

.tske-std__price-value .ts-price__badge {
	background: #1a1a1a;
	color: #FEDB32;
	font-size: .42em;
	padding: 3px 8px;
	border-radius: 5px;
	align-self: center;
}

.tske-std__price-value .ts-omnibus {
	flex-basis: 100%;
	font-size: 12px;
	font-weight: 500;
	color: #4a4a3d;
	opacity: .85;
}

/* cena po wyborze wariantu */
.woocommerce-variation-price .price del {
	font-size: .62em;
	font-weight: 500;
	color: #9ca3af;
	text-decoration-thickness: 1px;
	margin-right: 4px;
}

.woocommerce-variation-price .price ins {
	background: none;
	text-decoration: none;
}

.woocommerce-variation-price .ts-omnibus {
	margin-top: 5px;
}
