.aff-prod-btn-wrapper {
	border: 0.5px solid var(--primary-brand-color);
	border-radius: 6px;
	display: flex;
	padding: 2px;
	width: 100%;
}
.aff-prod-pricing .regular-price {
	display:none;
}
.aff-prod-content {
    display: flex;
	flex: 1;
    min-width: 48px;
}
.aff-prod-pricing {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 84px;
	min-height: 48px;
	width: 84px;
}
.aff-prod-pricing .offer-percentage {
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-transform: uppercase;
}
