.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;
}
.ap-card-img-container .on-sale {
	align-items: center;
	display: flex;
	height: 40px;
	left: -1px;
	max-width: 128px;
	min-width: 128px;
	position: absolute;
	text-align: left;
	text-transform: uppercase;
	top: 12px;
	z-index: 10;
}
.ap-card-img-container .on-sale svg {
	width: 100%;
	height: 100%;
}
.ap-card-img-container .on-sale span {
	font-size: 16px;
	font-weight: 600;
	left: 12px;
	position: absolute;
}
