.c-product-free-bundle--info {
	background: #fff;
	border: .0625rem solid var(--secondary-light);
	border-radius: .5rem;
	box-shadow: 0 .125rem .625rem rgba(0,0,0,.15);
	overflow: hidden;
	margin-top: .5rem;
}

.c-product-free-bundle--info .c-product-free-bundle__header {
	align-items: center;
	background: var(--secondary-lighter);
	display: flex;
	font-family: var(--font-display);
	font-size: 19px;
	font-weight: 700;
	justify-content: space-between;
	line-height: 1.1;
	padding: .75rem 1rem;
	text-transform: uppercase;
}

.c-product-free-bundle--info .c-product-free-bundle__header-label {
	align-items: center;
	display: flex;
	gap: .375rem;
	color: #444346;
}

.c-product-free-bundle--info .c-product-free-bundle__included-label {
	align-items: center;
	color: var(--secondary-dark);
	display: flex;
	font-size: 14px;
	gap: .5rem;
	text-align: right;
}

.c-product-free-bundle--info .c-product-free-bundle__check-icon {
	align-items: center;
	background: var(--secondary-dark);
	border-radius: 50%;
	display: flex;
	height: 1rem;
	justify-content: center;
	width: 1rem;
}

.c-product-free-bundle--info .c-product-free-bundle__check-icon:before {
	border-bottom: .125rem solid #fff;
	border-left: .125rem solid #fff;
	content: "";
	display: block;
	height: .25rem;
	transform: rotate(-45deg);
	width: .5rem;
}

.c-product-free-bundle--info .c-product-free-bundle__gift-icon {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
}

.c-product-free-bundle--info .c-product-free-bundle__content {
	padding: 1rem;
}

.c-product-free-bundle--info .c-product-free-bundle__title-row {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
}

.c-product-free-bundle--info .c-product-free-bundle__title {
	color: var(--text);
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.c-product-free-bundle--info .c-product-free-bundle__title p {
	margin: 0;
	line-height: inherit;
}

.c-product-free-bundle--info .c-product-free-bundle__title strong {
	color: var(--secondary-dark);
	font-family: var(--font-display);
}

.c-product-free-bundle--info .c-product-free-bundle__subtitle {
	font-family: var(--font-body-light);
	font-size: 16px;
	margin-top: .25rem;
}

.c-product-free-bundle--info .c-product-free-bundle__price {
	color: var(--secondary-dark);
	font-family: var(--font-display);
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

.c-product-free-bundle--info .c-product-free-bundle__free-text,
.c-product-free-bundle--info .c-product-free-bundle__compare-price {
	font-size: var(--font-static-lg);
}

.c-product-free-bundle--info .c-product-free-bundle__compare-price {
	color: var(--text);
	font-weight: 400;
}

.c-product-free-bundle--info .c-product-free-bundle__value-text {
	font-size: var(--font-static-sm);
	margin-top: .25rem;
}

.c-product-free-bundle--info .c-product-free-bundle__items {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
	text-align: center;
}

.c-product-free-bundle--info .c-product-free-bundle__item-label {
	font-family: 'urw-din';
	font-size: .75rem;
	font-weight: 900;
	line-height: 1.2;
	margin-top: .5rem;
	padding-inline: .75rem;
}

/* Square image wrapper */
.c-product-free-bundle--info .c-product-free-bundle__image-wrapper {
	aspect-ratio: 1 / 1;
	background: var(--secondary-lightest);
	border-radius: .35rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: .75rem;
	position: relative;
}

.c-product-free-bundle--info .c-product-free-bundle__image-wrapper img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

/* New badge, top-left */
.c-product-free-bundle--info .c-product-free-bundle__new-badge {
	background: var(--secondary-dark);
	color: #fff;
	border-radius: 0.35rem;
	font-family: var(--font-display);
	font-size: var(--font-responsive-xxs);
	font-weight: 700;
	left: .375rem;
	letter-spacing: .03em;
	line-height: 1;
	padding: .25rem .5rem;
	position: absolute;
	text-transform: uppercase;
	top: .375rem;
	z-index: 1;
}

/* Info icon: bottom-left */
.c-product-free-bundle--info .c-product-free-bundle__info-icon {
	align-items: center;
	background: none;
	border: none;
	bottom: calc(.200rem);
	cursor: pointer;
	display: flex;
	height: 1rem;
	justify-content: center;
	right: calc(.200rem);
	padding: 0;
	position: absolute;
	width: 1rem;
}

.c-product-free-bundle--info .c-product-free-bundle__info-icon img {
	width: 80%;
	height: 80%;
	object-fit: contain;
}

/* Modal */
.c-product-free-bundle--info .c-product-free-bundle__modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 999;
}

.c-product-free-bundle--info .c-product-free-bundle__modal.is-active {
	display: block;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-overlay {
	background: rgba(0,0,0,.5);
	position: absolute;
	inset: 0;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-panel {
	background: #fff;
	border-radius: .5rem;
	left: 50%;
	max-height: 90vh;
	max-width: 32rem;
	overflow-y: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-close {
	background: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 1.25rem;
	height: 2rem;
	line-height: 1;
	position: absolute;
	right: .5rem;
	top: .5rem;
	width: 2rem;
	z-index: 1;
	box-shadow: 0 .0625rem .25rem rgba(0,0,0,.2);
}

.c-product-free-bundle--info .c-product-free-bundle__modal-image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-body {
	padding: 1.25rem;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-headline {
	font-family: var(--font-display);
	font-size: var(--font-static-lg);
	font-weight: 700;
	margin-bottom: .5rem;
}

.c-product-free-bundle--info .c-product-free-bundle__modal-richtext {
	font-family: var(--font-body-light);
	font-size: var(--font-static-sm);
	line-height: 1.4;
}
.c-product-free-bundle--info .c-product-free-bundle__alt-image {
	aspect-ratio: 16 / 9;
	border-radius: .5rem;
	overflow: hidden;
}

.c-product-free-bundle--info .c-product-free-bundle__alt-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-product-free-bundle--info .c-product-free-bundle__alt-headline {
	font-family: var(--font-display);
	font-size: var(--font-static-lg);
	font-weight: 700;
	margin-top: .75rem;
}

.c-product-free-bundle--info .c-product-free-bundle__alt-richtext {
	font-family: var(--font-body-light);
	font-size: var(--font-static-sm);
	line-height: 1.4;
	margin-top: .375rem;
}

@media screen and (max-width: 479px) {
	.c-product-free-bundle--info .c-product-free-bundle__included-label {
		width: 33%;
	}

	.c-product-free-bundle--info .c-product-free-bundle__item-label {
		padding-inline: 0;
	}

	.c-product-free-bundle--info .c-product-free-bundle__price {
		line-height: 1.3;
	}

	.c-product-free-bundle--info .c-product-free-bundle__free-text,
	.c-product-free-bundle--info .c-product-free-bundle__compare-price {
		font-size: var(--font-static-md);
	}

	.c-product-free-bundle--info .c-product-free-bundle__items {
		gap: 1rem;
	}

	.c-product-free-bundle--info .c-product-free-bundle__modal-panel {
		width: 92%;
	}
	.c-product-free-bundle--info .c-product-free-bundle__image-wrapper {
		padding: .375rem;
	}
	.c-product-free-bundle--info .c-product-free-bundle__info-icon img {
	width: 50%;
	height: 50%;
	}
	.c-product-free-bundle--info .c-product-free-bundle__info-icon {
	bottom: -0.25rem;
	right: -0.25rem;
}