.stores-list-header * {
	font-family: Mulish, Helvetica, Arial, sans-serif !important;
}

.stores-list-header .stores-list-header__form-title {
	font-size: 14px;
	line-height: 20px;
}

.stores-list-header {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (min-width: 768px) {
	.stores-list-header .stores-list-header-content {
		display: flex;
		gap: 2.5rem;
	}

	.stores-list-header .stores-list-header-content-stores-list {
		width: 40%;
	}
}

.stores-list-header .stores-list-header-list-item {
	--tw-bg-opacity: 1;

	padding: 1rem;
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
	border-radius: 0.25rem;
}

.stores-list-header .stores-list-header__content {
	column-gap: 2.5rem;
	column-gap: 2.5rem;
	flex-wrap: nowrap;
}

@media (min-width: 768px) {
	.stores-list-header .stores-list-header__content {
		display: flex;
	}
}

.stores-list-header .stores-list-header__content .stores-list-header__content-list {
	flex: 1;
}

.stores-list-header .stores-list-header__content .stores-list-header__map {
	--tw-bg-opacity: 1;

	border-radius: 0.25rem;
	width: 66.666667%;
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
}

@media not all and (min-width: 768px) {
	.stores-list-header .stores-list-header__content .stores-list-header__map {
		display: none;
	}
}

.stores-list-header .stores-list-header__content .stores-list-header__map {
	min-height: 1000px;
}

.stores-list-header .stores-list-header-item__cta {
	column-gap: 0.5rem;
	column-gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 1rem;
}

.stores-list-header .stores-list-header-item__cta > a {
	display: flex;
}

.stores-list-header .stores-list-header__all-stores {
	display: flex;
	align-items: center;
	margin-top: 1.5rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: left;
}

.stores-list-header .stores-list-header__all-stores > a > span:first-child {
	text-decoration-line: underline;
}

.stores-list-header .stores-list-header__content-list .stores-list-header__content-list-items {
	--tw-border-opacity: 1;

	display: flex;
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top-width: 1px;
	border-top-color: rgb(225 225 225 / var(--tw-border-opacity, 1));
	flex-direction: column;
	row-gap: 0.75rem;
}

.stores-list-header .stores-list-header-item__content button[role='button'][data-x-dropdown-trigger] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}

.stores-list-header .stores-list-header-item .icon {
	--tw-rotate: 90deg;

	position: absolute;
	right: 0;
	width: 1.25rem;
	height: 1.25rem;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
		skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.stores-list-header .stores-list-header-item .icon svg {
	width: inherit;
	height: inherit;
}

.stores-list-header .stores-list-header-item .icon svg path {
	fill: #050111;
}

.stores-list-header .stores-list-header-item {
	--tw-border-opacity: 1;
	--tw-bg-opacity: 1;

	padding: 1rem;
	border-width: 1px;
	border-color: rgb(246 247 250 / var(--tw-border-opacity, 1));
	background-color: rgb(246 247 250 / var(--tw-bg-opacity, 1));
	transition: border-color 0.3s;
	border-radius: 0.25rem;
}

.stores-list-header .stores-list-header-item:hover {
	--tw-border-opacity: 1;

	border-color: rgb(5 1 17 / var(--tw-border-opacity, 1));
}

.stores-list-header .stores-list-header-item h1 {
	font-family: Mulish, Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}

@media (min-width: 768px) {
	.stores-list-header .stores-list-header-item h1 {
		font-size: 20px;
		line-height: 24px;
	}
}

.stores-list-header .stores-list-header-item .stores-list-header-item__expanded {
	margin-top: 1rem;
}

.stores-list-header .stores-list-header-item .stores-list-header-item__expanded > address > p {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.stores-list-header .stores-list-header-item .stores-list-header-item__expanded > address p + a {
	display: block;
	margin-top: 0.75rem;
	font-weight: 700;
	font-style: normal;
}

.stores-list-header .stores-list-header-item .stores-list-header-item__expanded address + ul > li {
	--tw-text-opacity: 1;

	font-size: 14px;
	line-height: 20px;
	color: rgb(5 1 17 / var(--tw-text-opacity, 1));
}

.stores-list-header .stores-list-header-item .stores-list-header-item__expanded address + ul > li > span:first-child {
	font-weight: 700;
}

.stores-list-header .stores-list-header-item .stores-list-header-item__open-close {
	--tw-text-opacity: 1;

	margin-top: 1.5rem;
	font-size: 14px;
	line-height: 20px;
	color: rgb(125 97 64 / var(--tw-text-opacity, 1));
}

.stores-list-header x-dropdown[status='on'] .stores-list-header-item__content .stores-list-header-item__open-close {
	display: none;
}

.stores-list-header x-dropdown[status='on'] .stores-list-header-item__expanded ul li > span:first-child {
	font-weight: 700;
}

.stores-list-header x-dropdown[status='on'] .stores-list-header-item__expanded ul {
	font-size: 14px;
	line-height: 20px;
}

.stores-list-header x-dropdown[status='on'] .icon {
	--tw-rotate: -90deg;

	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
		skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.stores-list-header x-dropdown[status='on'] address + p {
	margin-top: 0.5rem;
}

.stores-list-header x-dropdown[status='on'] .stores-list-header-item {
	--tw-border-opacity: 1;

	border-width: 1px;
	border-color: rgb(5 1 17 / var(--tw-border-opacity, 1));
}
