.shop-block {
	display: flex;
	flex-wrap: wrap;
	gap: var(--v-space) var(--h-space);
	margin-bottom: var(--v-space);
	max-width: 100%;
}
.shop-slider {
	width: 65%;
	flex-grow: 1;
	border-radius: 0.5em;
}
.shop-info {
	width: 30%;
	min-width: 300px;
	max-width: 80%;
	box-sizing: border-box;
	display: flex;
	flex-grow: 1;
	flex-direction: column;
	gap: calc( var(--v-space) / 2 ) var(--h-space);
}

.shop-info-label {
	font-size: 80%;
	font-weight: bold;
}
.shop-info-adres {
	font-size: 120%;
	font-weight: bold;;
}
.shop-info-phone a {
}
.shop-gal-image {
	height: 100%;
}
.shop-gal-image img {
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
}
li.shop-item {
	margin-bottom: 0.3em;
}
li.shop-item .shop-item-adres {
	color: #999;
	font-size: 80%;
}
.leaflet-container .dg-popup__container a {
	color: orange;
}