.thps-unit-price {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: .35rem 0 0;
	color: #687066;
	font-family: "TH Resavska", "ITC Resavska Sans Std", sans-serif;
	font-size: 10.5px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: .01em;
	text-decoration: none;
	white-space: normal;
}

.thps-unit-price > span {
	color: #4f5b4c;
	font-weight: 700;
}

/* The homepage offer panel uses a dark-green background. */
.thps-v2-home-offer__per-unit .thps-unit-price--offer {
	margin-top: 0;
	color: #f1ead7;
}

.thps-v2-home-offer__per-unit .thps-unit-price--offer > span {
	color: #fff;
}

/* Price containers in every supported renderer. */
:where(
	.thps__price,
	.thps-v2-product-card__price,
	.thps-v2-home-offer__price,
	.thps-catalog-card__price,
	.thps-brand-product__price,
	.thps__card-price,
	.thps-cart-recommendation strong,
	.jet-woo-product-price,
	ul.products li.product .price
) > .thps-unit-price {
	font-family: "TH Resavska", "ITC Resavska Sans Std", sans-serif !important;
	font-size: 10.5px !important;
	line-height: 1.35 !important;
}

/* The detailed tier picker owns the changing per-shot line. */
.thps-ammo-summary__shot {
	color: #687066 !important;
	font-size: 10.5px !important;
	font-style: normal;
	font-weight: 600 !important;
	line-height: 1.35;
	text-decoration: none;
}

@media (max-width: 767px) {
	.thps-unit-price,
	:where(
		.thps__price,
		.thps-v2-product-card__price,
		.thps-v2-home-offer__price,
		.thps-catalog-card__price,
		.thps-brand-product__price,
		.thps__card-price,
		.thps-cart-recommendation strong,
		.jet-woo-product-price,
		ul.products li.product .price
	) > .thps-unit-price {
		font-size: 10px !important;
		line-height: 1.4 !important;
	}

	.thps-ammo-summary__shot {
		font-size: 10px !important;
	}
}

@media (prefers-contrast: more) {
	.thps-unit-price { color: #30352e; }
	.thps-unit-price > span { color: #10220d; }
}
