/**
 * LIS Elementor Blocks — structural styles.
 * Colors, typography and spacing are driven by Elementor controls.
 * Everything here is layout scaffolding the controls sit on top of.
 */

/* ---------- Shared button ---------- */

.lise-btn {
	display: inline-block;
	padding: 10px 22px;
	background-color: #1a1a1a;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.lise-btn:hover,
.lise-btn:focus-visible {
	background-color: #333;
	color: #fff;
}

.lise-btn:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.lise-empty {
	padding: 24px;
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	color: #50575e;
	font-size: 14px;
	text-align: center;
}

/* ---------- Product grid ---------- */

.lise-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.lise-grid::before,
.lise-grid::after {
	content: none;
}

.lise-card {
	display: flex;
	flex-direction: column;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
	background: #fff;
	border: 1px solid #eaeaea;
}

.lise-card__media {
	position: relative;
	display: block;
	aspect-ratio: 0.75;
	overflow: hidden;
	background: #f4f4f4;
}

.lise-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.lise-card:hover .lise-card__media img {
	transform: scale(1.04);
}

.lise-card__badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	background: #d63a1e;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lise-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 14px 12px 18px;
	text-align: center;
}

.lise-card__title {
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
}

.lise-card__title a {
	color: inherit;
	text-decoration: none;
}

.lise-card__meta {
	margin: 0;
	font-size: 12px;
	opacity: 0.65;
}

.lise-card__rating .star-rating {
	margin: 0 auto;
	float: none;
}

.lise-card__price {
	margin: 0;
	font-size: 15px;
	font-weight: 600;
}

.lise-card__action {
	margin-top: auto;
	padding-top: 10px;
}

.lise-card__btn {
	font-size: 13px;
	padding: 9px 18px;
}

/* Left / right aligned cards follow the body alignment control. */
.lise-card__body[style*="left"] {
	align-items: flex-start;
}

.lise-card__body[style*="right"] {
	align-items: flex-end;
}

/* ---------- Product spotlight ---------- */

.lise-spotlight {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 40px;
}

.lise-spotlight__media {
	flex: 0 0 45%;
	max-width: 45%;
}

.lise-spotlight__media img {
	display: block;
	width: 100%;
	height: auto;
}

.lise-spotlight__content {
	flex: 1;
	min-width: 0;
}

.lise-spotlight__title {
	margin: 0 0 12px;
	font-size: 28px;
	line-height: 1.25;
}

.lise-spotlight__title a {
	color: inherit;
	text-decoration: none;
}

.lise-spotlight__price {
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

.lise-spotlight__text {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 1.65;
}

.lise-spotlight__text p:last-child {
	margin-bottom: 0;
}

/* ---------- Section heading ---------- */

.lise-heading {
	text-align: center;
}

.lise-heading__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.2;
}

.lise-heading__accent {
	display: block;
	width: 180px;
	max-width: 100%;
	margin-top: 8px;
	color: #d63a1e;
}

.lise-heading__accent--line {
	height: 3px;
	background-color: #d63a1e;
	border-radius: 2px;
}

.lise-heading__accent--brush {
	height: auto;
	background: none !important;
}

.lise-heading--center .lise-heading__accent {
	margin-left: auto;
	margin-right: auto;
}

.lise-heading--right .lise-heading__accent {
	margin-left: auto;
}

.lise-heading__subtitle {
	margin-top: 14px;
	font-size: 15px;
	line-height: 1.65;
}

.lise-heading__subtitle p:last-child {
	margin-bottom: 0;
}

/* ---------- Store info ---------- */

.lise-store {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	align-items: stretch;
}

.lise-store__details {
	flex: 1 1 320px;
	min-width: 0;
	font-size: 15px;
	line-height: 1.7;
}

.lise-store__title {
	margin: 0 0 12px;
	font-size: 20px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.lise-store__subtitle {
	margin: 18px 0 8px;
	font-size: 16px;
}

.lise-store__address,
.lise-store__phone,
.lise-store__email {
	margin: 0 0 6px;
}

.lise-store__hours {
	margin: 0 0 18px;
	padding: 0;
	list-style: none;
	max-width: 320px;
}

.lise-store__hours-row {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 2px 0;
}

.lise-store__hours-row.is-closed .lise-store__time {
	opacity: 0.7;
}

.lise-store__map {
	flex: 1 1 320px;
	min-width: 0;
}

.lise-store__map iframe {
	display: block;
	width: 100%;
	height: 320px;
	border: 0;
}

/* ---------- Responsive ---------- */

@media (max-width: 1024px) {
	.lise-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.lise-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.lise-spotlight {
		flex-direction: column !important;
	}

	.lise-spotlight__media {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.lise-spotlight__title {
		font-size: 22px;
	}

	.lise-heading__title {
		font-size: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.lise-card__media img,
	.lise-btn {
		transition: none;
	}

	.lise-card:hover .lise-card__media img {
		transform: none;
	}
}
