.storePage .storePageContent h1 {
	margin-bottom: 40px;
	text-align: center;
}

.storePage .storeActions > * {
	margin-bottom: 40px;
}

.storePage .storeActions .storeForm,
.storePage .storeActions .storeReview {
	border: 1px solid var(--color-yellow1);
	height: 100%;
	padding: 24px;
}

@media (min-width: 992px) {
	.storePage .storeActions .storeForm,
	.storePage .storeActions .storeReview {
		padding: 48px;
	}
}

.storePage .storeActions h2,
.storePage .storeActions p {
	margin-bottom: 20px;
	max-width: 400px;
}

.storePage .storeActions p {
	font-size: var(--font-size-md);
	line-height: var(--line-height-md);
}

.storePage .storeActions p strong {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
	line-height: var(--line-height-md);
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 12px;
	max-width: 400px;
	position: relative;
}

.storePage .storeActions .storeForm .wpcf7-list-item {
	margin: 0;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input {
	border: 1px solid var(--color-grey2);
	border-radius: 4px;
	font-family: var(--font-family);
	font-size: var(--font-size-md);
	font-style: var(--font-style-normal);
	font-weight: var(--font-weight-regular);
	line-height: var(--line-height-md);
	margin: 0;
	outline: none !important;
	padding: 32px 12px 12px 12px;
	width: 100%;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:active,
.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:focus {
	border-color: var(--color-black);
	font-weight: var(--font-weight-bold);
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap + label {
	display: none;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap > label {
	display: block;
	left: 12px;
	position: absolute;
	top: 12px;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input.wpcf7-validates-as-required + label:after,
.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input.wpcf7-validates-as-required + * + label:after {
	color: var(--color-red1);
	content: '*';
	margin-left: 4px;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:active + label,
.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:active + * + label,
.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:focus + label,
.storePage .storeActions .storeForm .wpcf7-form-control-wrap > input:focus + * + label {
	font-weight: var(--font-weight-bold);
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	margin-top: 4px;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap input[type="checkbox"] {
	display: none;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap input[type="checkbox"] + span {
	cursor: pointer;
	display: block;
	font-size: var(--font-size-xs);
	line-height: var(--line-height-xs);
	padding-left: 28px;
	user-select: none;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap input[type="checkbox"] + span:before {
	border: 1px solid var(--color-grey2);
	border-radius: 4px;
	content: '';
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
}

.storePage .storeActions .storeForm .wpcf7-form-control-wrap input[type="checkbox"]:checked + span:before {
	background-color: var(--color-red1);
	border-color: var(--color-red1);
	color: var(--color-white);
	content: '\2713';
	line-height: 16px;
	text-align: center;
}

.storePage .storeActions .storeForm .wpcf7 form.sent .wpcf7-response-output {
	background: var(--color-yellow-gradient1);
	border: none;
	color: var(--color-red1);
	margin: 40px 0 0 0;
	padding: 12px 16px;
}

.storePage .storeActions .storeForm .primaryButton {
	font-family: var(--font-family);
	margin-top: 20px;
}

.storePage .storeActions .storeReview a {
	margin-bottom: 32px;
}

.storePage .storeActions .storeReview div:last-child {
	margin-top: auto;
}

.storePage .storeMeta {
	margin-bottom: 40px;
}

.storePage .storeMeta .storeDetails {
	margin: 0 auto 40px;
	max-width: 460px;
	width: 100%;
}

@media (min-width: 992px) {
	.storePage .storeMeta .storeDetails {
		margin-bottom: 0;
	}
}

.storePage .storeMeta .storeDetails > div:not(:last-child) {
	margin-bottom: 20px;
}

.storePage .storeMeta .storeDetails .storeDetailsHeading {
	border: solid var(--color-grey4);
	border-width: 0 0 2px 0;
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-condensed-black);
	line-height: var(--line-height-lg);
	padding: 12px 16px;
}

.storePage .storeMeta .storeDetails .storeDetailsContent {
	padding: 8px 32px;
}

.storePage .storeMeta .storeDetails .storeDetailsContent.highlight {
	background: var(--color-yellow-gradient2);
}

.storePage .storeMeta .storeDetails .storeDetailsContent p {
	font-size: var(--font-size-rg);
	line-height: var(--line-height-rg);
}

.storePage .storeMeta .storeDetails .storeDetailsContent p:first-child {
	margin-right: 20px;
}

.storePage .storeMeta .storeDetails > div p + p {
	text-align: right;
}

.storePage .storeMeta .storeDetails > div:last-child p + p {
	font-weight: var(--font-weight-bold);
}

.storePage .storeMeta .storeMap {
	height: 400px;
}