.c-product-addon-offer--wrapper:not(:has(.c-product-addon-offer__container)) {
	display: none;
}

.c-product-addon-offer__container {
	margin-top: 0.75rem;
}

.c-product-addon-offer__container ~ .c-buy-button {
	margin-top: -0.5rem !important;
}

.c-product-addon-offer__toggle {
	width: 100%;
}

.c-product-addon-offer {
	align-items: center;
	background-color: #fff4f1;
	border: 0.0625rem solid #ef7f6d;
	border-radius: 0.25rem;
	cursor: pointer;
	display: flex;
	gap: 0.75rem;
	min-height: 8.25rem;
	padding: 1.25rem 1rem 1rem;
	position: relative;
	width: 100%;
}

.c-product-addon-offer__badge {
	background-color: #e85d48;
	border-radius: 999rem;
	color: var(--neutral-white);
	font-size: var(--font-static-xs);
	font-weight: 700;
	left: 0.75rem;
	line-height: 1;
	padding: 0.375rem 0.75rem;
	position: absolute;
	text-transform: uppercase;
	top: -0.75rem;
}

.c-product-addon-offer__checkbox {
	align-items: center;
	background-color: var(--neutral-white);
	border: 0.0625rem solid #e85d48;
	border-radius: 0.25rem;
	color: var(--neutral-white);
	display: flex;
	flex: 0 0 auto;
	height: 1rem;
	justify-content: center;
	width: 1rem;
}

.c-product-addon-offer__toggle:has(input:checked) .c-product-addon-offer__checkbox {
	background-color: #e85d48;
}

.c-product-addon-offer__image {
	border-radius: 0.25rem;
	flex: 0 0 5.75rem;
	overflow: hidden;
	width: 5.75rem;
}

.c-product-addon-offer__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 0;
}

.c-product-addon-offer__title {
	color: var(--text);
	font-family: var(--font-display);
	font-size: var(--font-responsive-sm);
	font-weight: 700;
	line-height: 1.15;
	margin-bottom: 0.25rem;
}

.c-product-addon-offer__description {
	color: var(--text);
	font-size: var(--font-responsive-xxs);
	line-height: 1.35;
}

.c-product-addon-offer__price {
	align-items: flex-end;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	margin-left: auto;
	text-align: right;
}
.c-product-addon-offer__price-original {
    text-decoration: line-through;
}

.c-product-addon-offer__price-current {
    color: var(--primary-base);
    font-weight: 700;
    font-family: 'urw-din-condensed';
    font-size: 1.25rem;
}

.c-product-addon-offer__price .c-price-simple {
	color: #e85d48;
	font-size: var(--font-static-lg);
	font-weight: 700;
	line-height: 1;
}

.c-product-addon-offer__price .c-price-simple--original {
	color: var(--text-subdued);
	font-size: var(--font-static-xs);
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through;
}

@media only screen and (min-width: 64em) {
	.c-product-addon-offer__image {
		flex-basis: 6.5rem;
		width: 6.5rem;
	}
}