/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2026 | 17:07:28 */
.wmsl-store-locator {
	--wmsl-border: rgba(23, 43, 34, 0.1);
	--wmsl-surface: #ffffff;
	--wmsl-surface-soft: #f8f4f1;
	--wmsl-surface-strong: #f4ede8;
	--wmsl-heading: #1b2430;
	--wmsl-text: var( --e-global-color-text );
	--wmsl-muted: #93a0ae;
	--wmsl-primary: #1a3a2a;
	--wmsl-primary-soft: rgba(26, 58, 42, 0.08);
	--wmsl-accent: #e8610a;
	--wmsl-accent-soft: rgba(232, 97, 10, 0.1);
	--wmsl-shadow: 0 30px 70px rgba(13, 26, 20, 0.14);
	display: grid;
	grid-template-columns: minmax(240px, 300px) minmax(280px, 360px) minmax(0, 1fr);
	gap: 0;
	height: min(680px, 78vh);
	max-height: 680px;
	min-height: 560px;
	border: 1px solid rgba(23, 43, 34, 0.06);
	border-radius: 24px;
	overflow: hidden;
	background:
		radial-gradient(circle at top left, rgba(232, 97, 10, 0.04), transparent 24%),
		linear-gradient(135deg, #fffdfa 0%, #f9fbf9 100%);
	box-shadow: 0 18px 42px rgba(13, 26, 20, 0.1);
}

input#wmsl-locator-1-search {
	line-height: 1.6;
	padding: .5em 1em;
}

.wmsl-store-locator--empty {
	display: block;
	padding: 20px 22px;
	border-radius: 20px;
	background: #f5f7f4;
	color: var(--wmsl-text);
}

.wmsl-store-locator__list-column,
.wmsl-store-locator__details-column,
.wmsl-store-locator__map-column {
	min-width: 0;
	min-height: 0;
}

.wmsl-store-locator__list-column,
.wmsl-store-locator__details-column {
	display: grid;
	grid-template-rows: auto minmax(0, 1fr);
	overflow: hidden;
	backdrop-filter: blur(8px);
}

.wmsl-store-locator__list-column {
	background: rgba(255, 255, 255, 0.82);
	border-right: 1px solid rgba(23, 43, 34, 0.08);
}

.wmsl-store-locator__details-column {
	background: rgba(255, 253, 251, 0.88);
	border-right: 1px solid rgba(23, 43, 34, 0.08);
}

.wmsl-store-locator.is-enhanced:not(.has-open-details) {
	grid-template-columns: minmax(240px, 350px) minmax(0, 1fr);
}

.wmsl-store-locator.is-enhanced:not(.has-open-details) .wmsl-store-locator__details-column {
	display: none;
}

.wmsl-store-locator__list-head,
.wmsl-store-details-empty,
.wmsl-store-details-panel__scroller {
	padding: 20px 20px 18px;
}

.wmsl-store-locator__eyebrow,
.wmsl-store-details-empty__eyebrow,
.wmsl-store-details-panel__eyebrow {
	margin: 0 0 8px;
/* 	font-size: 0.7rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase; */
	font-family: var( --e-global-typography-02c2a55-font-family ), Sans-serif;
  font-size: var( --e-global-typography-02c2a55-font-size );
  font-weight: var( --e-global-typography-02c2a55-font-weight );
  text-transform: var( --e-global-typography-02c2a55-text-transform );
  line-height: var( --e-global-typography-02c2a55-line-height );
  letter-spacing: var( --e-global-typography-02c2a55-letter-spacing );
	color: var(--wmsl-accent);
}

.wmsl-store-locator__title,
.wmsl-store-details-empty__title,
.wmsl-store-details-panel__title {
	margin: 0;
	color: var(--wmsl-heading);
	line-height: 1.08;
}

.wmsl-store-locator__title {
	font-size: clamp(1.18rem, 1.6vw, 1.5rem);
}

.wmsl-store-details-empty__title,
.wmsl-store-details-panel__title {
	font-size: clamp(1.1rem, 1.75vw, 1.55rem);
	max-width: 18ch;
}

.wmsl-store-details-empty__text,
.wmsl-store-details-panel__address {
	margin: 8px 0 0;
	max-width: 38ch;
	color: var(--wmsl-text);
	font-size: 0.92rem;
	line-height: 1.5;
}

.wmsl-store-locator__search {
	width: 100%;
	margin-top: 14px;
	padding: 13px 14px;
	border: 1px solid rgba(26, 58, 42, 0.14);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.92);
	font-size: 0.94rem;
	color: var(--wmsl-heading);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.wmsl-store-locator__search:focus {
	outline: 2px solid transparent;
	border-color: rgba(232, 97, 10, 0.4);
	box-shadow: 0 0 0 4px rgba(232, 97, 10, 0.1);
}

.wmsl-store-locator__list,
.wmsl-store-details-stack {
	overflow-y: auto;
	padding: 0 10px 12px 14px;
}

.wmsl-store-locator__list::-webkit-scrollbar,
.wmsl-store-details-stack::-webkit-scrollbar,
.wmsl-store-details-panel__scroller::-webkit-scrollbar {
	width: 10px;
}

.wmsl-store-locator__list::-webkit-scrollbar-thumb,
.wmsl-store-details-stack::-webkit-scrollbar-thumb,
.wmsl-store-details-panel__scroller::-webkit-scrollbar-thumb {
	border: 3px solid transparent;
	border-radius: 999px;
	background: rgba(26, 58, 42, 0.18);
	background-clip: padding-box;
}

.wmsl-store-locator__empty {
	margin: 8px 6px 0 0;
	padding: 14px 16px;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.84);
	color: var(--wmsl-text);
}

.wmsl-store-list-item {
	display: grid;
	gap: 1.25em;
	margin-right: 4px;
	padding: 1em;
	border-bottom: 1px solid rgba(23, 43, 34, 0.08);
	background: transparent;
	transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.wmsl-store-list-item.is-active {
	background: rgba(232, 97, 10, 0.035);
	box-shadow: inset 2px 0 0 var(--wmsl-accent);
}

.wmsl-store-list-item__select {
	display: grid;
	gap: .5em;
	width: 100%;
	padding: 0 !important;
	border: none !important;
	background: transparent !important;
	text-align: left;
	cursor: pointer;
}

.wmsl-store-list-item__heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.wmsl-store-list-item__name {
/* 	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.3; */
	font-family: var( --e-global-typography-668ed62-font-family ), Sans-serif;
  font-size: var( --e-global-typography-668ed62-font-size );
  text-transform: var( --e-global-typography-668ed62-text-transform );
  line-height: var( --e-global-typography-668ed62-line-height );
  letter-spacing: var( --e-global-typography-668ed62-letter-spacing );
	font-weight: 400;
	color: var(--wmsl-heading);
}

.wmsl-store-list-item__badge {
	flex-shrink: 0;
	padding: 5px 10px;
	border-radius: 999px;
	background: rgba(26, 58, 42, 0.08);
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: var(--wmsl-primary);
}

.wmsl-store-list-item__address {
	color: var(--wmsl-text);
/* 	font-size: 0.9rem;
	line-height: 1.45; */
	font-family: var( --e-global-typography-c8c9620-font-family ), Sans-serif;
  font-size: var( --e-global-typography-c8c9620-font-size );
  line-height: var( --e-global-typography-c8c9620-line-height );
  letter-spacing: var( --e-global-typography-c8c9620-letter-spacing );
	text-transform: none;
	font-weight: 400;
}

.wmsl-store-list-item__more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0 !important;
	border: 0 !Important;
	background: transparent !important;
/* 	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.04em; */
	font-family: var( --e-global-typography-455aa93-font-family ), Sans-serif;
  font-size: var( --e-global-typography-455aa93-font-size );
  font-weight: var( --e-global-typography-455aa93-font-weight );
  text-transform: var( --e-global-typography-455aa93-text-transform );
  line-height: var( --e-global-typography-455aa93-line-height );
  letter-spacing: var( --e-global-typography-455aa93-letter-spacing );
	text-transform: uppercase;
	color: rgba(186, 61, 0, 0.92) !important;
	cursor: pointer;
}

.wmsl-store-list-item__more-arrow {
	font-size: 1rem;
	line-height: 1;
	transition: transform 0.2s ease;
}

.wmsl-store-list-item__more:hover .wmsl-store-list-item__more-arrow,
.wmsl-store-list-item__more:focus .wmsl-store-list-item__more-arrow {
	transform: translateX(3px);
}

.wmsl-store-details-empty {
	align-self: stretch;
	display: grid;
	align-content: center;
}

.wmsl-store-details-stack {
	overflow: hidden;
	padding: 0;
}

.wmsl-store-details-panel {
	height: 100%;
	min-height: 0;
}

.wmsl-store-details-panel__scroller {
	display: grid;
	align-content: start;
	gap: 20px;
	height: 100%;
	overflow-y: auto;
	padding: 0 18px 16px;
}

.wmsl-store-details-panel__back {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	justify-self: start;
	position: sticky;
	top: 0;
	z-index: 3;
	width: calc(100% + 36px);
	margin: 0 -18px;
	padding: 14px 18px 12px;
	border: 0 !important;
	border-radius: 0 !important;
/* 	background: linear-gradient(180deg, rgba(255, 253, 251, 0.98) 70%, rgba(255, 253, 251, 0)); */
	background: transparent;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var( --e-global-color-accent );
	cursor: pointer;
}

.wmsl-store-details-panel__back::before {
	content: '\2039';
	font-size: 1.25rem;
	line-height: 1;
}

.wmsl-store-details-panel__meta {
	display: grid;
	gap: 10px;
}

.wmsl-store-meta-card {
	padding: 0 0 10px;
	border-bottom: 1px solid rgba(23, 43, 34, 0.08);
	background: transparent;
}

.wmsl-store-meta-card__label {
	display: block;
	margin-bottom: 4px;
/* 	font-size: 0.68rem; */
/* 	font-weight: 800; */
/* 	letter-spacing: 0.08em; */
	font-size: 0.8rem;
	letter-spacing: 0.05em;
	font-family: 'Marcellus';
  font-weight: 400;
	text-transform: uppercase;
	color: var(--wmsl-muted);
}

.wmsl-store-meta-card p {
	margin: 0;
	color: var(--wmsl-heading);
	font-size: 0.95rem;
	line-height: 1.5;
}

.wmsl-store-meta-card a {
	color: var(--wmsl-heading);
	text-decoration: none;
}

.wmsl-store-details-panel__products {
	display: grid;
	gap: 14px;
	padding-top: 2px;
	border-top: 1px solid rgba(23, 43, 34, 0.08);
}

.wmsl-store-details-panel__products-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 12px;
}

.wmsl-store-details-panel__products-head h4,
.wmsl-store-details-panel__products-head span {
	margin: 0;
	color: var(--wmsl-heading);
}

.wmsl-store-details-panel__products-head h4 {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.wmsl-store-details-panel__products-head span {
	padding: 4px 9px;
	border-radius: 999px;
	background: rgba(26, 58, 42, 0.05);
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--wmsl-primary);
}

.wmsl-store-details-panel__products-empty {
	margin: 0;
	padding: 12px 0;
	background: transparent;
	color: var(--wmsl-text);
}

.wmsl-product-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.wmsl-product-card {
	display: grid;
/* 	gap: 8px; */
	padding: 0px;
	border: 1px solid rgba(23, 43, 34, 0.08);
	border-radius: 1em 0;
	background: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.wmsl-product-card:hover,
.wmsl-product-card:focus {
	border-color: rgba(232, 97, 10, 0.24);
	box-shadow: 0 16px 30px rgba(27, 36, 48, 0.08);
	transform: translateY(-2px);
}

.wmsl-product-card__image {
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 1em 0;
	overflow: hidden;
	background: #f3f5f7;
}

.wmsl-product-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wmsl-product-card__title {
	color: var(--wmsl-heading);
	font-size: 0.82rem;
	padding: .8em .5em;
	font-weight: 700;
	line-height: 1.3;
	font-size: 1rem;
  font-weight: 400;
  font-family: 'Marcellus';
}

.wmsl-store-locator__map-column {
	position: relative;
	background:
		linear-gradient(180deg, rgba(244, 250, 244, 0.56) 0%, rgba(250, 247, 244, 0.76) 100%);
}

@media (max-width: 1024px) {
  .wmsl-store-locator__map-column {
    order: -1;
  }
}

.wmsl-store-locator__map-column::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.14));
	pointer-events: none;
	z-index: 401;
}

.wmsl-store-locator__map {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.wmsl-store-locator__map .leaflet-tile-pane {
	filter: saturate(0.85) contrast(0.95) brightness(1.04);
}

.wmsl-store-locator__map .leaflet-control-zoom {
	margin: 0 18px 18px 0;
	border: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(13, 26, 20, 0.2);
}

.wmsl-store-locator__map .leaflet-control-zoom a {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	background: rgba(255, 255, 255, 0.94);
	color: var(--wmsl-heading);
}

.wmsl-store-locator__map .leaflet-control-zoom a + a {
	border-top: 1px solid rgba(23, 43, 34, 0.08);
}

.wmsl-store-locator__map .leaflet-control-attribution {
	padding: 6px 10px;
	border-radius: 12px 0 0 0;
	background: rgba(255, 255, 255, 0.84);
	font-size: 0.72rem;
	color: var(--wmsl-text);
}

.wmsl-store-locator__map-notice {
	position: absolute;
	left: 18px;
	bottom: 18px;
	z-index: 402;
	max-width: 320px;
	padding: 13px 15px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(14px);
	color: var(--wmsl-text);
	box-shadow: 0 16px 38px rgba(13, 26, 20, 0.16);
}

.wmsl-map-marker {
	background: transparent;
	border: 0;
}

.wmsl-map-marker__inner {
	display: block;
	width: 2.25rem;
  height: 2.25rem;
	color: #fff;
	border-radius: 50px;
	padding: .35rem;
	background-color: #1a3a2a;
	transform-origin: center bottom;
	filter: drop-shadow(0 14px 18px rgba(26, 58, 42, 0.28));
	transition: color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.wmsl-map-marker__inner svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.leaflet-marker-icon.is-active .wmsl-map-marker__inner {
	background-color: #e8610a;
	color: #fff;
	transform: translateY(-4px) scale(1.08);
	filter: drop-shadow(0 18px 24px rgba(232, 97, 10, 0.34));
}

.wmsl-map-popup .leaflet-popup-content-wrapper {
	padding: 0;
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 22px 44px rgba(27, 36, 48, 0.18);
}

.wmsl-map-popup .leaflet-popup-content {
	margin: 0;
}

.wmsl-map-popup .leaflet-popup-tip {
	background: rgba(255, 255, 255, 0.96);
}

.wmsl-map-popup-card {
	display: grid;
	gap: 6px;
	padding: 16px 18px;
}

.wmsl-map-popup-card strong {
	color: var(--wmsl-heading);
	font-size: 1rem;
	line-height: 1.35;
}

.wmsl-map-popup-card span {
	color: var(--wmsl-text);
	line-height: 1.5;
}

@media (max-width: 1100px) {
	.wmsl-store-locator {
		grid-template-columns: 1fr;
		height: auto;
		max-height: none;
		min-height: 0;
	}

	.wmsl-store-locator.has-open-details,
	.wmsl-store-locator.is-enhanced:not(.has-open-details) {
		grid-template-columns: 1fr;
	}

	.wmsl-store-locator__list-column,
	.wmsl-store-locator__details-column {
		border-right: 0;
		border-bottom: 1px solid rgba(23, 43, 34, 0.08);
	}

	.wmsl-store-locator__list,
	.wmsl-store-details-stack,
	.wmsl-store-details-panel__scroller {
		overflow: visible;
	}

	.wmsl-store-locator__map {
		min-height: 440px;
	}
}

@media (max-width: 640px) {
	.wmsl-store-locator {
		border-radius: 0px;
	}

	.wmsl-store-locator__list-head,
	.wmsl-store-details-empty,
	.wmsl-store-details-panel__scroller {
		padding: 18px 16px;
	}

	.wmsl-store-locator__list,
	.wmsl-store-details-stack {
		padding-left: 0rem;
		padding-right: 0rem;
	}

	.wmsl-store-details-empty__title,
	.wmsl-store-details-panel__title {
		font-size: 1.35rem;
	}

	.wmsl-store-locator__map {
		min-height: 360px;
	}

	.wmsl-product-grid {
		grid-template-columns: 1fr 1fr;
	}
}
