

/* Start:/local/components/goldworld/product.store.points.popup/templates/.default/style.css?17901796831886*/
.product-store-points-popup .product-store-points-popup__content {
	display: flex;
	flex-direction: column;
	max-width: min(112rem, calc(100vw - 3.2rem));
	max-height: calc(100vh - 4rem);
	overflow: hidden;
}

.product-store-points-popup__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1.6rem;
	padding-right: 5.2rem;
	margin-bottom: 1.6rem;
}

.product-store-points-popup__title {
	font-weight: 600;
	line-height: 120%;
}

.product-store-points-popup__all {
	color: var(--color-alt);
	border-bottom: 0.1rem solid currentColor;
	white-space: nowrap;
}

.product-store-points-popup__body {
	min-height: 18rem;
	overflow: auto;
}

.product-store-points-popup__status {
	padding: 3.2rem 0;
	color: var(--color-gry-50);
	text-align: center;
}

.product-store-points {
	margin-bottom: 0;
}

.product-store-points__summary {
	margin-bottom: 1.2rem;
	color: var(--color-gry-500);
}

.product-store-points .product-store-points__toolbar {
	margin-bottom: 1.6rem;
}

.product-store-points .store__map {
	height: min(58rem, calc(100vh - 24rem));
	min-height: 36rem;
}

.product-store-points[data-store-view='list'] .store__list {
	max-height: min(58rem, calc(100vh - 24rem));
	overflow: auto;
	padding-right: 0.4rem;
}

@media (max-width: 767px) {
	.product-store-points-popup .product-store-points-popup__content {
		max-width: 100%;
		max-height: calc(100vh - 3rem);
	}

	.product-store-points-popup__head {
		flex-direction: column;
		gap: 0.8rem;
		padding-right: 4.8rem;
	}

	.product-store-points-popup__all {
		white-space: normal;
	}

	.product-store-points .store__switch,
	.product-store-points .store__search {
		width: 100%;
	}

	.product-store-points .store__map,
	.product-store-points[data-store-view='list'] .store__list {
		height: min(48rem, calc(100vh - 25rem));
		min-height: 32rem;
		max-height: min(48rem, calc(100vh - 25rem));
	}
}

/* End */
/* /local/components/goldworld/product.store.points.popup/templates/.default/style.css?17901796831886 */
