/**
 * Where to Buy V2
 *
 * Locator-first dealer search page.
 */

body.site-page--where-to-buy-v2 {
	overflow-x: hidden;
	background: #fff;
	color: #111;
}

html:has(body.site-page--where-to-buy-v2) {
	overflow-x: hidden;
}

.where-to-buy-v2 {
	overflow-x: clip;
	background: #fff;
	color: #111;
	padding-top: var(--header-height, 72px);
}

.where-to-buy-v2__container {
	width: min(calc(100% - 48px), 1320px);
	margin-inline: auto;
}

.where-to-buy-v2__hero {
	padding: 56px 0 34px;
}

.where-to-buy-v2__title {
	max-width: 900px;
	margin: 0;
	color: #111;
	font-size: clamp(48px, 3.6vw, 52px);
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: 0;
}

.where-to-buy-v2__locator {
	padding: 0 0 110px;
}

.where-to-buy-v2--top-spacing-compact .where-to-buy-v2__hero {
	padding-top: 44px;
}

.where-to-buy-v2--top-spacing-standard .where-to-buy-v2__hero {
	padding-top: 56px;
}

.where-to-buy-v2--top-spacing-spacious .where-to-buy-v2__hero {
	padding-top: 80px;
}

.where-to-buy-v2--title-gap-compact .where-to-buy-v2__hero {
	padding-bottom: 24px;
}

.where-to-buy-v2--title-gap-standard .where-to-buy-v2__hero {
	padding-bottom: 34px;
}

.where-to-buy-v2--title-gap-spacious .where-to-buy-v2__hero {
	padding-bottom: 52px;
}

.where-to-buy-v2--title-size-40 .where-to-buy-v2__title {
	font-size: 40px;
}

.where-to-buy-v2--title-size-44 .where-to-buy-v2__title {
	font-size: 44px;
}

.where-to-buy-v2--title-size-48 .where-to-buy-v2__title {
	font-size: 48px;
}

.where-to-buy-v2--title-size-52 .where-to-buy-v2__title {
	font-size: 52px;
}

.where-to-buy-v2--title-size-56 .where-to-buy-v2__title {
	font-size: 56px;
}

.where-to-buy-v2--title-width-640 .where-to-buy-v2__title {
	max-width: 640px;
}

.where-to-buy-v2--title-width-800 .where-to-buy-v2__title {
	max-width: 800px;
}

.where-to-buy-v2--title-width-960 .where-to-buy-v2__title {
	max-width: 960px;
}

.where-to-buy-v2--title-width-full .where-to-buy-v2__title {
	max-width: none;
}

.where-to-buy-v2--section-size-compact .where-to-buy-v2__locator {
	padding-bottom: 80px;
}

.where-to-buy-v2--section-size-standard .where-to-buy-v2__locator {
	padding-bottom: 110px;
}

.where-to-buy-v2--section-size-spacious .where-to-buy-v2__locator {
	padding-bottom: 140px;
}

.where-to-buy-search {
	display: grid;
	grid-template-columns: minmax(0, 40fr) minmax(0, 21fr) minmax(0, 21fr) minmax(160px, 18fr);
	align-items: end;
	gap: 12px;
	min-height: 72px;
	padding: 4px 12px;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	border-radius: 14px 14px 0 0;
	background: #fff;
}

.where-to-buy-v2--hide-region:not(.where-to-buy-v2--hide-country) .where-to-buy-search,
.where-to-buy-v2--hide-country:not(.where-to-buy-v2--hide-region) .where-to-buy-search {
	grid-template-columns: minmax(0, 56fr) minmax(0, 26fr) minmax(160px, 18fr);
}

.where-to-buy-v2--hide-region.where-to-buy-v2--hide-country .where-to-buy-search {
	grid-template-columns: minmax(0, 74fr) minmax(160px, 26fr);
}

.where-to-buy-search__field {
	display: grid;
	gap: 2px;
	min-width: 0;
}

.where-to-buy-search__label {
	margin: 0;
	color: #111;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

.where-to-buy-search__input-wrap {
	position: relative;
}

.where-to-buy-search__icon {
	position: absolute;
	top: 50%;
	left: 16px;
	width: 18px;
	height: 18px;
	color: #8a8f94;
	pointer-events: none;
	transform: translateY(-50%);
}

.where-to-buy-search__input,
.where-to-buy-search__select {
	width: 100%;
	height: 46px;
	border: 1px solid #dadde1;
	border-radius: 9px;
	background: #fff;
	color: #111;
	font: inherit;
	outline: none;
}

.where-to-buy-search__input {
	padding: 0 16px 0 46px;
}

.where-to-buy-search__select {
	padding: 0 14px;
}

.where-to-buy-search__input:focus-visible,
.where-to-buy-search__select:focus-visible {
	border-color: var(--color-brand-accent, #94f250);
	box-shadow: 0 0 0 2px rgba(148, 242, 80, 0.18);
}

.where-to-buy-search__actions {
	display: grid;
	gap: 8px;
	align-self: end;
}

.where-to-buy-search__submit {
	display: inline-flex;
	width: 100%;
	height: 46px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	background: var(--color-brand-accent, #94f250);
	color: #070908;
	font-size: 15px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: filter 160ms ease, box-shadow 160ms ease;
}

.where-to-buy-search__submit:hover,
.where-to-buy-search__submit:focus-visible {
	filter: brightness(1.03);
	box-shadow: 0 8px 20px rgba(84, 170, 20, 0.14);
}

.where-to-buy-search__reset {
	color: #555;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.where-to-buy-search__reset:hover,
.where-to-buy-search__reset:focus-visible {
	color: #111;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.where-to-buy-locator-shell {
	display: grid;
	grid-template-columns: minmax(340px, 38fr) minmax(0, 62fr);
	height: 640px;
	min-height: 0;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 0 0 14px 14px;
	background: #fff;
}

.where-to-buy-v2--ratio-35-65 .where-to-buy-locator-shell {
	grid-template-columns: minmax(320px, 35fr) minmax(0, 65fr);
}

.where-to-buy-v2--ratio-38-62 .where-to-buy-locator-shell {
	grid-template-columns: minmax(340px, 38fr) minmax(0, 62fr);
}

.where-to-buy-v2--ratio-40-60 .where-to-buy-locator-shell {
	grid-template-columns: minmax(340px, 40fr) minmax(0, 60fr);
}

.where-to-buy-v2--hide-map .where-to-buy-locator-shell {
	grid-template-columns: 1fr;
}

.where-to-buy-v2--hide-map .where-to-buy-dealers {
	border-right: 0;
}

.where-to-buy-v2--locator-height-560 .where-to-buy-locator-shell,
.where-to-buy-v2--locator-height-560 .where-to-buy-dealers,
.where-to-buy-v2--locator-height-560 .where-to-buy-map {
	height: 560px;
	min-height: 0;
}

.where-to-buy-v2--locator-height-640 .where-to-buy-locator-shell,
.where-to-buy-v2--locator-height-640 .where-to-buy-dealers,
.where-to-buy-v2--locator-height-640 .where-to-buy-map {
	height: 640px;
	min-height: 0;
}

.where-to-buy-v2--locator-height-720 .where-to-buy-locator-shell,
.where-to-buy-v2--locator-height-720 .where-to-buy-dealers,
.where-to-buy-v2--locator-height-720 .where-to-buy-map {
	height: 720px;
	min-height: 0;
}

.where-to-buy-dealers {
	display: flex;
	height: 100%;
	min-height: 0;
	flex-direction: column;
	overflow: hidden;
	border-right: 1px solid #e5e5e5;
}

.where-to-buy-dealers__header {
	display: flex;
	flex: 0 0 auto;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.where-to-buy-dealers__title {
	margin: 0;
	color: #111;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: 0;
}

.where-to-buy-dealers__copy {
	max-width: 310px;
	margin: 8px 0 0;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
}

.where-to-buy-dealers__count {
	flex: 0 0 auto;
	margin-top: 4px;
	color: #777;
	font-size: 14px;
	font-weight: 700;
	white-space: nowrap;
}

.where-to-buy-dealer-list {
	display: grid;
	flex: 1 1 auto;
	gap: 12px;
	min-height: 0;
	padding: 18px;
	overflow-y: auto;
}

.where-to-buy-dealer-card {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	padding: 18px;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.where-to-buy-dealer-card:hover {
	border-color: #cfd3d0;
}

.where-to-buy-dealer-card.is-map-active {
	border-color: #94f250;
	box-shadow: 0 0 0 1px rgba(148, 242, 80, 0.24), 0 8px 24px rgba(17, 17, 17, 0.06);
}

.where-to-buy-dealer-card__icon {
	display: none;
}

.where-to-buy-dealer-card__body {
	min-width: 0;
}

.where-to-buy-dealer-card__name {
	margin: 0;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: 0;
}

.where-to-buy-dealer-card__location,
.where-to-buy-dealer-card__address {
	margin: 7px 0 0;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
}

.where-to-buy-dealer-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.where-to-buy-dealer-card__actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.where-to-buy-dealer-card__contact-action {
	position: relative;
	display: inline-grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid #dfe2df;
	border-radius: 50%;
	background: #f7f8f6;
	color: #111;
	text-decoration: none;
	transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.where-to-buy-dealer-card__contact-action[data-tooltip]::after {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	z-index: 4;
	max-width: 240px;
	padding: 6px 9px;
	border-radius: 5px;
	background: #111;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 4px);
	transition: opacity 140ms ease, transform 140ms ease;
	white-space: nowrap;
}

.where-to-buy-dealer-card__contact-action[data-tooltip]:hover::after,
.where-to-buy-dealer-card__contact-action[data-tooltip]:focus-visible::after {
	opacity: 1;
	transform: translate(-50%, 0);
}

.where-to-buy-dealer-card__actions .where-to-buy-dealer-card__contact-action[data-tooltip]:first-child::after {
	left: 0;
	transform: translate(0, 4px);
}

.where-to-buy-dealer-card__actions .where-to-buy-dealer-card__contact-action[data-tooltip]:first-child:hover::after,
.where-to-buy-dealer-card__actions .where-to-buy-dealer-card__contact-action[data-tooltip]:first-child:focus-visible::after {
	transform: translate(0, 0);
}

.where-to-buy-dealer-card__contact-action svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.where-to-buy-dealer-card__contact-action:hover {
	border-color: #aeb4af;
	background: #fff;
}

.where-to-buy-dealer-card__contact-action:focus-visible {
	border-color: #94f250;
	outline: 2px solid rgba(148, 242, 80, 0.42);
	outline-offset: 2px;
}

.where-to-buy-dealer-card__details,
.where-to-buy-empty__link {
	color: #111;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.where-to-buy-dealer-card__details {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.where-to-buy-dealer-card__map-action {
	flex: 0 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: underline;
	text-underline-offset: 4px;
	white-space: nowrap;
	cursor: pointer;
}

.where-to-buy-dealer-card__map-action:hover,
.where-to-buy-dealer-card__map-action:focus-visible {
	text-decoration-thickness: 2px;
}

.where-to-buy-dealer-card__details:hover,
.where-to-buy-dealer-card__details:focus-visible,
.where-to-buy-empty__link:hover,
.where-to-buy-empty__link:focus-visible {
	text-decoration: underline;
	text-underline-offset: 4px;
}

.where-to-buy-empty {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px 28px;
	text-align: center;
}

.where-to-buy-empty__icon {
	display: inline-flex;
	width: 56px;
	height: 56px;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #f3f4f2;
	color: #111;
}

.where-to-buy-empty__icon svg {
	width: 24px;
	height: 24px;
}

.where-to-buy-empty__title {
	max-width: 340px;
	margin: 0;
	color: #111;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.where-to-buy-empty__copy {
	max-width: 360px;
	margin: 12px 0 18px;
	color: #555;
	font-size: 14px;
	line-height: 1.55;
}

.where-to-buy-map {
	min-width: 0;
	height: 100%;
	min-height: 0;
}

.where-to-buy-map__surface {
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background:
		radial-gradient(circle, rgba(17, 17, 17, 0.06) 1.2px, transparent 1.8px),
		#f7f7f5;
	background-size: 18px 18px, auto;
	text-align: center;
}

.where-to-buy-map__canvas {
	position: absolute;
	inset: 0;
	z-index: 2;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #f7f7f5;
}

.where-to-buy-map__surface.is-map-ready .where-to-buy-map__canvas {
	visibility: visible;
}

.where-to-buy-map__fallback {
	display: flex;
	min-height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 32px;
}

.where-to-buy-map__surface.is-map-ready .where-to-buy-map__fallback {
	visibility: hidden;
}

.where-to-buy-map__location-control {
	display: grid;
	width: 40px;
	height: 40px;
	margin: 0 10px 10px 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: #4a4a4a;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}

.where-to-buy-map__location-control svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 1.8;
}

.where-to-buy-map__location-control svg circle:nth-child(2) {
	fill: currentColor;
	stroke: none;
}

.where-to-buy-map__location-control:hover {
	background: #f5f5f5;
	color: #111;
}

.where-to-buy-map__location-control:focus-visible {
	outline: 2px solid #111;
	outline-offset: 2px;
}

.where-to-buy-map__location-control:disabled {
	cursor: wait;
	opacity: 0.72;
}

.where-to-buy-map__location-control.is-loading svg {
	animation: where-to-buy-location-pulse 900ms ease-in-out infinite alternate;
}

.where-to-buy-map__location-control.is-active {
	color: #1a73e8;
}

.where-to-buy-map__location-control.has-error {
	color: #777;
}

.where-to-buy-map__user-location-marker {
	display: block;
	width: 18px;
	height: 18px;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #1a73e8;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.38);
}

@keyframes where-to-buy-location-pulse {
	from {
		opacity: 0.45;
	}

	to {
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.where-to-buy-dealer-card__contact-action[data-tooltip]::after {
		transition: none;
	}

	.where-to-buy-map__location-control.is-loading svg {
		animation: none;
	}
}

.where-to-buy-map-info {
	max-width: 260px;
	padding: 4px 2px 2px;
	color: #111;
	font-family: inherit;
}

.where-to-buy-map-info__title {
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.where-to-buy-map-info__location,
.where-to-buy-map-info__address {
	margin: 6px 0 0;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
}

.where-to-buy-map-info__website {
	display: inline-block;
	margin-top: 8px;
	color: #111;
	font-size: 13px;
	font-weight: 700;
	text-underline-offset: 3px;
}

.where-to-buy-map__surface::before {
	display: none;
}

.where-to-buy-map__pin {
	position: relative;
	z-index: 1;
	display: inline-flex;
	width: 76px;
	height: 76px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border-radius: 999px;
	background: #fff;
	color: #111;
	box-shadow: none;
}

.where-to-buy-map__pin svg {
	width: 36px;
	height: 36px;
}

.where-to-buy-map__title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #111;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.where-to-buy-map__copy {
	position: relative;
	z-index: 1;
	max-width: 390px;
	margin: 12px 0 0;
	color: #555;
	font-size: 15px;
	line-height: 1.55;
}

@media (max-width: 1179px) {
	.where-to-buy-v2__container {
		width: min(calc(100% - 48px), 980px);
	}

	.where-to-buy-search {
		grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(150px, 0.7fr);
		padding: 4px 12px;
	}

	.where-to-buy-v2--hide-region:not(.where-to-buy-v2--hide-country) .where-to-buy-search,
	.where-to-buy-v2--hide-country:not(.where-to-buy-v2--hide-region) .where-to-buy-search {
		grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.9fr) minmax(150px, 0.7fr);
	}

	.where-to-buy-v2--hide-region.where-to-buy-v2--hide-country .where-to-buy-search {
		grid-template-columns: minmax(0, 1fr) minmax(150px, 0.35fr);
	}

	.where-to-buy-locator-shell {
		grid-template-columns: minmax(320px, 38fr) minmax(0, 62fr);
	}

	.where-to-buy-dealers,
	.where-to-buy-map,
	.where-to-buy-locator-shell {
		height: 600px;
		min-height: 0;
	}

	.where-to-buy-v2--locator-height-560 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-560 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-560 .where-to-buy-map {
		height: 560px;
		min-height: 0;
	}

	.where-to-buy-v2--locator-height-640 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-640 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-640 .where-to-buy-map {
		height: 640px;
		min-height: 0;
	}

	.where-to-buy-v2--locator-height-720 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-720 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-720 .where-to-buy-map {
		height: 720px;
		min-height: 0;
	}
}

@media (max-width: 900px) {
	.where-to-buy-search {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.where-to-buy-v2--hide-region:not(.where-to-buy-v2--hide-country) .where-to-buy-search,
	.where-to-buy-v2--hide-country:not(.where-to-buy-v2--hide-region) .where-to-buy-search,
	.where-to-buy-v2--hide-region.where-to-buy-v2--hide-country .where-to-buy-search {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.where-to-buy-search__field--query {
		grid-column: 1 / -1;
	}

	.where-to-buy-locator-shell {
		grid-template-columns: 1fr;
		height: auto;
		min-height: auto;
		overflow: visible;
	}

	.where-to-buy-dealers {
		height: auto;
		min-height: auto;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
		overflow: visible;
	}

	.where-to-buy-dealer-list {
		flex: none;
		min-height: auto;
		max-height: none;
		overflow: visible;
	}

	.where-to-buy-map {
		height: auto;
		min-height: 420px;
	}

	.where-to-buy-v2--locator-height-560 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-560 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-560 .where-to-buy-map,
	.where-to-buy-v2--locator-height-640 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-640 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-640 .where-to-buy-map,
	.where-to-buy-v2--locator-height-720 .where-to-buy-locator-shell,
	.where-to-buy-v2--locator-height-720 .where-to-buy-dealers,
	.where-to-buy-v2--locator-height-720 .where-to-buy-map {
		height: auto;
		min-height: auto;
	}
}

@media (max-width: 767px) {
	.where-to-buy-v2__container {
		width: calc(100% - 40px);
	}

	.where-to-buy-v2__hero {
		padding: 52px 0 36px;
	}

	.where-to-buy-v2__title {
		font-size: clamp(36px, 10vw, 40px);
		line-height: 1.1;
	}

	.where-to-buy-v2--title-size-40 .where-to-buy-v2__title,
	.where-to-buy-v2--title-size-44 .where-to-buy-v2__title,
	.where-to-buy-v2--title-size-48 .where-to-buy-v2__title,
	.where-to-buy-v2--title-size-52 .where-to-buy-v2__title,
	.where-to-buy-v2--title-size-56 .where-to-buy-v2__title {
		font-size: clamp(36px, 10vw, 40px);
	}

	.where-to-buy-v2__locator {
		padding-bottom: 70px;
	}

	.where-to-buy-search {
		grid-template-columns: 1fr;
		padding: 14px;
		border-bottom: 1px solid #e5e5e5;
		border-radius: 14px;
	}

	.where-to-buy-v2--hide-region:not(.where-to-buy-v2--hide-country) .where-to-buy-search,
	.where-to-buy-v2--hide-country:not(.where-to-buy-v2--hide-region) .where-to-buy-search,
	.where-to-buy-v2--hide-region.where-to-buy-v2--hide-country .where-to-buy-search {
		grid-template-columns: 1fr;
	}

	.where-to-buy-locator-shell {
		margin-top: 12px;
		border-radius: 14px;
	}

	.where-to-buy-search__input,
	.where-to-buy-search__select,
	.where-to-buy-search__submit {
		height: 46px;
	}

	.where-to-buy-dealers__header {
		display: grid;
		padding: 18px;
	}

	.where-to-buy-dealers__title {
		font-size: 24px;
	}

	.where-to-buy-dealer-card {
		padding: 16px;
	}

	.where-to-buy-dealer-card__footer {
		align-items: flex-start;
	}

	.where-to-buy-dealer-card__details {
		justify-self: start;
	}

	.where-to-buy-dealer-card__map-action {
		justify-self: start;
	}

	.where-to-buy-map {
		min-height: 380px;
	}

	.where-to-buy-map__pin {
		width: 64px;
		height: 64px;
	}

	.where-to-buy-map__title {
		font-size: 24px;
	}
}
