.c-product-included-details {
	display: flex;
	flex-direction: column;
}

.c-product-included-details__included-header {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: .375rem;
	justify-content: space-between;
	margin-bottom: .625rem;
}

.c-product-included-details__eyebrow {
	color: var(--text-subtle);
	font-family: var(--font-body);
	font-size: var(--font-static-sm);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.c-product-included-details__included-value {
	color: var(--secondary-dark);
	font-family: var(--font-display);
	font-size: var(--font-static-md);
	font-weight: 700;
	line-height: 1;
}

.c-product-included-details__included-box {
	background-color: var(--neutral-background-selected);
	border: .0625rem solid var(--border);
	border-radius: var(--radius-md);
	margin-bottom: 1.375rem;
	padding: 1.125rem 1.25rem;
}

.c-product-included-details__included-list {
	display: flex;
	flex-direction: column;
	gap: .5625rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-product-included-details__included-item {
	align-items: flex-start;
	display: flex;
	gap: .6875rem;
}

.c-product-included-details__check {
	align-items: center;
	background-color: var(--secondary-lighter);
	border-radius: 50%;
	color: var(--secondary-dark);
	display: flex;
	flex: 0 0 auto;
	height: 1.25rem;
	justify-content: center;
	margin-top: .0625rem;
	width: 1.25rem;
}

.c-product-included-details__check svg {
	display: block;
}

.c-product-included-details__included-text {
	color: var(--neutral-black);
	font-family: var(--font-body-light);
	font-size: 1rem;
	line-height: 1.4;
}

.c-product-included-details__included-text p {
	margin: 0;
}

.c-product-included-details__included-text strong {
	font-family: var(--font-body);
	font-weight: 700;
}

.c-product-included-details__badges {
	display: grid;
	gap: .5rem;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr);
	text-align: center;
}

.c-product-included-details__badge {
	background-color: var(--neutral-background-selected);
	border: .0625rem solid var(--border);
	border-radius: var(--radius-md);
	min-width: 0;
	padding: .875rem .5rem .8125rem;
}

.c-product-included-details__badge-icon {
	align-items: center;
	background-color: var(--secondary-lighter);
	border-radius: var(--radius-md);
	color: var(--secondary-dark);
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	margin-bottom: .625rem;
	width: 2.5rem;
}

.c-product-included-details__badge-icon svg {
	display: block;
}

.c-product-included-details__badge-title {
	align-items: center;
	color: var(--text);
	display: flex;
	font-family: var(--font-display);
	font-size: .875rem;
	font-weight: 900;
	gap: .1875rem;
	justify-content: center;
	line-height: 1.1;
}

.c-product-included-details__badge-text {
	color: var(--text-subtle);
	font-family: var(--font-body);
	font-size: .6875rem;
	font-weight: 600;
	line-height: 1.3;
	margin-top: .1875rem;
	text-wrap: pretty;
}

.c-product-included-details__info-button {
	align-items: center;
	background: none;
	border: none;
	color: var(--text-subtle);
	display: inline-flex;
	justify-content: center;
	min-height: 0;
	min-width: 0;
	padding: 0;
}

.c-product-included-details__info-button,
.c-product-included-details__info-button:hover,
.c-product-included-details__info-button:focus,
.c-product-included-details__info-button:active {
	background: none;
	border: none;
	box-shadow: none;
	color: var(--text-subtle);
	opacity: 1;
	transform: none;
}

.c-product-included-details__info-button svg {
	display: block;
}

.c-product-included-details__details {
	border-top: .0625rem solid var(--border);
	margin-top: 1.375rem;
	padding-top: 1.25rem;
}

.c-product-included-details__details .c-product-included-details__eyebrow {
	margin-bottom: .875rem;
}

.c-product-included-details__details-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-product-included-details__detail {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding-block: .5625rem;
}

.c-product-included-details__detail:not(:first-child) {
	border-top: .0625rem solid var(--border);
}

.c-product-included-details__detail-label {
	color: var(--text-subtle);
	flex: 0 0 auto;
	font-family: var(--font-body);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.c-product-included-details__detail-value {
	color: var(--neutral-black);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.35;
	text-align: right;
}

.c-product-included-details-modal {
	text-align: left;
}

.c-product-included-details-modal__icon {
	align-items: center;
	background-color: var(--primary-lighter);
	border-radius: var(--radius-md);
	color: var(--primary-base);
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	margin-bottom: .875rem;
	width: 2.5rem;
}

.c-product-included-details-modal__icon svg {
	display: block;
}

.c-product-included-details-modal__heading {
	color: var(--text);
	font-family: var(--font-display);
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 .625rem;
}

.c-product-included-details-modal__text {
	color: var(--neutral-black);
	font-family: var(--font-body-light);
	font-size: .9375rem;
	line-height: 1.55;
}

.c-product-included-details-modal__text p {
	margin: 0;
}

.c-modal__wrapper--product-included-details {
	background-color: var(--neutral-white);
	border-top: .75rem solid var(--secondary-dark);
	height: auto;
	max-height: calc(100dvh - 4rem);
	overflow: visible;
	position: relative;
	width: min(92vw, 25rem);
}

.c-modal--product-included-details .c-modal__header {
	background: none;
	border: 0;
	min-height: 0;
	padding: 0;
}

.c-modal--product-included-details .c-modal__title {
	display: none;
}

.c-modal--product-included-details .c-modal__content--product-included-details {
	height: auto;
	max-height: calc(100dvh - 6rem);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1.75rem;
}

.c-modal--product-included-details .c-modal__close {
	align-items: center;
	background-color: var(--primary-base);
	border-radius: 50%;
	color: var(--neutral-white);
	display: flex;
	height: 2.5rem;
	justify-content: center;
	position: absolute;
	right: -.75rem;
	top: -1.5rem;
	width: 2.5rem;
	z-index: 3;
}

.c-modal--product-included-details .c-modal__close,
.c-modal--product-included-details .c-modal__close:hover,
.c-modal--product-included-details .c-modal__close:focus,
.c-modal--product-included-details .c-modal__close:active {
	border: none;
	box-shadow: none;
	opacity: 1;
	transform: none;
}

@media only screen and (min-width: 48em) {
	.c-product-included-details__badge {
		padding: .875rem .5rem .8125rem;
	}

	.c-product-included-details__badge-text {
		font-size: .75rem;
	}

	.c-product-included-details-modal__heading {
		font-size: 1.5rem;
	}

	.c-modal--product-included-details .c-modal__content--product-included-details {
		padding: 1.75rem;
	}
}