/**
 * Mizutani Israel — Precision & Clarity design system
 */

:root {
	--mz-bg: #f9f9fb;
	--mz-surface: #ffffff;
	--mz-surface-low: #f3f3f5;
	--mz-surface-high: #e8e8ea;
	--mz-fg: #1a1c1d;
	--mz-muted: #4c4546;
	--mz-outline: rgba(0, 0, 0, 0.08);
	--mz-primary: #1a1c1d;
	--mz-brand: #f97501;
	--mz-brand-hover: #e06a01;
	--mz-brand-rgb: 249, 117, 1;
	--mz-secondary: #f97501;
	--mz-gold: #c5a059;
	--mz-glass: rgba(255, 255, 255, 0.72);
	--mz-radius-sm: 12px;
	--mz-radius: 16px;
	--mz-radius-lg: 24px;
	--mz-radius-xl: 32px;
	--mz-pad-x: clamp(1.25rem, 4vw, 2.5rem);
	--mz-stack: clamp(3rem, 7vw, 5rem);
	--mz-max: 1200px;
	--mz-header-height: 80px;
	--mz-header-gap: 30px;
	--mz-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--lynessa-cta-orange: #f97501;
	--lynessa-cta-orange-hover: #e06a01;
	--wd-primary-color: #f97501;
}

html {
	overflow-x: clip;
	scroll-padding-top: calc(var(--mz-header-height) + var(--mz-header-gap));
}

body.mz-design {
	background: var(--mz-bg);
	color: var(--mz-fg);
	font-family: var(--mz-font);
	-webkit-font-smoothing: antialiased;
	max-width: 100%;
	overflow-x: clip;
}

body.mz-design #header.header,
body.mz-design footer#footer.footer {
	display: none !important;
}

.mz-container {
	margin-left: auto;
	margin-right: auto;
	max-width: var(--mz-max);
	padding-left: var(--mz-pad-x);
	padding-right: var(--mz-pad-x);
}

body.mz-design {
	--lynessa-cta-orange: #f97501;
	--lynessa-cta-orange-hover: #e06a01;
	--wd-primary-color: #f97501;
}

.mz-section--bleed {
	box-sizing: border-box;
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	overflow-x: clip;
	width: 100vw;
}

.mz-main,
body.mz-design .site-main {
	max-width: 100%;
	overflow-x: clip;
	padding-top: calc(var(--mz-header-height) + var(--mz-header-gap));
}

.mz-page .mz-page-hero:first-child,
.mz-page-hero {
	margin-top: 0;
}

/* Video hero */
.mz-hero--video {
	padding: 0 var(--mz-pad-x) var(--mz-stack);
}

.mz-hero--video .mz-hero__frame {
	border-radius: var(--mz-radius-xl);
	overflow: hidden;
	position: relative;
}

.mz-hero--home.mz-hero--video .mz-hero__frame {
	height: clamp(420px, 72vh, 640px);
}

.mz-hero--shop.mz-hero--video {
	padding: 1rem var(--mz-pad-x) 1.75rem;
}

.mz-hero--shop.mz-hero--video .mz-hero__frame {
	height: clamp(320px, 52vh, 480px);
}

.mz-hero__video,
.mz-hero--video .mz-hero__bg {
	height: 100%;
	inset: 0;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
}

.mz-hero__video {
	display: block;
}

.mz-hero--video .mz-hero__bg {
	background-position: center;
	background-size: cover;
}

.mz-hero__desc {
	color: rgba(255, 255, 255, 0.88);
	margin: 0.75rem 0 0;
	max-width: 38rem;
}

.mz-hero--shop .mz-hero__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	top: 0;
}

.mz-hero--shop .mz-hero__desc {
	margin-inline: auto;
	max-width: 36rem;
}

.mz-hero--shop .mz-hero__actions {
	justify-content: center;
	margin-top: 1.25rem;
}

/* Brand logo */
.mz-logo,
.mz-header__logo-link .custom-logo,
.mz-header__logo-link img,
.mz-footer__logo-link img {
	display: block;
	height: auto;
	max-height: 36px;
	max-width: 160px;
	width: auto;
}

.mz-logo--il,
.mz-header__logo-link .mz-logo--il,
.mz-footer__logo-link .mz-logo--il {
	max-height: 38px;
	max-width: 148px;
}

.mz-logo--footer {
	filter: none;
	max-height: 40px;
}

.mz-logo--footer.mz-logo--il {
	max-height: 42px;
	max-width: 160px;
}

.mz-footer__logo-link {
	display: inline-block;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.mz-header__logo-link .mz-logo {
		max-height: 28px;
		max-width: 120px;
	}

	.mz-header__logo-link .mz-logo--il {
		max-height: 30px;
		max-width: 112px;
	}
}

/* Home hero (static image fallback) */
.mz-hero:not(.mz-hero--video) {
	padding: 0 var(--mz-pad-x) var(--mz-stack);
}

.mz-hero:not(.mz-hero--video) .mz-hero__frame {
	border-radius: var(--mz-radius-xl);
	height: clamp(420px, 72vh, 640px);
	overflow: hidden;
	position: relative;
}

.mz-hero:not(.mz-hero--video) .mz-hero__bg {
	background-color: var(--mz-surface-high);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.mz-hero__overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.55) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.mz-hero__content {
	bottom: 0;
	color: #fff;
	left: 0;
	padding: clamp(1.5rem, 5vw, 3rem);
	position: absolute;
	right: 0;
	z-index: 2;
}

.mz-hero__content .mz-display {
	color: #fff;
}

.mz-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.mz-btn--white {
	background: #fff;
	color: var(--mz-primary);
}

.mz-btn--ghost {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

/* Typography */
.mz-display {
	font-size: clamp(2rem, 5vw, 3.5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 0 0 1rem;
}

.mz-display-sm {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.15;
	margin: 0;
}

.mz-body-lg {
	font-size: 1.125rem;
	line-height: 1.55;
}

.mz-body-md {
	font-size: 1rem;
	line-height: 1.5;
}

.mz-muted {
	color: var(--mz-muted);
}

.mz-label {
	color: var(--mz-secondary);
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.mz-label--gold {
	color: var(--mz-gold);
}

/* Header — always RTL on Hebrew site (desktop + mobile) */
.mz-header,
.mz-header__inner,
.mz-header__brand,
.mz-header__nav,
.mz-header__menu,
.mz-header__actions {
	direction: rtl;
}

.mz-header {
	background: var(--mz-glass);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-bottom: 1px solid var(--mz-outline);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.mz-header--scrolled {
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.mz-header__inner {
	align-items: center;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: var(--mz-max);
	min-height: var(--mz-header-height);
	padding: 0.75rem var(--mz-pad-x);
	position: relative;
}

.mz-header__brand {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 2rem;
	min-width: 0;
}

.mz-header__nav {
	align-items: center;
	display: block;
	min-width: 0;
}

.mz-header__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mz-header__menu--mobile-extra {
	display: none;
}

.mz-header__menu--mobile-extra a {
	align-items: center;
	display: inline-flex;
	gap: 0.5rem;
}

.mz-header__menu--mobile-extra .material-symbols-outlined {
	font-size: 1.25rem;
}

.mz-header__logo-link .custom-logo,
.mz-header__logo-link img {
	display: block;
	height: auto;
	max-height: 32px;
	width: auto;
}

.mz-header__logo-link .mz-logo--il {
	max-height: 38px;
	max-width: 148px;
}

body.mz-design .mz-header__logo-link .mz-logo:not(.mz-logo--il),
body.mz-design .mz-header__logo-link .custom-logo:not(.mz-logo--il),
body.mz-design .mz-header__logo-link img:not(.mz-logo--il) {
	filter: brightness(0) saturate(100%) invert(55%) sepia(98%) saturate(3283%) hue-rotate(360deg) brightness(101%) contrast(101%);
}

body.mz-design .mz-header__logo-link .mz-logo--il {
	filter: none;
}

body.mz-design .mz-header__logo-text {
	color: var(--mz-brand);
}

.mz-header__logo-text {
	font-size: 0.95rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mz-header__menu a {
	color: var(--mz-muted);
	font-size: 0.9375rem;
	font-weight: 500;
	text-align: start;
	text-decoration: none;
	transition: color 0.2s;
}

.mz-header__menu a:hover,
.mz-header__menu .current-menu-item > a {
	color: var(--mz-brand);
}

.mz-header__actions {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.65rem;
}

.mz-header__icon {
	align-items: center;
	color: var(--mz-primary);
	display: inline-flex;
	justify-content: center;
	position: relative;
	text-decoration: none;
}

.mz-header__badge {
	background: var(--mz-brand);
	border-radius: 999px;
	color: #fff;
	font-size: 0.65rem;
	font-weight: 700;
	inset-inline-end: -4px;
	line-height: 1;
	min-width: 1.1rem;
	padding: 0.15rem 0.35rem;
	position: absolute;
	text-align: center;
	top: -4px;
}

.mz-header__menu-toggle {
	background: transparent;
	border: none;
	color: var(--mz-primary);
	cursor: pointer;
	display: none;
	padding: 0.25rem;
}

.mz-btn {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 600;
	justify-content: center;
	letter-spacing: 0.08em;
	padding: 0.65rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: transform 0.15s, opacity 0.15s;
}

.mz-btn--primary {
	background: var(--mz-brand);
	border: none;
	color: #fff;
}

.mz-btn--primary:hover {
	background: var(--mz-brand-hover);
	opacity: 1;
	transform: scale(1.02);
}

.mz-link {
	border-bottom: 1px solid var(--mz-outline);
	color: var(--mz-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.mz-link:hover {
	color: var(--mz-brand);
}

/* Desktop header — horizontal nav (restore pre-mobile layout) */
@media (min-width: 992px) {
	.mz-header__brand {
		align-items: center;
		flex: 1;
		gap: 2rem;
	}

	.mz-header__nav {
		background: transparent;
		border: 0;
		display: block !important;
		padding: 0;
		position: static;
		width: auto;
	}

	.mz-header__menu--primary,
	.mz-header__menu:not(.mz-header__menu--mobile-extra) {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1.5rem;
	}

	.mz-header__menu--mobile-extra {
		display: none !important;
	}

	.mz-header__menu-toggle {
		display: none !important;
	}

	.mz-header__shop {
		display: inline-flex !important;
	}

	.mz-header__icon--desktop {
		display: inline-flex !important;
	}
}

@media (max-width: 991px) {
	.mz-header__menu-toggle {
		display: inline-flex;
	}

	.mz-header__brand {
		flex: 1;
		gap: 0;
	}

	.mz-header__nav {
		background: var(--mz-surface);
		border-bottom: 1px solid var(--mz-outline);
		box-shadow: 0 16px 32px -20px rgba(0, 0, 0, 0.18);
		display: none;
		inset-inline: 0;
		padding: 1rem var(--mz-pad-x) 1.25rem;
		position: absolute;
		top: 100%;
		z-index: 20;
	}

	.mz-header__nav--open {
		display: block;
	}

	.mz-header__menu--primary,
	.mz-header__menu:not(.mz-header__menu--mobile-extra) {
		flex-direction: column;
		gap: 0.75rem;
	}

	.mz-header__menu--mobile-extra {
		border-top: 1px solid var(--mz-outline);
		display: flex;
		flex-direction: column;
		gap: 0.75rem;
		margin-top: 0.85rem;
		padding-top: 0.85rem;
	}

	.mz-header__icon--desktop {
		display: none !important;
	}

	.mz-header__shop {
		display: none !important;
	}

	body.mz-header-nav-open {
		overflow: hidden;
	}
}

/* Footer */
.mz-footer {
	background: var(--mz-bg);
	border-top: 1px solid var(--mz-outline);
}

.mz-footer__inner {
	padding: var(--mz-stack) var(--mz-pad-x);
	text-align: center;
}

.mz-footer__brand {
	margin-bottom: 1.5rem;
}

.mz-footer__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 2rem;
	justify-content: center;
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
}

.mz-footer__menu a {
	color: var(--mz-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-transform: uppercase;
}

.mz-footer__copy {
	color: var(--mz-muted);
	font-size: 0.75rem;
	letter-spacing: 0.06em;
	margin: 0;
	opacity: 0.7;
	text-transform: uppercase;
}

.mz-newsletter {
	background: var(--mz-surface-low);
	padding: var(--mz-stack) 0;
	text-align: center;
}

.mz-newsletter__form input[type="email"] {
	background: #fff;
	border: none;
	border-radius: 999px;
	margin-bottom: 0.75rem;
	max-width: 100%;
	padding: 0.9rem 1.25rem;
	width: 100%;
}

/* Sections */
.mz-section {
	padding: var(--mz-stack) 0;
}

.mz-section__head {
	align-items: flex-end;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.mz-section__head--center {
	flex-direction: column;
	text-align: center;
}

/* Marquee */
.mz-marquee {
	overflow: hidden;
	padding: 2rem 0;
}

.mz-marquee__track {
	animation: mz-marquee 36s linear infinite;
	display: inline-flex;
	gap: 3rem;
	white-space: nowrap;
}

.mz-marquee__item {
	color: var(--mz-fg);
	font-size: clamp(1.25rem, 3vw, 2rem);
	font-weight: 600;
	opacity: 0.12;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

@keyframes mz-marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

/* Home product sliders — equal cards & square images */
.mz-home-products,
.mz-bestsellers .position-relative {
	position: relative;
}

.mz-home-products-swiper,
.mz-bestsellers .bestsellers-swiper {
	overflow: hidden;
	padding: 0.25rem 2.5rem 2.25rem;
	position: relative;
}

.mz-home-products-swiper .swiper-slide,
.mz-bestsellers .swiper-slide {
	display: flex;
	height: auto;
}

.mz-home-product-card {
	background: var(--mz-surface);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: var(--mz-radius-lg);
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.05);
	color: inherit;
	display: flex;
	flex: 1;
	flex-direction: column;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	width: 100%;
}

.mz-home-product-card:hover {
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
	text-decoration: none;
	transform: translateY(-3px);
}

.mz-home-product-card__media {
	aspect-ratio: 1;
	background: #f5f5f7;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mz-home-product-card__media img,
.mz-home-product-card__img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.mz-home-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.35rem;
	min-height: 5.25rem;
	padding: 0.85rem 1rem 1rem;
}

.mz-home-product-card__title,
.mz-product-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.35;
	margin: 0;
	min-height: 2.7em;
	overflow: hidden;
}

.mz-home-product-card__price,
.mz-product-card__price {
	color: var(--mz-muted);
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: auto;
}

.mz-home-products__prev,
.mz-home-products__next,
.mz-bestsellers .swiper-button-prev,
.mz-bestsellers .swiper-button-next {
	--swiper-navigation-color: var(--mz-fg);
	backdrop-filter: blur(14px) saturate(160%);
	-webkit-backdrop-filter: blur(14px) saturate(160%);
	background: rgba(255, 255, 255, 0.42) !important;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 999px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
	color: var(--mz-fg) !important;
	height: 2.25rem;
	margin-top: 0;
	top: 42%;
	width: 2.25rem;
}

.mz-home-products__prev::after,
.mz-home-products__next::after,
.mz-bestsellers .swiper-button-prev::after,
.mz-bestsellers .swiper-button-next::after {
	font-size: 0.85rem;
	font-weight: 700;
}

@media (max-width: 639px) {
	.mz-home-products-swiper,
	.mz-bestsellers .bestsellers-swiper {
		margin-inline: 0;
		padding-inline: 0;
		width: 100%;
	}

	.mz-home-products__prev,
	.mz-home-products__next,
	.mz-bestsellers .swiper-button-prev,
	.mz-bestsellers .swiper-button-next {
		display: none;
	}
}

/* Craftsmanship block */
.mz-craft {
	background: var(--mz-surface-high);
	border-radius: var(--mz-radius-xl);
	margin-bottom: var(--mz-stack);
	padding: var(--mz-stack) 0;
}

.mz-craft__grid {
	align-items: center;
	display: grid;
	gap: 2.5rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.mz-craft__grid {
		grid-template-columns: 1fr 1fr;
	}
}

.mz-craft__media {
	aspect-ratio: 4/5;
	background: linear-gradient(145deg, #e8e8ea, #f3f3f5);
	border-radius: var(--mz-radius-lg);
	overflow: hidden;
}

.mz-craft__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mz-showrooms {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr;
}

@media (min-width: 768px) {
	.mz-showrooms {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mz-showroom-card__media {
	aspect-ratio: 16/10;
	background: linear-gradient(135deg, #eeeef0, #f9f9fb);
	border-radius: var(--mz-radius);
	margin-bottom: 1rem;
	overflow: hidden;
}

.mz-showroom-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mz-showroom-card h3 {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.35rem;
}

/* Page */
.mz-page-hero {
	background: var(--mz-surface-low);
	padding: calc(var(--mz-stack) * 0.75) 0;
}

.mz-page__content {
	max-width: 100%;
	overflow-x: clip;
	padding-bottom: var(--mz-stack);
}

.mz-page__content img,
.mz-page__content video,
.mz-page__content iframe,
.mz-page__content embed,
.mz-page__content object,
.mz-page__content svg {
	height: auto;
	max-width: 100%;
}

.mz-page__content table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

.mz-page__content pre,
.mz-page__content code {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
	word-break: break-word;
}

.mz-page__content > *:first-child {
	margin-top: 0;
}

.mz-checklist {
	line-height: 1.7;
	padding-left: 1.25rem;
}

/* Reveal & motion */
.mz-reveal {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition:
		opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	transition-delay: var(--mz-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.mz-reveal--visible {
	opacity: 1;
	transform: none;
}

.mz-front .mz-home-blog {
	padding-top: 0.5rem;
}

.mz-front .mz-hero--home.mz-hero--video {
	padding-bottom: 0;
}

.mz-front .mz-hero--home.mz-hero--video + .mz-info-banner {
	padding-top: 15px;
}

/* ACF legacy blocks — soften & round */
.mz-acf-blocks {
	max-width: 100%;
	overflow-x: clip;
}

.mz-bestsellers .section-title {
	font-size: clamp(1.35rem, 3vw, 1.75rem);
	font-weight: 700;
	margin-bottom: 1.5rem;
	text-align: center;
}

.mz-bestsellers .section-title::after {
	background: var(--mz-brand);
	content: "";
	display: block;
	height: 3px;
	margin: 0.75rem auto 0;
	width: 48px;
}

.mz-bestsellers .bestsellers-swiper {
	min-height: 0;
}

.mz-bestsellers__meta {
	background: transparent;
	border-radius: 0;
}

.mz-bestsellers .thumb-link {
	height: 100%;
}

.mz-front .info-section,
.mz-info-banner {
	background: var(--mz-surface-low);
	margin: 0 calc(-1 * var(--mz-pad-x));
	padding: 1.15rem var(--mz-pad-x);
}

.mz-info-banner__grid {
	display: grid;
	gap: 0.65rem 0.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mz-info-banner__item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	text-align: center;
}

.mz-info-banner__item:nth-child(1) {
	--mz-reveal-delay: 60ms;
}

.mz-info-banner__item:nth-child(2) {
	--mz-reveal-delay: 140ms;
}

.mz-info-banner__item:nth-child(3) {
	--mz-reveal-delay: 220ms;
}

.mz-info-banner__icon-wrap {
	align-items: center;
	background: rgba(var(--mz-brand-rgb), 0.1);
	border: 1px solid rgba(var(--mz-brand-rgb), 0.18);
	border-radius: 14px;
	display: inline-flex;
	flex-shrink: 0;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.mz-info-banner__icon {
	color: var(--mz-brand);
	font-size: 1.4rem;
	line-height: 1;
}

.mz-info-banner__img {
	display: block;
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.mz-info-banner__text {
	color: var(--mz-fg);
	font-size: 0.625rem;
	font-weight: 500;
	hyphens: auto;
	line-height: 1.35;
	margin: 0;
	max-width: none;
}

@media (min-width: 640px) {
	.mz-info-banner {
		padding: 1.35rem var(--mz-pad-x);
	}

	.mz-info-banner__grid {
		gap: 1.25rem 1rem;
	}

	.mz-info-banner__icon-wrap {
		border-radius: 16px;
		height: 52px;
		width: 52px;
	}

	.mz-info-banner__icon {
		font-size: 1.65rem;
	}

	.mz-info-banner__text {
		font-size: 0.8125rem;
		max-width: 14rem;
	}
}

.mz-acf-blocks img {
	border-radius: var(--mz-radius);
}

.mz-acf-blocks .section,
.mz-acf-blocks section {
	margin-bottom: var(--mz-stack);
}

/* Shop catalog (Mizutani design mock) */
.mz-shop {
	padding-bottom: var(--mz-stack);
}

.mz-shop__wrap {
	padding-bottom: 2rem;
	padding-top: 30px;
}

.mz-shop__filter-toggle {
	display: none !important;
}

/* Mobile — circle filter & sort buttons */
.mz-shop__mobile-actions {
	align-items: center;
	display: none;
	gap: 0.65rem;
	justify-content: flex-end;
	margin-bottom: 1rem;
}

.mz-shop__action-btn {
	align-items: center;
	backdrop-filter: blur(18px) saturate(165%);
	-webkit-backdrop-filter: blur(18px) saturate(165%);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	box-shadow:
		0 4px 18px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.65);
	color: var(--mz-fg);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 2.75rem;
	justify-content: center;
	transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
	width: 2.75rem;
}

.mz-shop__action-btn .material-symbols-outlined {
	font-size: 1.35rem;
	line-height: 1;
}

.mz-shop__action-btn:hover,
.mz-shop__action-btn[aria-expanded="true"] {
	background: rgba(var(--mz-brand-rgb), 0.14);
	border-color: rgba(var(--mz-brand-rgb), 0.28);
	box-shadow:
		0 6px 22px rgba(var(--mz-brand-rgb), 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.7);
	color: var(--mz-brand);
}

.mz-shop__action-btn:active {
	transform: scale(0.96);
}

.mz-shop__layout {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media (min-width: 768px) {
	.mz-shop__layout {
		flex-direction: row;
		gap: 1.5rem;
	}

	.mz-shop__layout--rtl {
		flex-direction: row-reverse;
	}
}

.mz-shop__sidebar {
	flex-shrink: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.mz-shop__sidebar {
		position: sticky;
		top: calc(var(--mz-header-height) + var(--mz-header-gap) + 1rem);
		width: 18rem;
		max-height: calc(100vh - var(--mz-header-height) - var(--mz-header-gap) - 1.5rem);
		overflow-y: auto;
	}
}

.mz-shop__main {
	flex: 1;
	min-width: 0;
}

/* Shop page: legacy theme sometimes outputs the product grid twice */
body.mz-design .mz-shop__main > .woocommerce ~ .woocommerce {
	display: none !important;
}

.mz-shop-filters__block + .mz-shop-filters__block {
	margin-top: 2rem;
}

.mz-shop-filters__label,
.mz-shop-filters .widget-title {
	color: var(--mz-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin: 0 0 1rem;
	text-transform: uppercase;
}

.mz-shop-search {
	position: relative;
}

.mz-shop-search__input {
	background: var(--mz-surface-low);
	border: 1px solid var(--mz-outline);
	border-radius: 999px;
	box-sizing: border-box;
	color: var(--mz-fg);
	font-family: inherit;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	min-height: 2.75rem;
	outline: none;
	padding-block: 0.55rem;
	padding-inline: 1rem 2.5rem;
	width: 100%;
}

.mz-shop-search__input::placeholder {
	color: var(--mz-muted);
	font-size: 0.875rem;
	font-weight: 400;
	opacity: 1;
}

.mz-shop-search__input:focus {
	border-color: rgba(var(--mz-brand-rgb), 0.45);
	box-shadow: 0 0 0 2px rgba(var(--mz-brand-rgb), 0.2);
}

.mz-shop-search__icon {
	color: var(--mz-muted);
	font-size: 1.125rem;
	inset-block-start: 50%;
	inset-inline-end: 0.85rem;
	pointer-events: none;
	position: absolute;
	transform: translateY(-50%);
}

.mz-shop-filters__cats {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mz-shop-filters__cats li {
	margin: 0.65rem 0;
}

.mz-shop-filters__cat-link {
	color: var(--mz-fg);
	font-size: 1rem;
	text-decoration: none;
	transition: color 0.2s;
}

.mz-shop-filters__cat-link:hover,
.mz-shop-filters__cat-link.is-active {
	color: var(--mz-brand);
	font-weight: 600;
}

.mz-shop-filters__count {
	color: var(--mz-muted);
	font-size: 0.8125rem;
	font-weight: 500;
	margin-left: 0.35rem;
}

.mz-shop-filters__sort-inner .woocommerce-ordering {
	margin: 0;
	width: 100%;
}

.mz-shop-filters__sort-inner select {
	appearance: none;
	background: var(--mz-surface-low);
	border: none;
	border-radius: var(--mz-radius-sm);
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 500;
	padding: 0.75rem 2rem 0.75rem 1rem;
	width: 100%;
}

.mz-shop-filters__drawer-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.mz-shop__sidebar-head {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.5rem;
}

.mz-shop-filters__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.mz-shop-filters__pill {
	background: var(--mz-surface-high);
	border-radius: 999px;
	color: var(--mz-fg);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.45rem 0.85rem;
	text-decoration: none;
	transition: background 0.2s, color 0.2s;
}

.mz-shop-filters__pill:hover,
.mz-shop-filters__pill.is-active {
	background: var(--mz-brand);
	color: #fff;
}

.mz-shop-filters .price_slider_wrapper,
.mz-shop-filters .woocommerce-widget-layered-nav-list {
	margin-top: 0.5rem;
}

/* Price range slider */
.mz-shop-price-form {
	margin-top: 0.25rem;
}

.mz-shop-price-slider {
	background: var(--mz-outline-variant, #e2e2e4);
	border: none;
	border-radius: 999px;
	height: 4px;
	margin: 1.25rem 0.5rem 1.75rem;
}

.mz-shop-price-slider .ui-slider-range {
	background: var(--mz-brand);
	border-radius: 999px;
}

.mz-shop-price-slider .ui-slider-handle {
	background: #fff;
	border: 2px solid var(--mz-brand);
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	cursor: grab;
	height: 18px;
	margin-left: -9px;
	top: -7px;
	width: 18px;
}

.mz-shop-price-fields {
	align-items: flex-end;
	display: flex;
	gap: 0.75rem;
}

.mz-shop-price-field {
	flex: 1;
	min-width: 0;
}

.mz-shop-price-field__label {
	color: var(--mz-muted);
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.mz-shop-price-field__wrap {
	align-items: center;
	background: var(--mz-surface-low);
	border-radius: var(--mz-radius-sm);
	display: flex;
	gap: 0.35rem;
	min-height: 2.5rem;
	overflow: visible;
	padding: 0.5rem 0.65rem;
}

.mz-shop-price-field__currency {
	color: var(--mz-muted);
	flex-shrink: 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1;
}

body.mz-design .mz-shop-price-field__input,
body.mz-design .mz-shop-price-field__input.min_price,
body.mz-design .mz-shop-price-field__input.max_price {
	appearance: textfield;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: var(--mz-fg);
	flex: 1;
	font-size: 0.8125rem;
	font-weight: 600;
	height: auto;
	line-height: 1.2;
	margin: 0;
	max-width: none;
	min-height: 0;
	min-width: 0;
	outline: none;
	padding: 0;
	width: 100%;
}

.mz-shop-price-field__input::-webkit-outer-spin-button,
.mz-shop-price-field__input::-webkit-inner-spin-button {
	appearance: none;
	margin: 0;
}

.mz-shop-price-sep {
	color: var(--mz-muted);
	flex-shrink: 0;
	padding-bottom: 0.55rem;
}

.mz-shop-price-apply {
	background: var(--mz-brand);
	border: none;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 0.8125rem;
	font-weight: 600;
	margin-top: 1rem;
	padding: 0.65rem 1.25rem;
	transition: opacity 0.2s;
	width: 100%;
}

.mz-shop-price-apply:hover {
	opacity: 0.88;
}

.mz-shop-filters__clear-btn {
	align-items: center;
	color: var(--mz-brand);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.35rem;
	text-decoration: none;
}

.mz-shop-filters__clear-btn .material-symbols-outlined {
	font-size: 1.125rem;
}

.mz-shop-filters__cats--sub {
	padding-left: 0.75rem;
}

body.rtl .mz-shop-filters__cats--sub {
	padding-left: 0;
	padding-right: 0.75rem;
}

/* Sort toolbar above product grid */
.mz-shop__grid-toolbar {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 1.25rem;
	margin-top: 30px;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--mz-outline);
}

.mz-shop__grid-toolbar-end {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
}

.mz-shop__sort-label {
	color: var(--mz-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.mz-shop__sort-select .woocommerce-ordering {
	margin: 0;
}

.mz-shop__sort-select select.orderby {
	appearance: none;
	background-color: var(--mz-surface-low);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
	background-position: right 0.85rem center;
	background-repeat: no-repeat;
	border: 1px solid var(--mz-outline);
	border-radius: var(--mz-radius-sm);
	color: var(--mz-fg);
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 600;
	min-width: 11rem;
	padding: 0.65rem 2.25rem 0.65rem 1rem;
}

body.rtl .mz-shop__sort-select select.orderby {
	background-position: left 0.85rem center;
	padding: 0.65rem 1rem 0.65rem 2.25rem;
}

.mz-shop__header {
	align-items: flex-end;
	border-bottom: 1px solid var(--mz-outline);
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 1.25rem;
}

.mz-shop__title {
	font-size: clamp(1.5rem, 3vw, 2rem);
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 0;
}

.mz-shop__subtitle {
	color: var(--mz-muted);
	font-size: 1rem;
	margin: 0.35rem 0 0;
}

.mz-shop__toolbar {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
	margin: -1.5rem 0 2rem;
}

.mz-shop__toolbar-label {
	color: var(--mz-muted);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mz-shop .woocommerce-ordering select {
	appearance: none;
	background-color: var(--mz-surface-low);
	border: 1px solid var(--mz-outline);
	border-radius: var(--mz-radius-sm);
	color: var(--mz-fg);
	cursor: pointer;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.65rem 2rem 0.65rem 1rem;
}

.mz-shop .shop-before-control,
.mz-shop .shop-after-control,
.mz-shop .shop-filter-btn,
.mz-shop .grid-view-mode,
.mz-shop .woocommerce-result-count,
.mz-shop-filters__sort {
	display: none !important;
}

body.mz-design.woocommerce:not(.single-product) .mz-main ul.products,
body.mz-design.woocommerce-page:not(.single-product) .mz-main ul.products,
body.mz-design.woocommerce:not(.single-product) .mz-main .row.products,
body.mz-design.woocommerce-page:not(.single-product) .mz-main .row.products,
body.mz-design.woocommerce:not(.single-product) .mz-main div.products,
body.mz-design.woocommerce-page:not(.single-product) .mz-main div.products,
body.mz-design.woocommerce .mz-shop ul.products,
body.mz-design.woocommerce-page .mz-shop ul.products,
body.mz-design .mz-shop .row.products,
body.mz-design .mz-shop div.products {
	display: grid !important;
	gap: 1rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	list-style: none;
	margin: 0 !important;
	padding: 0;
	width: 100%;
}

body.mz-design .mz-shop .row.products::before,
body.mz-design .mz-shop .row.products::after,
body.mz-design.woocommerce:not(.single-product) .mz-main .row.products::before,
body.mz-design.woocommerce:not(.single-product) .mz-main .row.products::after {
	content: none;
	display: none;
}

body.mz-design .mz-shop .lynessa-products,
body.mz-design.woocommerce:not(.single-product) .mz-main .lynessa-products {
	width: 100%;
}

@media (min-width: 640px) {
	body.mz-design.woocommerce:not(.single-product) .mz-main ul.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main ul.products,
	body.mz-design.woocommerce:not(.single-product) .mz-main .row.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main .row.products,
	body.mz-design.woocommerce:not(.single-product) .mz-main div.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main div.products,
	body.mz-design.woocommerce .mz-shop ul.products,
	body.mz-design.woocommerce-page .mz-shop ul.products,
	body.mz-design .mz-shop .row.products,
	body.mz-design .mz-shop div.products {
		gap: 1.5rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	body.mz-design.woocommerce:not(.single-product) .mz-main ul.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main ul.products,
	body.mz-design.woocommerce:not(.single-product) .mz-main .row.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main .row.products,
	body.mz-design.woocommerce:not(.single-product) .mz-main div.products,
	body.mz-design.woocommerce-page:not(.single-product) .mz-main div.products,
	body.mz-design.woocommerce .mz-shop ul.products,
	body.mz-design.woocommerce-page .mz-shop ul.products,
	body.mz-design .mz-shop .row.products,
	body.mz-design .mz-shop div.products {
		gap: 1.25rem;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

body.mz-design.woocommerce:not(.single-product) .mz-main ul.products li.mz-shop-card,
body.mz-design.woocommerce:not(.single-product) .mz-main .row.products > li.product,
body.mz-design.woocommerce:not(.single-product) .mz-main .row.products > li.mz-shop-card,
body.mz-design.woocommerce:not(.single-product) .mz-main div.products > li.product,
body.mz-design .mz-shop ul.products li.mz-shop-card,
body.mz-design .mz-shop .row.products > li.product,
body.mz-design .mz-shop .row.products > li.mz-shop-card,
body.mz-design .mz-shop div.products > li.product {
	background: transparent;
	border: none;
	box-shadow: none;
	flex: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0;
	width: auto !important;
}

.mz-shop-card__inner {
	background: var(--mz-surface);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: var(--mz-radius-lg);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 1rem 1rem 1.15rem;
	transition: box-shadow 0.35s cubic-bezier(0.2, 0, 0.2, 1), transform 0.35s cubic-bezier(0.2, 0, 0.2, 1);
}

.mz-shop-card__inner:hover {
	box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.12);
	transform: translateY(-6px);
}

.mz-shop-card__media {
	aspect-ratio: 3 / 4;
	background: var(--mz-surface-low);
	border-radius: var(--mz-radius);
	margin-bottom: 1rem;
	min-height: 13.5rem;
	overflow: hidden;
	position: relative;
}

.mz-shop-card__thumb {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.mz-shop-card__img,
.mz-shop-card__thumb img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.6s ease;
	width: 100%;
}

.mz-shop-card__inner:hover .mz-shop-card__img {
	transform: scale(1.06);
}

.mz-shop-card__badge {
	background: var(--mz-brand);
	border-radius: 999px;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	left: 1rem;
	padding: 0.25rem 0.75rem;
	position: absolute;
	top: 1rem;
	z-index: 2;
}

.mz-shop-card__badge--gold {
	background: var(--mz-gold);
}

.mz-shop-card__wishlist {
	opacity: 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
	transition: opacity 0.25s;
	z-index: 2;
}

.mz-shop-card__wishlist--footer {
	flex-shrink: 0;
	opacity: 1;
	position: static;
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist {
	display: inline-flex;
	margin: 0;
	min-height: 2.5rem;
	min-width: 2.5rem;
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist a,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist button {
	align-items: center;
	background: var(--mz-surface-low);
	border: 1px solid var(--mz-outline);
	border-radius: 999px;
	color: var(--mz-fg);
	display: inline-flex;
	font-size: 0;
	gap: 0;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	min-width: 2.5rem;
	padding: 0;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	width: 2.5rem;
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist a::before,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist button::before {
	content: "favorite";
	font-family: "Material Symbols Outlined";
	font-size: 1.25rem;
	font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist a:hover,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist button:hover {
	background: var(--mz-brand);
	border-color: var(--mz-brand);
	color: #fff;
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists a,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a {
	background: rgba(var(--mz-brand-rgb), 0.12);
	border-color: var(--mz-brand);
	color: var(--mz-brand);
}

.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists a::before,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistaddedbrowse a::before,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse a::before {
	font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

.mz-shop-card__wishlist--footer .feedback,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist .ajax-loading,
.mz-shop-card__wishlist--footer .yith-wcwl-add-to-wishlist svg {
	display: none !important;
}

.mz-shop-card__series {
	color: var(--mz-brand);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin: 0 0 0.35rem;
	text-transform: uppercase;
}

.mz-shop-card__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 0.4rem;
}

.mz-shop-card__title a {
	color: var(--mz-fg);
	text-decoration: none;
}

.mz-shop-card__excerpt {
	-webkit-box-orient: vertical;
	color: var(--mz-muted);
	display: -webkit-box;
	font-size: 1rem;
	-webkit-line-clamp: 2;
	line-height: 1.5;
	margin: 0 0 1.5rem;
	overflow: hidden;
}

.mz-shop-card__footer {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-top: auto;
}

.mz-shop-card__price-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.2rem;
	min-width: 0;
}

.mz-shop-card__price {
	color: var(--mz-fg);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
}

.mz-shop-card__price .amount,
.mz-shop-card__price .woocommerce-Price-amount {
	color: var(--mz-fg);
	font-weight: 400;
}

.mz-shop-card__price del .amount {
	font-weight: 400;
	opacity: 0.55;
}

.mz-shop-card__price ins {
	font-weight: 400;
	text-decoration: none;
}

.mz-shop-card__installment {
	color: var(--mz-brand);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.35;
}

.mz-shop-card__installment .amount,
.mz-shop-card__installment .woocommerce-Price-amount {
	color: var(--mz-brand);
	font-size: inherit;
	font-weight: 600;
}

.mz-shop-card__installment .woocommerce-Price-currencySymbol {
	color: var(--mz-brand);
	font-weight: 600;
}

@media (min-width: 640px) {
	.mz-shop-card__media {
		min-height: 16rem;
	}
}

@media (min-width: 1024px) {
	.mz-shop-card__media {
		min-height: 18rem;
	}
}

/* Legacy — add-to-cart removed from shop grid */
.mz-shop-card__cta.button {
	display: none !important;
}
	display: none !important;
}

.mz-shop .woocommerce-pagination {
	margin-top: 3rem;
	text-align: center;
}

.mz-shop .woocommerce-pagination ul {
	border: none;
	display: inline-flex;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.mz-shop .woocommerce-pagination ul li {
	border: none;
}

.mz-shop .woocommerce-pagination ul li a,
.mz-shop .woocommerce-pagination ul li span {
	align-items: center;
	border: 1px solid var(--mz-outline);
	border-radius: 50%;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	min-width: 3rem;
	text-decoration: none;
	transition: background 0.2s;
}

.mz-shop .woocommerce-pagination ul li span.current,
.mz-shop .woocommerce-pagination ul li a:hover {
	background: var(--mz-brand);
	border-color: var(--mz-brand);
	color: #fff;
}

/* Shop category slider */
.mz-shop-cats {
	background: var(--mz-surface);
	border-bottom: 1px solid var(--mz-outline);
	max-width: 100%;
	overflow-x: clip;
	padding: 1.75rem 0 1.5rem;
}

.mz-shop-cats__head {
	margin-bottom: 1.25rem;
}

.mz-shop-cats__head--collections {
	margin-top: 2rem;
}

.mz-shop-cats-swiper--tags {
	margin-bottom: 0.5rem;
}

.mz-shop-cat-card--tag .mz-shop-cat-card__label {
	font-size: 0.875rem;
	line-height: 1.35;
}

.mz-shop-cats__title {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 0.25rem;
}

.mz-shop-cats__hint {
	color: var(--mz-muted);
	font-size: 0.9375rem;
	margin: 0;
}

.mz-shop-cats-swiper {
	overflow: hidden;
	padding: 0.25rem 0 0.5rem;
	position: relative;
}

.mz-shop-cat-card {
	align-items: center;
	background: var(--mz-surface-low);
	border: 1px solid transparent;
	border-radius: var(--mz-radius-lg);
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
	height: 100%;
	padding: 0.85rem;
	text-align: center;
	text-decoration: none;
	transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.mz-shop-cat-card:hover {
	border-color: rgba(var(--mz-brand-rgb), 0.25);
	box-shadow: 0 12px 32px -16px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.mz-shop-cat-card.is-active {
	border-color: var(--mz-brand);
	box-shadow: 0 0 0 1px var(--mz-brand);
}

.mz-shop-cat-card__media {
	aspect-ratio: 1;
	background: #f5f5f7;
	border-radius: var(--mz-radius);
	display: block;
	overflow: hidden;
	width: 100%;
}

.mz-shop-cat-card__media--all {
	align-items: center;
	color: var(--mz-brand);
	display: flex;
	justify-content: center;
}

.mz-shop-cat-card__media--all .material-symbols-outlined {
	font-size: 2rem;
}

.mz-shop-cat-card__img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mz-shop-cat-card__label {
	color: var(--mz-fg);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.25;
}

.mz-shop-cat-card__count {
	color: var(--mz-muted);
	font-size: 0.6875rem;
	font-weight: 500;
}

.mz-shop-cats-swiper--glass {
	overflow: hidden;
	padding: 0.35rem 2.75rem 0.65rem;
}

.mz-shop-cats-swiper--main .swiper-slide {
	height: auto;
}

.mz-shop-glass-slide {
	width: auto;
}

.mz-shop-glass-pill {
	align-items: center;
	backdrop-filter: blur(18px) saturate(165%);
	-webkit-backdrop-filter: blur(18px) saturate(165%);
	background: rgba(255, 255, 255, 0.42);
	border: 1px solid rgba(255, 255, 255, 0.62);
	border-radius: 999px;
	box-shadow:
		0 4px 20px rgba(0, 0, 0, 0.05),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
	color: var(--mz-fg);
	display: inline-flex;
	gap: 0.45rem;
	padding: 0.62rem 1.15rem;
	text-decoration: none;
	transition:
		background 0.28s ease,
		border-color 0.28s ease,
		box-shadow 0.28s ease,
		transform 0.28s ease;
	white-space: nowrap;
}

.mz-shop-glass-pill:hover {
	background: rgba(255, 255, 255, 0.58);
	border-color: rgba(255, 255, 255, 0.82);
	box-shadow:
		0 10px 28px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transform: translateY(-1px);
}

.mz-shop-glass-pill.is-active {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(var(--mz-brand-rgb), 0.45);
	box-shadow:
		0 0 0 1px rgba(var(--mz-brand-rgb), 0.35),
		0 12px 32px rgba(var(--mz-brand-rgb), 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.mz-shop-glass-pill__label {
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.2;
}

.mz-shop-glass-pill__count {
	background: rgba(0, 0, 0, 0.06);
	border-radius: 999px;
	color: var(--mz-muted);
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.2rem 0.45rem;
}

.mz-shop-glass-pill.is-active .mz-shop-glass-pill__count {
	background: rgba(var(--mz-brand-rgb), 0.14);
	color: var(--mz-brand);
}

.mz-shop-cats__prev,
.mz-shop-cats__next {
	--swiper-navigation-color: var(--mz-fg);
	backdrop-filter: blur(16px) saturate(170%);
	-webkit-backdrop-filter: blur(16px) saturate(170%);
	background: rgba(255, 255, 255, 0.38) !important;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	box-shadow:
		0 4px 18px rgba(0, 0, 0, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.72);
	color: var(--mz-fg) !important;
	height: 2.5rem;
	margin-top: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
}

.mz-shop-cats__prev:hover,
.mz-shop-cats__next:hover {
	background: rgba(255, 255, 255, 0.55) !important;
	border-color: rgba(255, 255, 255, 0.78);
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.88);
}

.mz-shop-cats__prev {
	left: 0;
}

.mz-shop-cats__next {
	right: 0;
}

.mz-shop-cats__prev::after,
.mz-shop-cats__next::after {
	font-size: 0.9rem;
	font-weight: 700;
}

.mz-shop-cats-swiper--glass .mz-shop-cats__prev,
.mz-shop-cats-swiper--glass .mz-shop-cats__next {
	z-index: 3;
}

.mz-shop-subcats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
	padding-top: 0.25rem;
}

.mz-shop-subcats__pill {
	background: var(--mz-surface-low);
	border: 1px solid var(--mz-outline);
	border-radius: 999px;
	color: var(--mz-fg);
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.mz-shop-subcats__pill:hover,
.mz-shop-subcats__pill.is-active {
	background: var(--mz-brand);
	border-color: var(--mz-brand);
	color: #fff;
}

.mz-shop__toolbar {
	display: none !important;
}

/* Liquid glass sheets — filter & sort popups */
.mz-shop__sheet-backdrop {
	background: rgba(12, 12, 14, 0.38);
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 10040;
}

.mz-shop__sheet-backdrop.is-visible {
	opacity: 1;
	pointer-events: auto;
}

.mz-shop__sheet-panel {
	backdrop-filter: blur(24px) saturate(180%);
	-webkit-backdrop-filter: blur(24px) saturate(180%);
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(255, 255, 255, 0.55);
	box-shadow:
		0 -8px 40px rgba(0, 0, 0, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.mz-shop__sheet-head {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	justify-content: space-between;
	margin-bottom: 1.25rem;
}

.mz-shop__sheet-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.mz-shop__sheet-close {
	align-items: center;
	background: rgba(0, 0, 0, 0.05);
	border: none;
	border-radius: 50%;
	color: var(--mz-fg);
	cursor: pointer;
	display: inline-flex;
	height: 2.25rem;
	justify-content: center;
	width: 2.25rem;
}

.mz-shop__sort-sheet {
	inset: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	transition: opacity 0.28s ease;
	z-index: 10050;
}

.mz-shop__sort-sheet.is-open {
	opacity: 1;
	pointer-events: auto;
}

.mz-shop__sort-sheet .mz-shop__sheet-backdrop {
	z-index: 1;
}

.mz-shop__sort-sheet .mz-shop__sheet-panel {
	border-radius: 24px 24px 0 0;
	bottom: 0;
	left: 0;
	max-height: 55vh;
	overflow-y: auto;
	padding: 1.25rem 1.35rem calc(1.5rem + env(safe-area-inset-bottom, 0px));
	position: absolute;
	right: 0;
	transform: translateY(110%);
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
	z-index: 2;
}

.mz-shop__sort-sheet.is-open .mz-shop__sheet-panel {
	transform: translateY(0);
}

.mz-shop__sort-sheet.is-open .mz-shop__sheet-backdrop {
	opacity: 1;
	pointer-events: auto;
}

.mz-shop__sort-sheet-body .woocommerce-ordering {
	margin: 0;
	width: 100%;
}

.mz-shop__sort-sheet-body select.orderby {
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px solid var(--mz-outline);
	border-radius: 14px;
	box-sizing: border-box;
	color: var(--mz-fg);
	font-size: 1rem;
	font-weight: 600;
	min-height: 3rem;
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	width: 100%;
}

@media (max-width: 767.98px) {
	.mz-shop__mobile-actions {
		display: flex;
	}

	.mz-shop__grid-toolbar {
		display: none;
	}

	.mz-shop__sidebar.js-shop-filter.mz-shop__filter-sheet {
		border-radius: 24px 24px 0 0;
		bottom: 0;
		left: 0;
		max-height: 88vh;
		overflow-y: auto;
		padding: 1.15rem 1.35rem calc(1.75rem + env(safe-area-inset-bottom, 0px));
		pointer-events: none;
		position: fixed;
		right: 0;
		top: auto;
		transform: translateY(110%);
		transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
		visibility: hidden;
		width: 100%;
		z-index: 10055;
	}

	.mz-shop__sidebar.js-shop-filter.mz-shop__filter-sheet {
		backdrop-filter: blur(24px) saturate(180%);
		-webkit-backdrop-filter: blur(24px) saturate(180%);
		background: rgba(255, 255, 255, 0.84);
		border: 1px solid rgba(255, 255, 255, 0.55);
		box-shadow:
			0 -10px 44px rgba(0, 0, 0, 0.14),
			inset 0 1px 0 rgba(255, 255, 255, 0.75);
	}

	.mz-shop__sidebar.js-shop-filter.mz-shop__filter-sheet.sidebar-active,
	body.mz-shop-filters-open .mz-shop__sidebar.js-shop-filter.mz-shop__filter-sheet {
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	body.mz-shop-filters-open,
	body.mz-shop-sort-open {
		overflow: hidden;
	}

	.mz-shop__sidebar-head {
		border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		margin-bottom: 1.25rem;
		padding-bottom: 0.85rem;
	}

	.mz-shop__sidebar-close-btn {
		align-items: center;
		background: rgba(0, 0, 0, 0.05);
		border: none;
		border-radius: 50%;
		color: var(--mz-fg);
		cursor: pointer;
		display: inline-flex;
		height: 2.25rem;
		justify-content: center;
		width: 2.25rem;
	}

	.mz-shop-card__footer {
		align-items: center;
		flex-direction: row;
	}

	.mz-shop-card__wishlist--footer {
		align-self: auto;
	}

	.mz-shop-cats {
		overflow-x: clip;
	}

	.mz-shop-cats-swiper,
	.mz-shop-cats-swiper--glass {
		padding: 0.25rem 0 0.5rem;
	}

	.mz-shop-cats-swiper .mz-shop-cats__prev,
	.mz-shop-cats-swiper .mz-shop-cats__next {
		display: none;
	}

	.mz-shop-cats-swiper--glass .mz-shop-glass-slide {
		box-sizing: border-box;
	}

	.mz-shop-cats-swiper--glass .mz-shop-glass-pill {
		box-sizing: border-box;
		justify-content: center;
		max-width: 100%;
		min-height: 2.75rem;
		text-align: center;
		white-space: normal;
		width: 100%;
	}
}

/* WooCommerce */
body.mz-design.single-product .product .images img,
body.mz-design.single-product .woocommerce-product-gallery__image img {
	border-radius: var(--mz-radius-lg);
}

body.mz-design .lynessa-product-extra,
body.mz-design .lynessa-pr-wrap {
	font-family: var(--mz-font);
	max-width: 100%;
}

body.mz-design.single-product .contain-left,
body.mz-design.single-product .product,
body.mz-design.single-product .site-main,
body.mz-design.single-product .mz-main {
	max-width: 100%;
	overflow-x: clip;
}

body.mz-design.single-product .contain-left {
	flex-direction: column !important;
}

body.mz-design.single-product .contain-left > * {
	max-width: 100%;
	min-width: 0;
}

body.mz-design.single-product .product .images,
body.mz-design.single-product .product .summary,
body.mz-design.single-product .woocommerce-product-gallery {
	max-width: 100%;
	min-width: 0;
}

body.mz-design .container,
body.mz-design .wd-container {
	max-width: 100%;
}

/* Legacy theme blue (#124A99, etc.) → Mizutani brand orange */
body.mz-design .btn-orange,
body.mz-design .btn-orange:hover,
body.mz-design #place_order,
body.mz-design .wpcf7-form .wpcf7-submit,
body.mz-design .lynessa-cart-form .shop_table .actions button.button {
	background-color: var(--mz-brand) !important;
	border-color: var(--mz-brand) !important;
	color: #fff !important;
}

body.mz-design .btn-orange:hover,
body.mz-design #place_order:hover,
body.mz-design .wpcf7-form .wpcf7-submit:hover {
	background-color: var(--mz-brand-hover) !important;
	border-color: var(--mz-brand-hover) !important;
}

body.mz-design a[style*="#124A99"],
body.mz-design a[style*="#124a99"],
body.mz-design [style*="background-color: #124A99"],
body.mz-design [style*="background-color:#124A99"],
body.mz-design [style*="background: #124A99"],
body.mz-design [style*="color: #124A99"] {
	background-color: var(--mz-brand) !important;
	border-color: var(--mz-brand) !important;
	color: #fff !important;
}

body.mz-design .woocommerce a.button,
body.mz-design .woocommerce button.button,
body.mz-design .woocommerce input.button,
body.mz-design.woocommerce a.button.alt,
body.mz-design.woocommerce button.button.alt {
	background-color: var(--mz-brand);
	border-color: var(--mz-brand);
	color: #fff;
}

body.mz-design .woocommerce a.button:hover,
body.mz-design .woocommerce button.button:hover,
body.mz-design.woocommerce a.button.alt:hover,
body.mz-design.woocommerce button.button.alt:hover {
	background-color: var(--mz-brand-hover);
	border-color: var(--mz-brand-hover);
}

/* Home — spotlight new product (Apple-style vertical) */
.mz-home-spotlight {
	padding-bottom: 0;
	padding-top: clamp(3rem, 8vw, 5.5rem);
}

.mz-home-spotlight__wrap {
	display: flex;
	flex-direction: column;
	gap: clamp(2rem, 5vw, 3.5rem);
}

.mz-home-spotlight__intro {
	margin-inline: auto;
	max-width: 42rem;
	text-align: center;
}

.mz-home-spotlight__intro .mz-label {
	color: var(--mz-brand);
	margin-bottom: 0.75rem;
}

.mz-home-spotlight__title {
	font-size: clamp(2rem, 6vw, 3.75rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.05;
	margin: 0;
}

.mz-home-spotlight__tagline {
	color: var(--mz-muted);
	font-size: clamp(1.0625rem, 2.4vw, 1.375rem);
	font-weight: 400;
	line-height: 1.45;
	margin: 0.85rem 0 0;
}

.mz-home-spotlight__media {
	aspect-ratio: 3 / 4;
	background: var(--mz-surface-low);
	border-radius: var(--mz-radius-xl);
	margin-inline: auto;
	max-width: 52rem;
	min-height: clamp(22rem, 72vh, 42rem);
	overflow: hidden;
	position: relative;
	width: 100%;
}

.mz-home-spotlight__video,
.mz-home-spotlight__poster {
	height: 100%;
	inset: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	width: 100%;
}

.mz-home-spotlight__video {
	display: block;
}

.mz-home-spotlight__poster {
	background-position: center;
	background-size: cover;
}

.mz-home-spotlight__showcase {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(1.75rem, 4vw, 2.75rem);
	margin-inline: auto;
	max-width: 36rem;
	text-align: center;
	width: 100%;
}

.mz-home-spotlight__product {
	align-items: center;
	display: flex;
	justify-content: center;
	width: min(100%, 20rem);
}

.mz-home-spotlight__product-img {
	display: block;
	height: auto;
	max-height: clamp(16rem, 42vw, 26rem);
	object-fit: contain;
	width: 100%;
}

.mz-home-spotlight__details {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	width: 100%;
}

.mz-home-spotlight__series {
	color: var(--mz-muted);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.mz-home-spotlight__desc {
	color: var(--mz-fg);
	font-size: clamp(0.9375rem, 2vw, 1.0625rem);
	line-height: 1.6;
	margin: 0;
	max-width: 32rem;
}

.mz-home-spotlight__pricing {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin-top: 0.25rem;
}

.mz-home-spotlight__price {
	font-size: clamp(1.125rem, 2.5vw, 1.375rem);
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

.mz-home-spotlight__price .amount,
.mz-home-spotlight__price .woocommerce-Price-amount,
.mz-home-spotlight__price .lynessa-Price-amount {
	color: var(--mz-fg);
	font-weight: 500;
}

.mz-home-spotlight__details .mz-shop-card__installment,
.mz-home-spotlight__details .mz-shop-card__installment .amount,
.mz-home-spotlight__details .mz-shop-card__installment .woocommerce-Price-currencySymbol {
	color: var(--mz-brand);
	font-size: 0.875rem;
	font-weight: 600;
}

.mz-home-spotlight__cta {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
	min-width: 11rem;
	padding: 0.85rem 1.75rem;
}

.mz-home-spotlight__features {
	border-top: 1px solid var(--mz-outline);
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	margin-top: 0.5rem;
	padding-top: clamp(2rem, 4vw, 3rem);
}

@media (min-width: 768px) {
	.mz-home-spotlight__media {
		aspect-ratio: 4 / 5;
		min-height: clamp(28rem, 78vh, 44rem);
	}

	.mz-home-spotlight__product {
		width: min(100%, 24rem);
	}

	.mz-home-spotlight__features {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mz-home-spotlight__feature {
	align-items: flex-start;
	border-bottom: 1px solid var(--mz-outline);
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	padding: 1.75rem 1rem;
	text-align: start;
}

@media (min-width: 768px) {
	.mz-home-spotlight__feature {
		border-bottom: 0;
		border-inline-end: 1px solid var(--mz-outline);
		padding: 0 1.75rem 0.5rem;
	}

	.mz-home-spotlight__feature:last-child {
		border-inline-end: 0;
	}
}

.mz-home-spotlight__feature-icon {
	color: var(--mz-brand);
	font-size: 1.75rem;
	line-height: 1;
}

.mz-home-spotlight__feature-copy h3 {
	font-size: 1.0625rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 0.4rem;
}

.mz-home-spotlight__feature-copy p {
	font-size: 0.9375rem;
	line-height: 1.55;
	margin: 0;
}

/* Home — Apple-style blog slider */
.mz-home-blog__lead {
	margin: 0.5rem 0 0;
	max-width: 36rem;
}

.mz-home-blog__slider-wrap {
	box-sizing: border-box;
	margin-inline: calc(50% - 50vw);
	max-width: 100vw;
	overflow: hidden;
	padding: 0 var(--mz-pad-x) 0.5rem;
	width: 100vw;
}

.mz-home-blog-swiper {
	overflow: hidden;
	padding: 0.25rem 0 2.5rem;
	position: relative;
}

.mz-home-blog-card {
	background: var(--mz-surface);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: var(--mz-radius-lg);
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 0.35s cubic-bezier(0.2, 0, 0.2, 1), transform 0.35s cubic-bezier(0.2, 0, 0.2, 1);
}

.mz-home-blog-card:hover {
	box-shadow: 0 24px 48px -22px rgba(0, 0, 0, 0.14);
	text-decoration: none;
	transform: translateY(-4px);
}

.mz-home-blog-card__media {
	aspect-ratio: 16 / 10;
	background: var(--mz-surface-low);
	overflow: hidden;
}

.mz-home-blog-card__media img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
	width: 100%;
}

.mz-home-blog-card:hover .mz-home-blog-card__media img {
	transform: scale(1.04);
}

.mz-home-blog-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem 1.25rem 1.35rem;
}

.mz-home-blog-card__tag {
	color: var(--mz-brand);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.mz-home-blog-card__title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 0.5rem;
}

.mz-home-blog-card__excerpt {
	color: var(--mz-muted);
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.55;
	margin: 0 0 0.85rem;
}

.mz-home-blog-card__cta {
	color: var(--mz-fg);
	font-size: 0.8125rem;
	font-weight: 600;
}

.mz-home-blog-card:hover .mz-home-blog-card__cta {
	color: var(--mz-brand);
}

.mz-home-blog__prev,
.mz-home-blog__next {
	--swiper-navigation-size: 18px;
	background: var(--mz-surface);
	border: 1px solid var(--mz-outline);
	border-radius: 999px;
	box-shadow: 0 8px 24px -12px rgba(0, 0, 0, 0.2);
	color: var(--mz-fg);
	height: 40px;
	margin-top: 0;
	top: 42%;
	width: 40px;
}

.mz-home-blog__prev::after,
.mz-home-blog__next::after {
	font-size: 16px;
	font-weight: 700;
}

/* Academy — blog archive & single post */
.mz-academy-hero {
	background: var(--mz-surface-low);
	padding: calc(var(--mz-stack) * 0.85) 0 calc(var(--mz-stack) * 0.65);
	text-align: center;
}

.mz-academy-hero__inner {
	margin-inline: auto;
	max-width: 44rem;
}

.mz-academy-hero__lead {
	margin: 0.75rem auto 0;
	max-width: 36rem;
}

.mz-academy-filters {
	margin-bottom: 1.75rem;
}

.mz-academy-filters__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

.mz-academy-filter {
	backdrop-filter: blur(14px) saturate(160%);
	-webkit-backdrop-filter: blur(14px) saturate(160%);
	background: rgba(255, 255, 255, 0.45);
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 999px;
	color: var(--mz-fg);
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0.55rem 1rem;
	text-decoration: none;
	transition: background 0.25s, border-color 0.25s, transform 0.25s;
}

.mz-academy-filter:hover,
.mz-academy-filter.is-active {
	background: var(--mz-surface);
	border-color: rgba(var(--mz-brand-rgb), 0.35);
	text-decoration: none;
	transform: translateY(-1px);
}

.mz-academy-filter.is-active {
	box-shadow: 0 0 0 1px rgba(var(--mz-brand-rgb), 0.25);
	color: var(--mz-brand);
}

.mz-academy-archive__content {
	padding-bottom: var(--mz-stack);
}

.mz-academy-grid {
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 1.5rem;
}

@media (min-width: 640px) {
	.mz-academy-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.mz-academy-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 1.5rem;
	}
}

.mz-academy-card {
	height: 100%;
}

.mz-academy-card__link {
	background: var(--mz-surface);
	border: 1px solid rgba(0, 0, 0, 0.04);
	border-radius: var(--mz-radius-lg);
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: box-shadow 0.35s cubic-bezier(0.2, 0, 0.2, 1), transform 0.35s cubic-bezier(0.2, 0, 0.2, 1);
}

.mz-academy-card__link:hover {
	box-shadow: 0 24px 48px -22px rgba(0, 0, 0, 0.14);
	text-decoration: none;
	transform: translateY(-4px);
}

.mz-academy-card__media {
	aspect-ratio: 16 / 10;
	background: var(--mz-surface-low);
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
}

.mz-academy-card__media img {
	display: block;
	height: 100%;
	inset: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
}

.mz-academy-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 1.15rem 1.25rem 1.35rem;
}

.mz-academy-card__meta {
	align-items: center;
	color: var(--mz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.6875rem;
	font-weight: 500;
	gap: 0.35rem 0.65rem;
	margin-bottom: 0.65rem;
}

.mz-academy-card__tag {
	color: var(--mz-brand);
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.mz-academy-card__title {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.3;
	margin: 0 0 0.5rem;
}

.mz-academy-card__excerpt {
	color: var(--mz-muted);
	flex: 1;
	font-size: 0.875rem;
	line-height: 1.55;
	margin: 0 0 0.85rem;
}

.mz-academy-card__cta {
	color: var(--mz-fg);
	font-size: 0.8125rem;
	font-weight: 600;
}

.mz-academy-card__link:hover .mz-academy-card__cta {
	color: var(--mz-brand);
}

.mz-academy-card--featured {
	margin-bottom: 1.5rem;
}

.mz-academy-card--featured .mz-academy-card__link {
	flex-direction: column;
}

@media (min-width: 768px) {
	.mz-academy-card--featured .mz-academy-card__link {
		flex-direction: row;
	}

	.mz-academy-card--featured .mz-academy-card__media {
		aspect-ratio: auto;
		flex: 1.1;
		min-height: 320px;
	}

	.mz-academy-card--featured .mz-academy-card__body {
		flex: 1;
		justify-content: center;
		padding: 2rem 2.25rem;
	}

	.mz-academy-card--featured .mz-academy-card__title {
		font-size: clamp(1.5rem, 2.5vw, 2rem);
	}
}

.mz-academy-card--compact .mz-academy-card__media {
	aspect-ratio: 16 / 10;
}

.mz-academy-card--compact .mz-academy-card__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1rem;
	overflow: hidden;
}

.mz-academy-pagination {
	margin-top: 2.5rem;
}

.mz-academy-pagination .page-numbers {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mz-academy-pagination .page-numbers li {
	margin: 0;
}

.mz-academy-pagination a.page-numbers,
.mz-academy-pagination span.page-numbers {
	border: 1px solid var(--mz-outline);
	border-radius: 999px;
	color: var(--mz-fg);
	display: inline-flex;
	font-size: 0.8125rem;
	font-weight: 600;
	min-width: 2.25rem;
	padding: 0.45rem 0.85rem;
	text-decoration: none;
}

.mz-academy-pagination span.current {
	background: var(--mz-brand);
	border-color: var(--mz-brand);
	color: #fff;
}

.mz-academy-empty {
	padding: 3rem 0 4rem;
	text-align: center;
}

.mz-academy-empty .mz-btn {
	margin-top: 1.25rem;
}

.mz-academy-article__header {
	padding: 1.5rem 0 2rem;
	text-align: center;
}

.mz-academy-back {
	align-items: center;
	color: var(--mz-muted);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.35rem;
	margin-bottom: 1.25rem;
	text-decoration: none;
}

.mz-academy-back:hover {
	color: var(--mz-brand);
	text-decoration: none;
}

.mz-academy-article__header-inner {
	margin-inline: auto;
	max-width: 44rem;
}

.mz-academy-article__meta {
	align-items: center;
	color: var(--mz-muted);
	display: flex;
	flex-wrap: wrap;
	font-size: 0.8125rem;
	gap: 0.5rem 1rem;
	justify-content: center;
	margin-bottom: 1rem;
}

.mz-academy-article__title {
	font-size: clamp(2rem, 5vw, 3rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.1;
	margin: 0 0 1rem;
}

.mz-academy-article__dek {
	color: var(--mz-muted);
	font-size: 1.125rem;
	line-height: 1.6;
	margin: 0 auto;
	max-width: 36rem;
}

.mz-academy-article__cover {
	aspect-ratio: 16 / 9;
	border-radius: var(--mz-radius-xl);
	margin-bottom: 2.5rem;
	overflow: hidden;
}

.mz-academy-article__cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mz-academy-prose {
	color: var(--mz-fg);
	font-size: 1.0625rem;
	line-height: 1.75;
	margin: 0 auto 3.5rem;
	max-width: 42rem;
}

.mz-academy-prose > *:first-child {
	margin-top: 0;
}

.mz-academy-prose h2,
.mz-academy-prose h3,
.mz-academy-prose h4 {
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.25;
	margin: 2.25rem 0 0.85rem;
}

.mz-academy-prose h2 {
	font-size: 1.5rem;
}

.mz-academy-prose h3 {
	font-size: 1.25rem;
}

.mz-academy-prose p,
.mz-academy-prose ul,
.mz-academy-prose ol {
	margin: 0 0 1.25rem;
}

.mz-academy-prose ul,
.mz-academy-prose ol {
	padding-inline-start: 1.35rem;
}

.mz-academy-prose a {
	color: var(--mz-brand);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.mz-academy-prose blockquote {
	border-inline-start: 3px solid var(--mz-brand);
	color: var(--mz-muted);
	margin: 1.75rem 0;
	padding-inline-start: 1.25rem;
}

.mz-academy-prose img {
	border-radius: var(--mz-radius-lg);
	height: auto;
	margin: 1.5rem 0;
	max-width: 100%;
}

.mz-academy-related {
	background: var(--mz-surface-low);
	padding: var(--mz-stack) 0;
}

.mz-academy-grid--related {
	margin-top: 0;
}

/* Mobile — alignment, spacing, hero inset */
@media (max-width: 767px) {
	:root {
		--mz-pad-x: 1.4rem;
		--mz-stack: 2.75rem;
	}

	.mz-container {
		padding-left: var(--mz-pad-x);
		padding-right: var(--mz-pad-x);
	}

	.mz-hero--home.mz-hero--video {
		padding-bottom: 0;
		padding-left: 1.65rem;
		padding-right: 1.1rem;
	}

	body.rtl .mz-hero--home.mz-hero--video {
		padding-left: 1.1rem;
		padding-right: 1.65rem;
	}

	.mz-hero--home .mz-hero__content {
		padding: 1.35rem 1.15rem 1.85rem 1.75rem;
		text-align: start;
	}

	body.rtl .mz-hero--home .mz-hero__content {
		padding: 1.35rem 1.75rem 1.85rem 1.15rem;
	}

	.mz-hero--home .mz-hero__actions {
		justify-content: flex-start;
	}

	.mz-hero--home .mz-display {
		font-size: clamp(1.75rem, 8vw, 2.35rem);
	}

	.mz-hero--home .mz-hero__desc {
		margin-inline: 0;
		max-width: none;
	}

	.mz-front .mz-hero--home.mz-hero--video + .mz-info-banner {
		margin-top: 15px;
		padding-top: 0;
	}

	.mz-section {
		padding: 2.25rem 0;
	}

	.mz-section__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
		margin-bottom: 1.35rem;
	}

	.mz-home-blog {
		padding-bottom: 1.5rem;
		padding-top: 0.15rem;
	}

	.mz-home-blog .mz-section__head {
		margin-bottom: 1rem;
	}

	.mz-home-blog__lead {
		margin-top: 0.35rem;
	}

	.mz-acf-blocks section,
	.mz-acf-blocks .section {
		margin-bottom: 2rem;
	}

	.mz-home-spotlight__media {
		min-height: clamp(20rem, 68vh, 34rem);
	}

	.mz-home-spotlight__product {
		width: min(100%, 17rem);
	}

	.mz-home-product-card__body {
		min-height: 4.75rem;
		padding: 0.75rem 0.85rem 0.9rem;
	}

	.mz-home-product-card__title {
		font-size: 0.8125rem;
		min-height: 2.5em;
	}

	.mz-front,
	.mz-page,
	.mz-shop,
	.mz-shop__wrap,
	.mz-shop__layout,
	.mz-shop__main,
	.mz-container {
		max-width: 100%;
		min-width: 0;
	}

	.mz-hero--video {
		padding-inline: var(--mz-pad-x);
	}

	.mz-hero--shop.mz-hero--video {
		padding-inline: var(--mz-pad-x);
	}

	.mz-home-products-swiper,
	.mz-bestsellers .bestsellers-swiper,
	.mz-home-blog-swiper {
		padding-bottom: 1.75rem;
	}

	.mz-home-blog__prev,
	.mz-home-blog__next {
		display: none;
	}

	.mz-home-blog__slider-wrap {
		margin-inline: calc(50% - 50vw);
		max-width: 100vw;
		width: 100vw;
	}

	.mz-craft,
	.mz-showrooms,
	.mz-marquee {
		max-width: 100%;
		overflow-x: clip;
	}

	.mz-academy-filters__nav {
		justify-content: flex-start;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 0.25rem;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.mz-academy-filters__nav::-webkit-scrollbar {
		display: none;
	}

	.mz-academy-filter {
		flex-shrink: 0;
	}

	.mz-academy-grid {
		grid-template-columns: 1fr;
	}

	.mz-academy-article__header-inner,
	.mz-academy-article__content {
		max-width: 100%;
		overflow-x: clip;
	}

	.mz-shop__header-text,
	.mz-shop__title {
		max-width: 100%;
		overflow-wrap: anywhere;
	}

	.mz-shop-subcats {
		flex-wrap: nowrap;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		padding-bottom: 0.25rem;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.mz-shop-subcats::-webkit-scrollbar {
		display: none;
	}

	.mz-shop-subcats__pill {
		flex-shrink: 0;
	}

	.mz-shop-card__title,
	.mz-shop-card__excerpt {
		overflow-wrap: anywhere;
	}

	body.mz-design.single-product .row {
		margin-inline: 0;
	}

	body.mz-design .lynessa-product-extra,
	body.mz-design .lynessa-pr-wrap {
		margin-inline: 0 !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.mz-marquee__track {
		animation: none;
	}
	.mz-reveal {
		opacity: 1;
		transform: none;
	}
	.mz-home-blog-card,
	.mz-home-blog-card__media img,
	.mz-home-spotlight__feature,
	.mz-info-banner__item,
	.mz-home-product-card,
	.mz-academy-card__link {
		transition: none;
	}
}
