/* ///////////////////// */
/* Stores (start)        */
/* ///////////////////// */
.stores__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr);
	gap: 30px;
	align-items: center;
}

.stores__content {
	max-width: 420px;
}

.stores__map {
	width: 100%;
    max-width: 100%;
	min-height: 360px;
	border-radius: var(--radius-lg);
	overflow: hidden;
}

.map-placeholder {
    width: 100%;
    max-width: 100%;
}

.map-placeholder svg {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.stores__content,
.stores__map {
    min-width: 0;
}

.stores__title {
	font-weight: 400;
	font-size: 50px;
	line-height: 1;
	color: var(--white);
	margin-bottom: 40px;
}

.stores__title span { font-size: 62px; }

.stores__text {
	font-size: 24px;
	line-height: 1.4;
	color: var(--white);
}

/* ///////////////////// */
/* Stores (end)          */
/* ///////////////////// */