.ahb-price-breakdown {
	--ahb-ink: #2a3d52;
	--ahb-muted: #7a8796;
	--ahb-line: #dde4ea;
	--ahb-premium: #7a2bbf;
	--ahb-premium-soft: #f4edff;
	--ahb-discount: #235789;
	--ahb-cta: #9c5a16;
	--ahb-cta-soft: #fff7ee;
	margin: 0 0 1.5rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.ahb-price-breakdown__table-wrap {
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(42,61,82,0.06);
	background: #ffffff;
}

.ahb-price-breakdown .ahb-price-table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.ahb-price-breakdown .ahb-price-row:not(:last-child) {
	border-bottom: 1px solid rgba(42,61,82,0.07);
}

.ahb-price-breakdown .ahb-price-row__label-cell,
.ahb-price-breakdown .ahb-price-row__amount-cell {
	padding: 0.78rem 0.88rem;
	vertical-align: middle;
}

.ahb-price-breakdown .ahb-price-row__label-cell {
	width: 58%;
	text-align: left;
}

.ahb-price-breakdown .ahb-price-row__amount-cell {
	width: 42%;
	text-align: right;
}

.ahb-price-breakdown .ahb-price-row__label {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ahb-ink);
}

.ahb-price-breakdown .ahb-price-row__amount {
	font-size: clamp(1.32rem, 1.08rem + 0.7vw, 1.9rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.02em;
	color: var(--ahb-ink);
	white-space: nowrap;
	text-align: right;
}

.ahb-price-breakdown .ahb-price-row__meta {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.38rem;
}

.ahb-price-breakdown .ahb-price-row__chip {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.5rem;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1;
	color: #34506e;
	background: #edf3f8;
	white-space: nowrap;
	border: 1px solid rgba(52, 80, 110, 0.08);
}

.ahb-price-breakdown .ahb-price-row--premium.is-active .ahb-price-row__chip {
	color: var(--ahb-premium);
	background: var(--ahb-premium-soft);
	border-color: rgba(122,43,191,0.12);
}

.ahb-price-breakdown .ahb-price-row__amount.is-struck,
.ahb-price-breakdown .ahb-price-row__amount del {
	color: #8f99a3;
	font-size: 1.02em;
	font-weight: 500;
	text-decoration-thickness: 0.12em;
}

.ahb-price-breakdown .ahb-price-row__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.28rem 0.48rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	background: linear-gradient(135deg, #f04b66, #d61f45);
	white-space: nowrap;
	border: 0;
}

.ahb-price-breakdown .ahb-price-row--discount .ahb-price-row__label,
.ahb-price-breakdown .ahb-price-row--discount .ahb-price-row__amount {
	color: var(--ahb-discount);
}

.ahb-price-breakdown .ahb-price-row--premium {
	background: linear-gradient(90deg, rgba(245,237,255,0.96), rgba(255,255,255,0.98));
}

.ahb-price-breakdown .ahb-price-row--premium .ahb-price-row__label,
.ahb-price-breakdown .ahb-price-row--premium .ahb-price-row__amount {
	color: var(--ahb-premium);
}

.ahb-price-breakdown .ahb-price-row--premium.is-active {
	box-shadow: inset 3px 0 0 #7a2bbf;
}

.ahb-price-breakdown .ahb-price-row__premium-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 700;
	max-width: 100%;
}

.ahb-price-breakdown .ahb-price-row__premium-brand img.ahb-price-row__premium-brand-mark {
	width: auto !important;
	height: auto !important;
	max-width: 100px !important;
 	flex: 0 1 auto;
	display: block;
	object-fit: contain;
}

.ahb-price-breakdown .ahb-price-row__premium-brand-text {
	display: inline-block;
	font-size: 0.96rem;
	line-height: 1.2;
}

.ahb-price-breakdown__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.85rem;
	margin-top: 0.85rem;
	padding: 0.72rem 0.82rem;
	border-radius: 12px;
	background: var(--ahb-cta-soft);
	border: 1px solid rgba(156,90,22,0.14);
}

.ahb-price-breakdown__cta-copy {
	display: grid;
	gap: 0.14rem;
}

.ahb-price-breakdown__cta-eyebrow {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ahb-cta);
}

.ahb-price-breakdown__cta-title {
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ahb-ink);
}

.ahb-price-breakdown__cta-text {
	font-size: 0.78rem;
	line-height: 1.4;
	color: #596675;
}

.ahb-price-breakdown__cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.64rem 0.9rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #a15e18, #80460d);
	color: #fff !important;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: 0 8px 18px rgba(128, 70, 13, 0.14);
}

.ahb-price-breakdown__cta-button:hover,
.ahb-price-breakdown__cta-button:focus {
	color: #fff !important;
}

.ahb-price-simple {
	display: inline-block;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.15;
	color: #2a3d52;
}

.widget .ahb-price-simple,
.product_list_widget .ahb-price-simple,
.ahb-price-simple {
	font-size: 0.98em;
}

@media (max-width: 680px) {
	.ahb-price-breakdown {
		padding: 0.85rem;
	}

	.ahb-price-breakdown__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.ahb-price-row__label-cell,
	.ahb-price-row__amount-cell {
		display: block;
		width: 100%;
		text-align: left;
	}

	.ahb-price-row__amount {
		text-align: left;
	}

	.ahb-price-row__meta {
		justify-content: flex-start;
	}

	.ahb-price-breakdown__cta-button {
		width: 100%;
	}
}
