.mynt-product-group-badge {
	display: inline-block;
	margin: .5rem 0 .25rem;
	padding: .25rem .6rem;
	border-radius: 999px;
	background: var(--fs-color-primary, #446084);
	color: #fff;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.2;
}

.mynt-product-group-page {
	width: 100%;
}

.mynt-product-group-header,
.mynt-product-group-models,
.mynt-product-group-media,
.mynt-product-group-bottom {
	margin: 0 auto;
	max-width: 1080px;
	padding: 1.25rem 15px;
}

.mynt-product-group-header {
	padding-top: .75rem;
	padding-bottom: .75rem;
}

.mynt-group-back {
	display: inline-flex;
	align-items: center;
	gap: .45rem;
	margin: 0 0 .85rem;
	color: #00997f;
	font-weight: 600;
	font-size: .95rem;
	line-height: 1.2;
	text-decoration: none;
}

.mynt-group-back:hover,
.mynt-group-back:focus {
	color: #007a65;
	text-decoration: none;
}

.mynt-group-back-icon {
	display: block;
	flex: 0 0 auto;
}

.mynt-product-group-header .product-title {
	margin: 0 0 .75rem;
	font-size: 1.6rem;
	line-height: 1.25;
}

.mynt-product-group-page .col-inner {
	padding: 25px;
	border-radius: 20px;
	background-color: #fff;
}

.mynt-product-group-models > h2,
.mynt-product-group-media h2,
.mynt-product-group-bottom h2,
.mynt-group-faq > h2 {
	margin-bottom: 1.25rem;
	text-align: left;
}

.mynt-group-price-prefix {
	font-size: .8em;
	font-weight: 400;
}

.mynt-product-group-models .investment-value,
.mynt-product-group-models .mynt-retail-price,
.mynt-product-group-models .mynt-retail-offer {
	display: none !important;
}

.mynt-product-group-page .product-video-wrapper {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
}

.mynt-product-group-page .product-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.mynt-product-group-page .mynt-gallery-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.mynt-product-group-page .mynt-gallery-thumb-link {
	display: block;
	line-height: 0;
}

.mynt-product-group-page .mynt-gallery-thumb-link img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 3px;
	transition: border-color .2s, opacity .2s;
}

.mynt-product-group-page .mynt-gallery-thumb-link:hover img {
	border-color: #333;
	opacity: .85;
}

#mynt-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .88);
	z-index: 2147483647;
	display: none;
	align-items: center;
	justify-content: center;
	isolation: isolate;
}

#mynt-lightbox-overlay.is-open {
	display: flex;
}

#mynt-lightbox-img {
	max-width: 90vw;
	max-height: 90vh;
	object-fit: contain;
	display: block;
	border-radius: 4px;
}

#mynt-lightbox-close {
	position: absolute;
	top: 16px;
	right: 24px;
	font-size: 44px;
	line-height: 1;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
	opacity: .8;
}

#mynt-lightbox-close:hover {
	opacity: 1;
}

#mynt-lightbox-prev,
#mynt-lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 64px;
	line-height: 1;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 0 20px;
	opacity: .7;
	user-select: none;
}

#mynt-lightbox-prev:hover,
#mynt-lightbox-next:hover {
	opacity: 1;
}

#mynt-lightbox-prev {
	left: 0;
}

#mynt-lightbox-next {
	right: 0;
}

.mynt-product-group-download-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .75rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mynt-product-group-download-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .9rem 1rem;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 8px;
	background: #fff;
	text-decoration: none;
}

.mynt-product-group-download-label {
	font-weight: 600;
}

.mynt-product-group-download-meta {
	font-size: .75rem;
	letter-spacing: .04em;
	text-transform: uppercase;
	opacity: .7;
}

.mynt-group-faq-item {
	margin: 0 0 .6rem;
	padding: .75rem 1rem;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 8px;
	background: #fff;
}

.mynt-group-faq-item summary {
	cursor: pointer;
	font-weight: 600;
	list-style: none;
}

.mynt-group-faq-item summary::-webkit-details-marker {
	display: none;
}

.mynt-group-faq-item summary h3 {
	display: inline;
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4;
}

@media (min-width: 850px) {
	.mynt-product-group-header .product-title {
		font-size: 2rem;
	}

	.mynt-product-group-download-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
