:root {
	--podium-cds-size-spacing-xs: 4px
}

.modal-portal-content-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
}

.gl-modal__dialog {
	width: 50%;
	background-color: #fff;
	padding: 20px;
	position: relative;
}


.gl-modal__title {
	font-family: AdineuePRO, 'Helvetica', 'Arial', sans-serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 20px;
	word-break: break-word;
}

/* 购物车弹窗 */
#topcart {
	display: none;
}

._overview-container_1x9bn_5 {
	display: flex;
	flex-wrap: wrap;
}

._overview-container_1x9bn_5 {
	font-family: AdihausDIN, 'Helvetica', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

._product-overview_1x9bn_22 {
	width: 50%;
	margin-bottom: 15px;
}

._order-summary_1x9bn_32 {
	width: 50%;
	padding-left: 20px;
	border-left: 1px solid #000;
	padding-top: 10px;
}

._order-summary_1x9bn_32 {
	margin-bottom: 15px;
}

._product_1z1u4_1 {
	display: flex;
	flex-wrap: wrap;
}

._product__image_1z1u4_6 {
	width: 50%;
	padding-right: 20px;
}

._product__image_1z1u4_6 img {
	width: 100%;
}

._product__info_1z1u4_24 {
	width: 50%;
}

._product__name_1z1u4_47 {
	font-family: AdineuePRO, 'Helvetica', 'Arial', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 24px;
	text-transform: uppercase;
	word-break: break-word;
	color: #000;
}

._priceComponent_1dbqy_14 ._mainPrice_1dbqy_53 {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	gap: 4px;
	display: flex;
	flex-wrap: wrap;
}

._product__row_1z1u4_63 {
	margin-bottom: 2px;
}

.gl-modal__close {
	align-items: center;
	background-color: #fff;
	border: 1px solid #000;
	cursor: pointer;
	display: flex;
	height: 50px;
	justify-content: center;
	position: absolute;
	right: -25px;
	top: -25px;
	transition: transform 0.3s cubic-bezier(0.3, 0, 0, 1);
	width: 50px;
	z-index: 5;
}

._button_1988c_1 {
	margin-top: var(--gl-spacing-0100);
}

.gl-cta--primary-membership {
	background-color: #0081c7;
	color: #fff;
	border-color: #0081c7;
	transform: translate(-3px, -3px);
}

.gl-cta--primary-membership::before {
	border-bottom: 1px solid #0081c7;
	border-left: 1px solid #0081c7;
	bottom: -3px;
	height: 3px;
	left: 3px;
	width: 100%;
}

.gl-cta--primary-membership::before,
.gl-cta--primary-membership::after {
	content: "";
	display: block;
	position: absolute;
	transition: all .3s cubic-bezier(0.3, 0, 0, 1);
}

.gl-cta--primary-membership .gl-cta__icon {
	color: #fff;
}

.gl-cta--primary-membership::after {
	border-right: 1px solid #0081c7;
	border-top: 1px solid #0081c7;
	height: 100%;
	right: -3px;
	top: 3px;
	width: 3px;
}

.gl-cta--full-width {
	justify-content: space-between;
	width: 100%;
}

.gl-cta {
	align-items: center;
	border: none;
	border-radius: 0;
	cursor: pointer;
	display: inline-flex;
	justify-content: space-between;
	min-height: 50px;
	padding: 0 15px;
	position: relative;
	text-align: left;
	white-space: nowrap;
}

._button_1988c_1 {
	margin-top: 10px;
}

.gl-cta--secondary {
	background-color: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: #000;
	height: 50px;
	font-family: AdihausDIN, 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 20px;
	text-transform: uppercase;
}

.total_qty_wrap {
	position: relative;
}

.total_qty_wrap .total_qty {
	position: unset;
	top: unset;
	left: unset;
	width: unset;
	height: unset;
	background-color: unset;
	opacity: unset;
	display: unset;
	justify-content: unset;
	align-items: unset;
	border-radius: 50%;
	font-family: AdihausDIN, Helvetica, Arial, Helvetica, sans-serif;
	font-size: unset;
	line-height: unset;
	letter-spacing: 0px;
	font-weight: unset;
	text-transform: none;
	color: unset;
}

@media (max-width: 959px) {
	.gl-modal__dialog {
		bottom: 0;
		height: auto;
		max-width: 100vw;
		position: fixed !important;
		width: 100% !important;
	}

	.gl-modal__close {
		right: 15px;
		top: -25px;
	}

	._product-overview_1x9bn_22 {
		width: 100%;
		margin-bottom: 15px;
	}

	._order-summary_1x9bn_32 {
		width: 100%;
		border-left: none;
		padding-top: 0;
		padding-left: 0;
	}

	._product__image_1z1u4_6 {
		width: 85px;
		padding-right: 20px;
	}

	._product__info_1z1u4_24 {
		width: calc(100% - 90px);
	}

	.total_qty_wrap {
		display: none;
	}

	.gl-cta--primary-membership {
		background-color: #408267;
		border-color: #408267;
		font-weight: 700;
	}

}