.ggs_step3 {
	color: var(--font-color);
}

.ggs_step3 {
	position: relative;
}

.step3_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 630px;
	background-color: var(--vanilla);
	z-index: -1;
}

.header_container {
	padding-top: 47px;
}

.back_button_wrapper {
	margin-bottom: 29px;
}

.ggs_step3 h1 {
	width: 707px;
	margin-bottom: 11px;
	max-width: 100%;
	font-size: 40px;
	line-height: 1.45;
	font-weight: 600;
	color: black;
}

.ggs_step3 .text_above_title {
	margin-bottom: 10px;
}

.header_background_shape {
	z-index: -1;
	background-color: var(--light-green);
	position: absolute;
	top: 0;
	right: 0;
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
	padding-left: 34px;
	padding-top: 64px;
	padding-right: 78px;
	padding-bottom: 18px;
}

.products_image_wrapper img {
	width: 326px;
	max-width: 100%;
}

.logo_wrapper {
	position: absolute;
	right: 68px;
	top: 15px;
}

.logo_wrapper img {
	width: 113px;
	height: auto;
}

.ggs_overview {
	background-color: var(--light-green);
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
	padding: 0 20px 18px;
}

.overview_title {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 600;
	color: var(--green);
	background-image: url(../../images/divider-overview.svg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.overview_subtitle {
	background-color: white;
	border-radius: 4px;
	color: var(--green);
	text-transform: uppercase;
	padding: 4px 9px;
	font-size: 12px;
	line-height: 1.75;
	font-weight: 500;
	margin-bottom: 12px;
}

ul.overview_items {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 7px;
}

.overview_item_price_prefix {
	color: #252525;
	font-size: 10px;
	line-height: 16px;
}

.overview_item_price_wrapper {
	display: flex;
	align-items: center;
	gap: 6px;
}

.overview_item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 11px;
}

.overview_item_title {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	color: #252525;
}

.overview_item_subtitle {
	font-size: 12px;
	line-height: 1.75;
	color: #979797;
	font-weight: 500;
}

.footer_instructions {
	font-size: 12px;
	line-height: 1.75;
	color: #979797;
	font-weight: 500;
	margin-top: 17px;
}

.overview_item_price {
	color: black;
	font-size: 16px;
	font-weight: 500;
}

.ggs_button {
	transition: background-color 0.2s ease-in-out;
	background-color: var(--green);
	color: white;
	font-weight: 500;
	border-radius: 4px;
	border: none;
	display: block;
	text-align: center;
	padding: 14px 20px;
	cursor: pointer;
	width: 100%;
}

.ggs_button:hover {
	background-color: var(--dark-green);
}

.ggs_overview.loading {
	position: relative;
}

.ggs_overview.loading:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: white;
	opacity: 0.4;
	border-top-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.ggs_overview.loading:after {
	content: '';
	position: absolute;
	background-image: url(../../images/add-to-cart-popup/spinner.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 50px;
	height: 50px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.close_overview {
	background-image: url(../../images/close-overview.svg);
	height: 35px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
}

.tooltip_popup_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.tooltip_popup_wrapper.active {
	display: block;
}

.popup_overlay {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.tooltip_popup {
	background-color: white;
	width: 635px;
	max-width: calc(100% - 30px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	padding: 30px 40px;
}

.close_popup {
	width: 20px;
	height: 20px;
	background-image: url(../../images/close-popyp.svg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: 18px;
	top: 18px;
}

.text_popup ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (max-width: 1199px) {
	.header_background_shape {
		display: none;
	}

	.header_container {
		margin-bottom: 35px;
	}
}

@media (min-width: 992px) {
	.ggs_overview {
		padding-top: 24px;
	}

	.close_overview {
		display: none;
	}

	.mobile_logo_wrapper {
		display: none;
	}

	.ggs_overview_trigger {
		display: none;
	}
}

@media (max-width: 991px) {
	.mobile_logo_wrapper img {
		width: 70px;
	}

	.mobile_logo_wrapper {
		position: absolute;
		top: 13px;
		left: 50%;
		transform: translateX(-50%);
	}

	.header_container {
		padding-top: 17px;
	}

	.header_container .ggs_back_button {
		width: 22px;
		display: block;
		overflow: hidden;
		height: 30px;
	}

	.back_button_wrapper {
		margin-bottom: 25px;
	}

	.mobile_logo_wrapper img {
		width: 70px;
	}

	.mobile_logo_wrapper {
		position: absolute;
		top: 13px;
		left: 50%;
		transform: translateX(-50%);
	}

	.ggs_footer .container {
		display: block;
		text-align: center;
	}

	.footer_links {
		justify-content: center;
	}

	.ggs_footer {
		font-size: 14px;
		line-height: 28px;
	}

	.ggs_overview_trigger {
		background-color: var(--green);
		color: white;
		text-align: center;
		position: fixed;
		width: calc(100% - 30px);
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		cursor: pointer;
		border-top-left-radius: 24px;
		font-size: 16px;
		line-height: 30px;
		font-weight: 600;
		padding-top: 28px;
		padding-bottom: 7px;
		background-image: url(../../images/overview-up.svg);
		background-repeat: no-repeat;
		background-position: 50% 13px;
	}

	.title_overview_trigger {
		position: relative;
		background-image: url(../../images/overview-list.svg);
		background-position: 20px 50%;
		background-repeat: no-repeat;
		padding-left: 45px;
		padding-right: 45px;
	}

	.overview_count {
		width: 16px;
		height: 16px;
		background-color: #A3CEBF;
		text-align: center;
		line-height: 16px;
		position: absolute;
		right: 25px;
		font-size: 12px;
		top: 50%;
		transform: translateY(-50%);
		border-radius: 50%;
	}
}

@media (min-width: 768px) {
	.overview_sides .post_navigation_wrapper {
		display: none;
	}
}
