.single-store-page {
	background-color: #f9f7f1;
	color: #0d1134;
}

.single-store-page .container {
	width: min(100%, 1200px);
	margin: 0 auto;
	box-sizing: border-box;
}

/* Hero */
.store-hero {
	position: relative;
	margin-bottom: 76px;
        width: min(100%, 1500px);
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.store-hero__image {
	position: relative;
	height: 55vh;
	min-height: 320px;
	overflow: hidden;
}

.store-hero__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.store-hero__image::after {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}
.store-hero__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	z-index: 2;
}

.store-hero__overlay .container {
position: relative;
    height: 100%;
    padding-top: 18px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.store-hero__overlay .container::after {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/header-module-watermark.svg);
    position: absolute;
    bottom: -2px;
    right: 0%;
    aspect-ratio: 1 / 1;
    /* width: 40%; */
    height: 106%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.store-breadcrumbs,
.store-hero__content {
	position: relative;
	z-index: 2;
}

.store-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	top: 40px;
}

.store-breadcrumbs a {
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.store-breadcrumbs a:hover {
	opacity: 0.8;
}

.store-breadcrumbs .breadcrumb-separator {
	opacity: 0.8;
}

.store-hero__content {
	max-width: 420px;
	color: #ffffff;
	padding-top: 18px;
}

.store-hero__title {
	margin: 0 0 12px;
	color: #ffffff;
	font-size: clamp(38px, 4vw, 56px);
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.store-hero__tagline {
	margin-bottom: 28px;
	font-size: 18px;
	line-height: 1.45;
	font-weight: 400;
	color: #ffffff;
}

.store-hero__back-button.sbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 22px;
	border-radius: 999px;
	background: #ffffff;
	color: #0d1134;
	text-decoration: none;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.store-hero__back-button.sbtn:hover {
	color: #0d1134;
	text-decoration: none;
	transform: translateY(-1px);
	opacity: 0.96;
}

/* Main layout */
.store-content-section {
	padding-bottom: 80px;
        margin-top: 50px;
}

.store-content-grid {
	display: grid;
	/* grid-template-columns: minmax(0, 1.6fr) minmax(280px, 420px); */
	grid-template-columns: 1fr 1fr;
	column-gap: 82px;
	align-items: start;
}

.store-content-main__logo {
	margin-bottom: 34px;
}

.store-content-main__logo img {
	display: block;
	max-width: 190px;
	height: auto;
}

.store-content-main__text {
	font-size: 20px;
	line-height: 1.8;
	color: #0d1134;
}

.store-content-main__text p {
	margin: 0 0 28px;
}

.store-content-main__text p:last-child {
	margin-bottom: 0;
}

.store-content-main__text a {
	color: #0d1134;
	text-decoration: underline;
}

.store-content-main__text strong,
.store-content-main__text b {
	font-weight: 700;
}

.store-content-sidebar {
	color: #0d1134;
}

.store-sidebar__title {
	margin: 0 0 36px;
	font-size: clamp(32px, 3vw, 48px);
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #232856;
}

.store-sidebar__block + .store-sidebar__block {
	margin-top: 42px;
}

.store-sidebar__heading {
	margin: 0 0 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(13, 17, 52, 0.35);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #232856;
}

/* Opening hours */
.store-opening-hours__table {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.store-opening-hours__row {
	display: grid;
	grid-template-columns: 64px 1fr;
	column-gap: 18px;
	align-items: center;
	font-size: 16px;
	line-height: 1.4;
	color: #232856;
}
.store-opening-hours__row:not(.is-today) .store-opening-hours__day-wrap{
    padding-left: 24px;
}
.store-opening-hours__day-wrap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.store-opening-hours__dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #57c3bb;
	flex: 0 0 14px;
}

.store-opening-hours__day {
	font-weight: 500;
}

.store-opening-hours__hours {
	font-weight: 400;
}

.store-opening-hours__row.is-today .store-opening-hours__day,
.store-opening-hours__row.is-today .store-opening-hours__hours {
	font-weight: 700;
	color: #0d1134;
}

/* Contact */
.store-contact__address {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.65;
	color: #232856;
}

.store-contact__address p {
	margin: 0 0 8px;
}

.store-contact__address a {
	font-size: 14px;
	line-height: 1.3;
	font-style: italic;
	font-weight: 600;
	color: #0d1134;
	text-decoration: underline;
}

.store-contact__item {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	color: #0d1134;
}

.store-contact__item + .store-contact__item {
	margin-top: 12px;
}

.store-contact__item::before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 1;
}

.store-contact__item--phone::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M4.24159 2.5H7.03211C7.41582 2.5 7.75337 2.75694 7.85575 3.12675L8.50937 5.48757C8.59858 5.80987 8.50701 6.15504 8.27098 6.38965L6.67776 7.97387C7.46159 9.52044 8.72693 10.7796 10.2908 11.5532L11.8574 9.99438C12.0922 9.76076 12.4375 9.67037 12.7605 9.76063L15.127 10.4218C15.4972 10.5252 15.7537 10.8621 15.7537 11.2454V14.0278C15.7537 14.5655 15.3151 15 14.7728 15C8.54996 15 3.5 9.98862 3.5 3.80816C3.5 3.2659 3.93855 2.82734 4.48082 2.82734' stroke='%230d1134' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.store-contact__item--email::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M3 5.5C3 4.67157 3.67157 4 4.5 4H15.5C16.3284 4 17 4.67157 17 5.5V14.5C17 15.3284 16.3284 16 15.5 16H4.5C3.67157 16 3 15.3284 3 14.5V5.5Z' stroke='%230d1134' stroke-width='1.6'/%3E%3Cpath d='M4 6L9.13176 10.2278C9.63294 10.6407 10.3671 10.6407 10.8682 10.2278L16 6' stroke='%230d1134' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.store-contact__item--website::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 17C13.866 17 17 13.866 17 10C17 6.13401 13.866 3 10 3C6.13401 3 3 6.13401 3 10C3 13.866 6.13401 17 10 17Z' stroke='%230d1134' stroke-width='1.6'/%3E%3Cpath d='M3.5 10H16.5' stroke='%230d1134' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M10 3C11.7515 4.91756 12.7473 7.40653 12.8 10C12.7473 12.5935 11.7515 15.0824 10 17C8.24852 15.0824 7.25273 12.5935 7.2 10C7.25273 7.40653 8.24852 4.91756 10 3Z' stroke='%230d1134' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.store-contact__item a {
	color: #0d1134;
	text-decoration: none;
}

.store-contact__item a:hover {
	text-decoration: underline;
}

.store-contact__meta {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(13, 17, 52, 0.15);
}

.store-contact__meta-item {
	font-size: 15px;
	line-height: 1.55;
	color: #232856;
}

.store-contact__meta-item + .store-contact__meta-item {
	margin-top: 6px;
}

.single-stores .store-offers .dlc-promotions-empty{
	width: 100%;
}
/* Responsive */

@media (max-width: 1440px) {
	.single-store-page .container {
		width: 80%;
	}
}

@media (max-width: 1190px) {
	.store-content-grid {
		grid-template-columns: 1.5fr 1fr;
	}
}

@media (max-width: 991px) {
	.store-hero {
		margin-bottom: 54px;
	}

	.store-hero__image,
	.store-hero__image img {
		min-height: 280px;
	}

	.store-hero__overlay .container {
		padding-top: 16px;
		padding-bottom: 24px;
	}

	.store-hero__overlay .container::after {
		right: 38px;
		width: min(45%, 300px);
		opacity: 0.22;
	}

	.store-breadcrumbs {
		margin-bottom: 40px;
	}

	.store-content-grid {
		grid-template-columns: 1fr;
		row-gap: 52px;
	}

	.store-sidebar__title {
		margin-bottom: 28px;
	}
}

@media (max-width: 767px) {
	.single-store-page .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.store-hero__image,
	.store-hero__image img {
		min-height: 240px;
	}

	.store-hero__overlay .container::after {
		right: 20px;
		width: 48%;
		opacity: 0.18;
	}

	.store-breadcrumbs {
		gap: 6px;
		margin-bottom: 28px;
		font-size: 15px;
	}

	.store-hero__content {
		max-width: 100%;
		padding-top: 4px;
	}

	.store-hero__title {
		margin-bottom: 10px;
	}

	.store-hero__tagline {
		margin-bottom: 22px;
		font-size: 16px;
	}

	.store-content-section {
		padding-bottom: 56px;
	}

	.store-content-main__logo {
		margin-bottom: 26px;
	}

	.store-content-main__logo img {
		max-width: 160px;
	}

	.store-content-main__text {
		font-size: 17px;
		line-height: 1.75;
	}

	.store-sidebar__title {
		font-size: 34px;
	}

	.store-opening-hours__row {
		grid-template-columns: 56px 1fr;
		column-gap: 12px;
		font-size: 15px;
	}

	.store-contact__address,
	.store-contact__item {
		font-size: 15px;
	}
}