.na-pw-store-bundle {
	--na-bundle-ink: #201c24;
	--na-bundle-plum: #2c2331;
	--na-bundle-violet: #775c86;
	--na-bundle-lavender: #f2edf6;
	--na-bundle-border: #ded7e4;
	background: #faf8fb;
	border: 1px solid var(--na-bundle-border);
	color: var(--na-bundle-ink);
	margin: clamp(3rem, 7vw, 6rem) auto;
	max-width: 1240px;
	padding: clamp(1.25rem, 3vw, 2.5rem);
}

.woocommerce div.product div.images .woocommerce-product-gallery__image.na-pw-product-gallery-video {
	align-items: center;
	background: #0f0d11;
	display: flex !important;
	justify-content: center;
	min-height: min(70vw, 720px);
}

.woocommerce div.product div.images .na-pw-product-gallery-video video {
	aspect-ratio: 1 / 1;
	background: #0f0d11;
	display: block;
	max-height: 720px;
	object-fit: contain;
	width: 100%;
}

.woocommerce div.product div.images .na-pw-product-gallery-video__lightbox-placeholder {
	height: 1px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 1px;
}

.na-pw-store-bundle *,
.na-pw-store-bundle *::before,
.na-pw-store-bundle *::after {
	box-sizing: border-box;
}

.na-pw-store-bundle__heading {
	align-items: flex-end;
	border-bottom: 1px solid var(--na-bundle-border);
	display: flex;
	gap: 2rem;
	justify-content: space-between;
	margin-bottom: 1.5rem;
	padding-bottom: 1.35rem;
}

.na-pw-store-bundle__heading span,
.na-pw-store-bundle article small {
	color: var(--na-bundle-violet);
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.na-pw-store-bundle__heading h2 {
	color: var(--na-bundle-plum);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.75rem, 3vw, 2.6rem);
	font-weight: 400;
	margin: 0.25rem 0;
}

.na-pw-store-bundle__heading p {
	margin: 0;
	max-width: 48rem;
}

.na-pw-store-bundle__saving {
	background: var(--na-bundle-lavender);
	min-width: 165px;
	padding: 0.8rem 1rem;
	text-align: right;
}

.na-pw-store-bundle__saving small,
.na-pw-store-bundle__saving strong {
	display: block;
}

.na-pw-store-bundle__saving strong {
	color: var(--na-bundle-plum);
	font-size: 1.2rem;
	margin-top: 0.15rem;
}

.na-pw-store-bundle__products {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.na-pw-store-bundle article {
	background: #fff;
	border: 1px solid var(--na-bundle-border);
	display: grid;
	gap: 1rem;
	grid-template-columns: 105px 1fr;
	padding: 0.9rem;
}

.na-pw-store-bundle article > img {
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.na-pw-store-bundle article h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 500;
	margin: 0.25rem 0;
}

.na-pw-store-bundle article h3 a {
	color: var(--na-bundle-ink);
	text-decoration: none;
}

.na-pw-store-bundle article .price {
	color: var(--na-bundle-violet);
	margin-bottom: 0.6rem;
}

.na-pw-store-bundle article select {
	border: 1px solid var(--na-bundle-border);
	font-size: 0.78rem;
	max-width: 100%;
	padding: 0.5rem;
	width: 100%;
}

.na-pw-store-bundle__footer {
	align-items: center;
	background: var(--na-bundle-plum);
	color: #fff;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding: 1rem 1.2rem;
}

.na-pw-store-bundle__footer p {
	color: rgba(255, 255, 255, 0.74);
	margin: 0;
}

.na-pw-store-bundle__footer .button.alt {
	background: #fff;
	border: 0;
	color: var(--na-bundle-plum);
	white-space: nowrap;
}

@media (max-width: 900px) {
	.na-pw-store-bundle__products {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.na-pw-store-bundle__heading,
	.na-pw-store-bundle__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.na-pw-store-bundle__saving {
		text-align: left;
	}

	.na-pw-store-bundle article {
		grid-template-columns: 82px 1fr;
	}
}
