/*
Theme Name: Astra WooCommerce Child
Theme URI: https://wpastra.com/
Description: Astra child theme for the LZ Plush storefront homepage.
Author: AI Business System
Template: astra
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: astra-woocommerce-child
*/

:root {
	--lz-cream: #fff8ef;
	--lz-cream-2: #fff1df;
	--lz-paper: #fffdf8;
	--lz-brown: #4b2613;
	--lz-brown-2: #7a4a2e;
	--lz-muted: #8b705f;
	--lz-orange: #ee734f;
	--lz-orange-dark: #d95d3b;
	--lz-peach: #ffe1d2;
	--lz-pink: #ffe3e7;
	--lz-green: #e9f3df;
	--lz-mint: #e1f2ee;
	--lz-yellow: #fff0c9;
	--lz-lavender: #eee6fb;
	--lz-line: rgba(121, 76, 46, 0.16);
	--lz-shadow: 0 18px 45px rgba(102, 57, 28, 0.1);
	--lz-radius-lg: 28px;
	--lz-radius-md: 22px;
	--lz-width: 1320px;
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--lz-cream);
	color: var(--lz-brown);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	letter-spacing: 0;
}

body.home,
body.front-page {
	background: var(--lz-cream);
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

button,
input {
	font: inherit;
	letter-spacing: 0;
}

.site-content,
.ast-container,
.entry-content {
	width: 100%;
	max-width: none;
	padding: 0;
	margin: 0;
}

.lz-site-main {
	background: var(--lz-cream);
	overflow: hidden;
}

.lz-announcement {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 38px;
	padding: 8px 16px;
	background: linear-gradient(90deg, #ffe5cd, #ffd9bd);
	color: var(--lz-brown);
	font-size: 15px;
	font-weight: 750;
	text-align: center;
}

.lz-announcement span {
	color: var(--lz-orange);
}

.lz-header,
.lz-site-header,
.site-header {
	position: relative;
}

.lz-site-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: rgba(255, 253, 248, 0.94);
	border-bottom: 1px solid var(--lz-line);
	backdrop-filter: blur(18px);
}

.lz-header-shell {
	position: relative;
}

.lz-header-inner {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	max-width: var(--lz-width);
	min-height: 74px;
	margin: 0 auto;
	padding: 0 28px;
}

.lz-brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: var(--lz-brown);
	font-weight: 900;
	white-space: nowrap;
}

.lz-brand-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border: 2px solid var(--lz-brown-2);
	border-radius: 16px;
	background: #fff;
}

.lz-brand-mark svg {
	width: 32px;
	height: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.6;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lz-brand-text {
	font-size: 28px;
	line-height: 1;
	color: #9a4e24;
}

.lz-primary-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: clamp(18px, 2.2vw, 34px);
}

.lz-primary-nav a {
	color: #3c2418;
	font-size: 15px;
	font-weight: 760;
	transition: color 160ms ease;
}

.lz-primary-nav a:hover,
.lz-primary-nav a:focus {
	color: var(--lz-orange);
}

.lz-header-actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.lz-icon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--lz-brown);
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.lz-icon-button:hover,
.lz-icon-button:focus {
	background: var(--lz-peach);
	color: var(--lz-orange-dark);
	transform: translateY(-1px);
}

.lz-icon-button svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lz-header-icon,
.lz-search-toggle {
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	border-radius: 999px;
	color: #4b2414;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease;
}

.lz-header-icon svg,
.lz-search-toggle svg {
	width: 22px;
	height: 22px;
	display: block;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lz-header-icon:hover,
.lz-search-toggle:hover,
.lz-header-icon:focus,
.lz-search-toggle:focus {
	background: rgba(239,116,79,0.10);
	color: #ef744f;
}

.awc-cart-count,
.lz-cart-button .awc-cart-count {
	position: absolute;
	top: 2px;
	right: 1px;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--lz-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 20px;
	text-align: center;
}

.lz-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: var(--lz-peach);
	cursor: pointer;
}

.lz-menu-toggle span {
	display: block;
	width: 20px;
	height: 2px;
	margin: 4px auto;
	border-radius: 999px;
	background: var(--lz-brown);
}

.lz-header-search {
	display: none;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: min(620px, calc(100vw - 32px));
	padding: 14px;
	background: rgba(255,250,243,0.96);
	border-radius: 999px;
	box-shadow: 0 18px 45px rgba(75,36,20,0.12);
	z-index: 50;
}

.lz-header-search.is-open {
	display: block;
}

.lz-header-search .woocommerce-product-search,
.lz-header-search .search-form {
	display: flex;
	max-width: 760px;
	margin: 0 auto;
	padding: 6px;
	border: 1px solid var(--lz-line);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(102, 57, 28, 0.08);
}

.lz-header-search input[type="search"],
.lz-header-search .search-field {
	flex: 1;
	min-height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	outline: 0;
	color: var(--lz-brown);
}

.lz-header-search button,
.lz-header-search input[type="submit"] {
	min-height: 46px;
	padding: 0 24px;
	border: 0;
	border-radius: 999px;
	background: var(--lz-orange);
	color: #fff;
	font-weight: 850;
	cursor: pointer;
}

.lz-hero {
	position: relative;
	min-height: 520px;
	background: var(--lz-cream);
	overflow: hidden;
}

.lz-hero-art {
	position: absolute;
	top: 0;
	right: 0;
	width: 64%;
	height: 100%;
	background-image: none;
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	z-index: 1;
}

.lz-hero-fade {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		var(--lz-cream) 0%,
		var(--lz-cream) 34%,
		rgba(255, 248, 239, 0.96) 42%,
		rgba(255, 248, 239, 0.72) 50%,
		rgba(255, 248, 239, 0.22) 62%,
		rgba(255, 248, 239, 0) 75%
	);
}

.lz-hero-inner {
	position: relative;
	z-index: 3;
	max-width: var(--lz-width);
	min-height: 520px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 60px 32px 86px;
}

.lz-hero-content {
	width: min(520px, 42%);
}

.lz-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(239, 116, 79, 0.2);
	color: #9b5a3c;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 22px;
}

.lz-hero-pill span {
	color: var(--lz-orange);
}

.lz-hero-title,
.lz-section h2,
.lz-about h2,
.lz-newsletter h2 {
	margin: 0;
	color: var(--lz-brown);
	font-family: "Trebuchet MS", Inter, ui-sans-serif, system-ui, sans-serif;
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
}

.lz-hero-title {
	font-size: clamp(38px, 3.8vw, 58px);
	line-height: 1.08;
	letter-spacing: 0;
}

.lz-hero-title span {
	color: var(--lz-orange);
}

.lz-hero-text {
	max-width: 500px;
	margin: 22px 0 0;
	color: #7b4a35;
	font-size: 15.5px;
	line-height: 1.75;
}

.lz-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.lz-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 26px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.lz-btn:hover,
.lz-btn:focus {
	transform: translateY(-2px);
}

.lz-btn-primary {
	background: #ef744f;
	color: #fff;
	box-shadow: 0 12px 26px rgba(239, 116, 79, 0.28);
}

.lz-btn-primary:hover,
.lz-btn-primary:focus {
	background: var(--lz-orange-dark);
	color: #fff;
}

.lz-btn-secondary {
	background: rgba(255, 255, 255, 0.72);
	color: #4b2414;
	border: 1px solid rgba(239, 116, 79, 0.38);
}

.lz-btn-secondary:hover,
.lz-btn-secondary:focus {
	background: #fff;
	color: var(--lz-orange-dark);
}

.lz-button,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 26px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

.lz-button:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	transform: translateY(-2px);
}

.lz-button-primary,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--lz-orange);
	color: #fff;
	box-shadow: 0 12px 22px rgba(238, 115, 79, 0.28);
}

.lz-button-primary:hover,
.lz-button-primary:focus,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--lz-orange-dark);
	color: #fff;
}

.lz-button-secondary,
.lz-button-light {
	background: rgba(255, 255, 255, 0.72);
	border-color: rgba(238, 115, 79, 0.48);
	color: var(--lz-brown);
}

.lz-button-secondary:hover,
.lz-button-light:hover {
	background: #fff;
	color: var(--lz-orange-dark);
}

.lz-hero-wave {
	position: absolute;
	left: -5%;
	right: -5%;
	bottom: -1px;
	height: 76px;
	background: #fffaf3;
	border-radius: 50% 50% 0 0 / 55% 55% 0 0;
	z-index: 4;
}

.lz-section {
	max-width: var(--lz-width);
	margin: 0 auto;
	padding: 54px 28px;
}

.lz-collections {
	margin-top: 0 !important;
	padding-top: 36px !important;
}

.lz-section-heading {
	margin-bottom: 26px;
}

.lz-section-heading h2,
.lz-about h2,
.lz-newsletter h2 {
	font-size: clamp(30px, 3vw, 44px);
}

.lz-section-heading p,
.lz-about p,
.lz-newsletter p,
.lz-lifestyle-copy p {
	max-width: 660px;
	margin: 8px 0 0;
	color: var(--lz-muted);
	font-size: 16px;
	line-height: 1.7;
}

.lz-center {
	text-align: center;
}

.lz-center p {
	margin-right: auto;
	margin-left: auto;
}

.lz-split-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
}

.lz-collection-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.lz-collection-card {
	display: grid;
	grid-template-columns: minmax(82px, 0.92fr) minmax(0, 1fr);
	align-items: center;
	min-height: 158px;
	padding: 16px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.78);
	border-radius: var(--lz-radius-md);
	box-shadow: 0 14px 32px rgba(102, 57, 28, 0.07);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.lz-collection-card:hover,
.lz-collection-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 22px 44px rgba(102, 57, 28, 0.12);
}

.lz-collection-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	filter: drop-shadow(0 10px 16px rgba(88, 46, 22, 0.12));
}

.lz-collection-card h3,
.lz-product-card h3,
.lz-gift-card h3,
.lz-lifestyle-card h3,
.lz-material-grid h3 {
	margin: 0;
	color: var(--lz-brown);
	font-size: 17px;
	font-weight: 900;
	line-height: 1.24;
}

.lz-collection-card p,
.lz-gift-card p {
	margin: 8px 0 10px;
	color: var(--lz-brown-2);
	font-size: 13px;
	line-height: 1.45;
}

.lz-collection-card span {
	color: var(--lz-brown);
	font-weight: 900;
}

.soft-orange {
	background: linear-gradient(135deg, #fff0dc, #ffe2c5);
}

.soft-pink {
	background: linear-gradient(135deg, #ffe7e9, #ffd7db);
}

.soft-green {
	background: linear-gradient(135deg, #eef5e7, #dfeedd);
}

.soft-yellow {
	background: linear-gradient(135deg, #fff5d9, #ffeac1);
}

.soft-mint {
	background: linear-gradient(135deg, #e7f4ef, #d7ede7);
}

.soft-lavender {
	background: linear-gradient(135deg, #f1e9ff, #e7dcfb);
}

.lz-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.lz-product-card,
.woocommerce ul.products li.product {
	position: relative;
	overflow: hidden;
	border: 1px solid var(--lz-line);
	border-radius: var(--lz-radius-md);
	background: #fff;
	box-shadow: 0 10px 28px rgba(102, 57, 28, 0.06);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.lz-product-card:hover,
.lz-product-card:focus-within,
.woocommerce ul.products li.product:hover {
	border-color: rgba(238, 115, 79, 0.38);
	box-shadow: 0 24px 48px rgba(102, 57, 28, 0.13);
	transform: translateY(-5px);
}

.lz-product-image {
	position: relative;
	display: block;
	overflow: hidden;
	background: linear-gradient(180deg, #fff8ef, #fff);
}

.lz-product-image > span,
.woocommerce ul.products li.product .onsale {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	min-height: 25px;
	padding: 6px 10px;
	border-radius: 999px;
	background: var(--lz-orange);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
}

.lz-product-image img,
.woocommerce ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 16px;
	margin: 0;
	transition: transform 220ms ease;
}

.lz-product-card:hover .lz-product-image img,
.woocommerce ul.products li.product:hover img {
	transform: scale(1.04);
}

.lz-product-overlay {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 999px;
	background: rgba(238, 115, 79, 0.96);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 180ms ease, transform 180ms ease;
}

.lz-product-card:hover .lz-product-overlay,
.lz-product-card:focus-within .lz-product-overlay {
	opacity: 1;
	transform: translateY(0);
}

.lz-product-info {
	padding: 0 18px 18px;
}

.lz-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	min-height: 44px;
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
}

.lz-product-info strong,
.woocommerce ul.products li.product .price {
	display: block;
	margin-bottom: 8px;
	color: var(--lz-brown);
	font-size: 15px;
	font-weight: 900;
}

.lz-rating {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-bottom: 14px;
	color: #f8b300;
	font-size: 14px;
}

.lz-rating small {
	color: var(--lz-muted);
	font-size: 12px;
	font-weight: 750;
}

.lz-card-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 999px;
	background: var(--lz-orange);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 180ms ease, transform 180ms ease, background 180ms ease;
}

.lz-product-card:hover .lz-card-button,
.lz-product-card:focus-within .lz-card-button {
	opacity: 1;
	transform: translateY(0);
}

.lz-card-button:hover {
	background: var(--lz-orange-dark);
	color: #fff;
}

.lz-gift-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.lz-gift-card {
	display: grid;
	grid-template-columns: minmax(120px, 0.9fr) minmax(0, 1fr);
	align-items: center;
	min-height: 170px;
	padding: 18px;
	overflow: hidden;
	border-radius: var(--lz-radius-lg);
	box-shadow: 0 16px 38px rgba(102, 57, 28, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.lz-gift-card:hover,
.lz-gift-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 24px 52px rgba(102, 57, 28, 0.13);
}

.lz-gift-card img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	filter: drop-shadow(0 12px 18px rgba(88, 46, 22, 0.13));
}

.lz-gift-card span {
	color: var(--lz-brown);
	font-weight: 900;
}

.lz-age-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.lz-age-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-height: 158px;
	padding: 24px;
	border: 1px solid var(--lz-line);
	border-radius: var(--lz-radius-md);
	background: #fff;
	box-shadow: 0 12px 30px rgba(102, 57, 28, 0.06);
	transition: transform 160ms ease, border-color 160ms ease;
}

.lz-age-card:hover,
.lz-age-card:focus {
	border-color: rgba(238, 115, 79, 0.36);
	transform: translateY(-3px);
}

.lz-age-card strong {
	color: var(--lz-orange);
	font-size: 28px;
	font-weight: 950;
}

.lz-age-card span {
	color: var(--lz-muted);
	font-size: 14px;
	line-height: 1.55;
}

.lz-lifestyle {
	display: grid;
	grid-template-columns: minmax(280px, 0.6fr) minmax(0, 1fr);
	align-items: center;
	gap: 34px;
}

.lz-lifestyle-copy h2 {
	font-size: clamp(32px, 4vw, 52px);
}

.lz-lifestyle-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.lz-lifestyle-card {
	overflow: hidden;
	border-radius: var(--lz-radius-lg);
	background: #fff;
	box-shadow: var(--lz-shadow);
}

.lz-lifestyle-card img {
	width: 100%;
	aspect-ratio: 0.92 / 1;
	object-fit: cover;
}

.lz-lifestyle-card h3 {
	padding: 18px;
}

.lz-materials {
	padding-top: 28px;
}

.lz-material-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.lz-material-grid div {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 104px;
	padding: 20px;
	border-radius: var(--lz-radius-md);
	background: #fff;
	box-shadow: 0 12px 30px rgba(102, 57, 28, 0.06);
}

.lz-material-grid span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: var(--lz-peach);
	color: var(--lz-orange);
	font-size: 22px;
}

.lz-about {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	align-items: center;
	gap: 34px;
	padding: 42px;
	border-radius: 34px;
	background: linear-gradient(135deg, #fff, #fff0df);
	box-shadow: var(--lz-shadow);
}

.lz-about p {
	margin-bottom: 26px;
}

.lz-about img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	border-radius: 30px;
	background: #fffaf4;
}

.lz-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.74fr);
	align-items: center;
	gap: 28px;
	margin-top: 42px;
	margin-bottom: 58px;
	padding: 40px;
	border-radius: 34px;
	background: var(--lz-brown);
	color: #fff8ef;
	box-shadow: 0 24px 52px rgba(75, 38, 19, 0.18);
}

.lz-newsletter h2,
.lz-newsletter p {
	color: #fff8ef;
}

.lz-newsletter-form {
	display: flex;
	gap: 12px;
	padding: 8px;
	border-radius: 999px;
	background: #fff;
}

.lz-newsletter-form input {
	flex: 1;
	min-width: 0;
	min-height: 50px;
	padding: 0 18px;
	border: 0;
	border-radius: 999px;
	outline: 0;
	color: var(--lz-brown);
}

.lz-site-footer {
	background: #fff0df;
	border-top: 1px solid var(--lz-line);
}

.lz-footer-inner {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.6fr);
	gap: 56px;
	max-width: var(--lz-width);
	margin: 0 auto;
	padding: 54px 28px 36px;
}

.lz-footer-brand p {
	max-width: 330px;
	margin: 18px 0 0;
	color: var(--lz-muted);
	line-height: 1.7;
}

.lz-footer-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.lz-footer-grid h3 {
	margin: 0 0 16px;
	color: var(--lz-brown);
	font-size: 16px;
	font-weight: 950;
}

.lz-footer-grid a {
	display: block;
	margin: 10px 0;
	color: var(--lz-muted);
	font-size: 14px;
	font-weight: 720;
}

.lz-footer-grid a:hover,
.lz-footer-grid a:focus {
	color: var(--lz-orange-dark);
}

.lz-footer-bottom {
	max-width: var(--lz-width);
	margin: 0 auto;
	padding: 18px 28px 28px;
	color: var(--lz-muted);
	font-size: 14px;
}

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	content: none;
}

.woocommerce ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product .button {
	margin: 0 18px 18px;
	width: calc(100% - 36px);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 1180px) {
	.lz-header-inner {
		gap: 18px;
	}

	.lz-primary-nav {
		gap: 16px;
	}

	.lz-brand-text {
		font-size: 24px;
	}

	.lz-hero-inner {
		padding-top: 52px;
	}

	.lz-hero-content {
		width: min(520px, 42%);
	}

	.lz-collection-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lz-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lz-gift-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.lz-menu-toggle {
		display: inline-block;
		order: 3;
	}

	.lz-header-inner {
		grid-template-columns: auto 1fr auto;
		min-height: 68px;
		padding: 0 18px;
	}

	.lz-header-actions {
		justify-content: end;
	}

	.lz-primary-nav {
		position: absolute;
		top: 100%;
		right: 18px;
		left: 18px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 14px;
		border: 1px solid var(--lz-line);
		border-radius: 24px;
		background: #fff;
		box-shadow: var(--lz-shadow);
	}

	.lz-primary-nav.is-open {
		display: flex;
	}

	.lz-primary-nav a {
		padding: 13px 14px;
		border-radius: 14px;
	}

	.lz-primary-nav a:hover,
	.lz-primary-nav a:focus {
		background: var(--lz-cream-2);
	}

	.lz-hero-title {
		font-size: clamp(42px, 9vw, 62px);
	}

	.lz-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lz-age-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lz-lifestyle,
	.lz-about,
	.lz-newsletter,
	.lz-footer-inner {
		grid-template-columns: 1fr;
	}

	.lz-material-grid,
	.lz-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lz-newsletter {
		margin-right: 18px;
		margin-left: 18px;
	}
}

@media (max-width: 768px) {
	.lz-hero {
		min-height: auto;
		display: flex;
		flex-direction: column;
		background: var(--lz-cream);
	}

	.lz-hero-art {
		position: relative;
		order: 2;
		width: 100%;
		height: 280px;
		margin-top: 20px;
		background-size: cover;
		background-position: center;
	}

	.lz-hero-fade {
		background: linear-gradient(
			180deg,
			var(--lz-cream) 0%,
			rgba(255, 248, 239, 0.96) 55%,
			rgba(255, 248, 239, 0.2) 100%
		);
	}

	.lz-hero-inner {
		order: 1;
		min-height: auto;
		padding: 48px 20px 32px;
	}

	.lz-hero-content {
		width: 100%;
	}

	.lz-hero-title {
		font-size: clamp(34px, 10vw, 44px);
	}

	.lz-hero-text {
		font-size: 15px;
	}
}

@media (max-width: 640px) {
	.lz-announcement {
		font-size: 13px;
		line-height: 1.45;
	}

	.lz-brand-mark {
		width: 38px;
		height: 38px;
		border-radius: 14px;
	}

	.lz-brand-text {
		font-size: 21px;
	}

	.lz-header-actions {
		gap: 4px;
	}

	.lz-icon-button,
	.lz-menu-toggle {
		width: 40px;
		height: 40px;
	}

	.lz-hero-inner,
	.lz-section {
		padding-right: 18px;
		padding-left: 18px;
	}

	.lz-hero-inner {
		min-height: auto;
		padding: 44px 20px 30px;
	}

	.lz-hero-pill {
		font-size: 12px;
	}

	.lz-hero-title {
		font-size: clamp(34px, 10vw, 44px);
	}

	.lz-hero-text {
		font-size: 15px;
	}

	.lz-hero-actions,
	.lz-split-heading,
	.lz-newsletter-form {
		flex-direction: column;
		align-items: stretch;
	}

	.lz-button,
	.lz-btn,
	.lz-newsletter-form button {
		width: 100%;
		min-height: 52px;
	}

	.lz-collection-grid,
	.lz-gift-grid,
	.lz-lifestyle-grid,
	.lz-material-grid,
	.lz-footer-grid {
		grid-template-columns: 1fr;
	}

	.lz-collection-card,
	.lz-gift-card {
		grid-template-columns: 120px minmax(0, 1fr);
	}

	.lz-product-grid,
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	.lz-product-info {
		padding: 0 12px 14px;
	}

	.lz-product-card h3,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
	}

	.lz-card-button {
		opacity: 1;
		transform: none;
	}

	.lz-about,
	.lz-newsletter {
		padding: 28px 20px;
		border-radius: 28px;
	}
}

@media (max-width: 420px) {
	.lz-product-grid,
	.woocommerce ul.products,
	.lz-age-grid {
		grid-template-columns: 1fr;
	}

	.lz-collection-card,
	.lz-gift-card {
		grid-template-columns: 105px minmax(0, 1fr);
	}
}

.lz-final-hero,
.lz-final-hero * {
	box-sizing: border-box;
}

.lz-final-hero {
	position: relative;
	background: #fff8ef;
	overflow: hidden;
	isolation: isolate;
}

.lz-final-hero-inner {
	max-width: 1320px;
	min-height: 460px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 40% 60%;
	align-items: center;
	padding: 46px 32px 78px;
	position: relative;
	z-index: 2;
}

.lz-final-hero-copy {
	position: relative;
	z-index: 5;
	padding-right: 28px;
}

.lz-final-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(239, 116, 79, 0.22);
	color: #9b5a3c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 18px;
}

.lz-final-hero-pill span {
	color: #ef744f;
	font-size: 13px;
}

.lz-final-hero-title {
	margin: 0;
	color: #4b2414;
	font-size: clamp(34px, 3.45vw, 54px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	font-weight: 800;
}

.lz-final-hero-title span {
	color: #ef744f;
}

.lz-final-hero-text {
	max-width: 470px;
	margin: 18px 0 0;
	color: #7b4a35;
	font-size: 15px;
	line-height: 1.68;
}

.lz-final-hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.lz-final-btn {
	min-height: 42px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1;
	transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.lz-final-btn:hover {
	transform: translateY(-1px);
}

.lz-final-btn-primary {
	background: #ef744f;
	color: #fff;
	box-shadow: 0 10px 22px rgba(239, 116, 79, 0.24);
}

.lz-final-btn-primary:hover {
	color: #fff;
	background: #e86643;
}

.lz-final-btn-secondary {
	background: rgba(255, 255, 255, 0.78);
	color: #4b2414;
	border: 1px solid rgba(239, 116, 79, 0.36);
}

.lz-final-btn-secondary:hover {
	color: #4b2414;
	background: #fff;
}

.lz-final-hero-media {
	position: relative;
	z-index: 1;
	height: 360px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.lz-final-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center right;
	display: block;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.lz-final-hero-fade {
	position: absolute;
	left: -150px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 3;
	pointer-events: none;
	background: linear-gradient(
		90deg,
		#fff8ef 0%,
		rgba(255, 248, 239, 0.96) 32%,
		rgba(255, 248, 239, 0.72) 56%,
		rgba(255, 248, 239, 0.25) 78%,
		rgba(255, 248, 239, 0) 100%
	);
}

.lz-final-hero-wave {
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -1px;
	height: 62px;
	z-index: 6;
	background: #fffaf3;
	border-radius: 50% 50% 0 0 / 55% 55% 0 0;
	pointer-events: none;
}

@media (max-width: 1100px) {
	.lz-final-hero-inner {
		grid-template-columns: 43% 57%;
	}

	.lz-final-hero-title {
		font-size: clamp(32px, 4vw, 48px);
	}

	.lz-final-hero-media {
		height: 330px;
	}
}

@media (max-width: 900px) {
	.lz-final-hero-inner {
		grid-template-columns: 1fr;
		padding: 44px 20px 76px;
	}

	.lz-final-hero-copy {
		padding-right: 0;
	}

	.lz-final-hero-media {
		height: 280px;
		margin-top: 28px;
		justify-content: center;
	}

	.lz-final-hero-media img {
		object-position: center;
	}

	.lz-final-hero-fade {
		display: none;
	}

	.lz-final-hero-title {
		font-size: clamp(32px, 9vw, 44px);
	}

	.lz-final-hero-text {
		font-size: 15px;
	}
}

@media (max-width: 520px) {
	.lz-final-hero-inner {
		padding: 38px 18px 70px;
	}

	.lz-final-hero-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.lz-final-btn {
		width: 100%;
	}

	.lz-final-hero-media {
		height: 230px;
	}
}

.lz-hero-vfinal,
.lz-hero-vfinal * {
	box-sizing: border-box;
}

.lz-hero-vfinal {
	position: relative;
	background:
		linear-gradient(
			90deg,
			rgba(247, 240, 232, 0.98) 0%,
			rgba(247, 240, 232, 0.94) 34%,
			rgba(247, 240, 232, 0.62) 48%,
			rgba(247, 240, 232, 0.18) 62%,
			rgba(247, 240, 232, 0) 76%
		),
		url("./assets/images/hero-banner.png") center right / cover no-repeat;
	overflow: hidden;
	min-height: 500px;
	padding-bottom: 0 !important;
}

.lz-hero-vfinal-inner {
	position: relative;
	z-index: 5;
	max-width: 1320px;
	margin: 0 auto;
	min-height: 500px;
	display: flex;
	align-items: center;
	padding: 48px 32px 80px;
}

.lz-hero-vfinal-copy {
	width: min(520px, 42%);
	position: relative;
	z-index: 6;
}

.lz-hero-vfinal-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(239, 116, 79, 0.18);
	color: #9b5a3c;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 18px;
}

.lz-hero-vfinal-pill span {
	color: #ef744f;
}

.lz-hero-vfinal-title {
	margin: 0;
	color: #4b2414;
	font-size: clamp(36px, 3.5vw, 56px);
	line-height: 1.08;
	letter-spacing: -0.035em;
	font-weight: 800;
}

.lz-hero-vfinal-title span {
	color: #ef744f;
}

.lz-hero-vfinal-text {
	max-width: 470px;
	margin: 18px 0 0;
	color: #7b4a35;
	font-size: 15px;
	line-height: 1.68;
}

.lz-hero-vfinal-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.lz-hero-vfinal-btn {
	min-height: 42px;
	padding: 0 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	line-height: 1;
}

.lz-hero-vfinal-btn-primary {
	background: #ef744f;
	color: #fff;
	box-shadow: 0 10px 22px rgba(239, 116, 79, 0.24);
}

.lz-hero-vfinal-btn-secondary {
	background: rgba(255, 255, 255, 0.80);
	color: #4b2414;
	border: 1px solid rgba(239, 116, 79, 0.34);
}

.lz-hero-vfinal-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 64px;
	z-index: 8;
	pointer-events: none;
	line-height: 0;
}

.lz-hero-vfinal-wave svg {
	display: block;
	width: 100%;
	height: 100%;
}

.lz-hero-vfinal-wave path {
	fill: #fbf6f0;
}

@media (max-width: 1200px) {
	.lz-hero-vfinal-copy {
		width: min(500px, 44%);
	}
}

@media (max-width: 900px) {
	.lz-hero-vfinal {
		min-height: auto;
		background:
			linear-gradient(
				180deg,
				rgba(247, 240, 232, 1) 0%,
				rgba(247, 240, 232, 0.96) 48%,
				rgba(247, 240, 232, 0.46) 72%,
				rgba(247, 240, 232, 0.08) 100%
			),
			url("./assets/images/hero-banner.png") center bottom / cover no-repeat;
	}

	.lz-hero-vfinal-inner {
		min-height: auto;
		padding: 42px 20px 80px;
	}

	.lz-hero-vfinal-copy {
		width: 100%;
		max-width: none;
	}

	.lz-hero-vfinal-title {
		font-size: clamp(32px, 9vw, 44px);
	}

	.lz-hero-vfinal-wave {
		height: 52px;
	}
}

/* Homepage visual refinement: Hero banner and collection cards. */
.lz-hero-vfinal {
	min-height: 560px;
	background-position: center 60% !important;
}

.lz-hero-vfinal-inner {
	min-height: 560px;
	padding-top: 76px !important;
	padding-bottom: 92px !important;
}

.lz-hero-vfinal-copy {
	width: min(540px, 42%);
	padding-top: 10px;
}

.lz-hero-vfinal-title {
	font-size: clamp(42px, 3.7vw, 60px);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.lz-hero-vfinal-text {
	margin-top: 22px;
	max-width: 500px;
	color: #7b4a35;
}

.lz-hero-vfinal-actions {
	margin-top: 28px;
}

.lz-hero-vfinal-wave {
	bottom: -1px;
	height: 64px;
}

.lz-collections,
.lz-featured-collections,
.lz-section-collections {
	margin-top: 0 !important;
	padding-top: 28px !important;
	padding-bottom: 72px !important;
	background: #fffaf3;
}

.lz-collections .lz-section-heading {
	margin-bottom: 34px !important;
}

.lz-collections h2,
.lz-featured-collections h2,
.lz-section-collections h2 {
	margin-bottom: 0 !important;
	font-size: clamp(34px, 3vw, 48px);
	color: #4b2414;
	letter-spacing: -0.02em;
}

.lz-collection-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	min-height: 230px;
	padding: 18px 16px 20px;
	border-radius: 26px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 18px 40px rgba(75, 36, 20, 0.07);
	border: 1px solid rgba(255, 255, 255, 0.70);
	text-align: center;
	transition: transform .2s ease, box-shadow .2s ease;
}

.lz-collection-card:hover,
.lz-collection-card:focus {
	transform: translateY(-4px);
	box-shadow: 0 24px 54px rgba(75, 36, 20, 0.10);
}

.lz-collection-card img {
	width: 100%;
	height: 120px;
	object-fit: contain;
	display: block;
	margin: 10px auto 10px;
	aspect-ratio: auto;
}

.lz-collection-card img[src=""],
.lz-collection-card img:not([src]) {
	display: none;
}

.lz-collection-card div {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.lz-collection-card h3 {
	color: #4b2414;
}

.lz-collection-card p {
	color: #7b4a35;
	margin: 9px 0 12px;
}

.lz-collection-card span {
	color: #ef744f;
}

@media (max-width: 900px) {
	.lz-hero-vfinal {
		min-height: auto;
	}

	.lz-hero-vfinal-inner {
		min-height: auto;
		padding-top: 52px !important;
		padding-bottom: 110px !important;
	}

	.lz-hero-vfinal-title {
		font-size: clamp(34px, 9vw, 46px);
	}
}

@media (max-width: 640px) {
	.lz-collections,
	.lz-featured-collections,
	.lz-section-collections {
		padding-top: 38px !important;
		padding-bottom: 58px !important;
	}

	.lz-collection-card {
		min-height: 220px;
	}
}

.lz-collection-card {
	border-radius: 26px !important;
	overflow: hidden;
	box-shadow: 0 18px 42px rgba(75, 36, 20, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.75) !important;
	transition: transform .2s ease, box-shadow .2s ease;
}

.lz-collection-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 60px rgba(75, 36, 20, 0.12) !important;
}

.lz-collection-card:nth-child(1) {
	background: linear-gradient(145deg, #fff1dd 0%, #ffe4c2 100%) !important;
}

.lz-collection-card:nth-child(2) {
	background: linear-gradient(145deg, #ffe5eb 0%, #ffd1dc 100%) !important;
}

.lz-collection-card:nth-child(3) {
	background: linear-gradient(145deg, #edf8ea 0%, #dff2da 100%) !important;
}

.lz-collection-card:nth-child(4) {
	background: linear-gradient(145deg, #fff3cd 0%, #ffe7a3 100%) !important;
}

.lz-collection-card:nth-child(5) {
	background: linear-gradient(145deg, #e5f6f3 0%, #cfede8 100%) !important;
}

.lz-collection-card:nth-child(6) {
	background: linear-gradient(145deg, #f0e8ff 0%, #e2d4ff 100%) !important;
}

.lz-collection-card img {
	max-width: 130px;
	height: 110px;
	object-fit: contain;
	display: block;
	margin: 12px auto 14px;
}

.lz-collection-card img[src=""],
.lz-collection-card img:not([src]) {
	display: none !important;
}

.lz-collection-card h3,
.lz-collection-card .lz-collection-title {
	color: #4b2414 !important;
	font-weight: 800;
}

.lz-collection-card p,
.lz-collection-card .lz-collection-text {
	color: #7b4a35 !important;
}

.lz-collection-card a,
.lz-collection-card .lz-collection-arrow {
	color: #ef744f !important;
}

/* Product cards: keep clean white / cream style */
.lz-product-card,
.woocommerce ul.products li.product,
.lz-home-product-card {
	background: rgba(255,255,255,0.88) !important;
	border: 1px solid rgba(75,36,20,0.08) !important;
	border-radius: 24px !important;
	box-shadow: 0 18px 46px rgba(75,36,20,0.08) !important;
	overflow: hidden !important;
	transition: transform .2s ease, box-shadow .2s ease !important;
}

.lz-product-card:hover,
.woocommerce ul.products li.product:hover,
.lz-home-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 26px 60px rgba(75,36,20,0.12) !important;
}

.lz-product-card img,
.woocommerce ul.products li.product img,
.lz-home-product-card img {
	width: 100% !important;
	aspect-ratio: 1 / 1 !important;
	object-fit: cover !important;
	background: #fffaf3 !important;
	border-radius: 18px !important;
}

.lz-product-card h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.lz-home-product-card h3 {
	color: #4b2414 !important;
	font-weight: 800 !important;
}

.lz-product-card .price,
.woocommerce ul.products li.product .price,
.lz-home-product-card .price,
.lz-product-card strong {
	color: #4b2414 !important;
	font-weight: 800 !important;
}

.lz-product-card .star-rating,
.woocommerce ul.products li.product .star-rating,
.lz-home-product-card .star-rating,
.lz-rating {
	color: #f7a600 !important;
}

.lz-product-card .button,
.woocommerce ul.products li.product .button,
.lz-home-product-card .button,
.lz-product-card a.button,
.lz-card-button,
.lz-product-overlay {
	background: #ef744f !important;
	color: #ffffff !important;
	border-radius: 999px !important;
	border: none !important;
	font-weight: 800 !important;
}

.lz-product-card .button:hover,
.woocommerce ul.products li.product .button:hover,
.lz-home-product-card .button:hover,
.lz-card-button:hover {
	background: #e86643 !important;
	color: #ffffff !important;
}

.lz-product-badge,
.lz-badge,
.onsale {
	background: #ef744f !important;
	color: #ffffff !important;
	border-radius: 999px !important;
	font-weight: 800 !important;
}

/* Age / lifestyle / material cards: use white or light cream, not colorful */
.lz-age-card,
.lz-lifestyle-card,
.lz-material-card,
.lz-detail-card {
	background: rgba(255,255,255,0.78) !important;
	border: 1px solid rgba(75,36,20,0.08) !important;
	border-radius: 24px !important;
	box-shadow: 0 18px 42px rgba(75,36,20,0.07) !important;
}

.lz-age-card h3,
.lz-lifestyle-card h3,
.lz-material-card h3,
.lz-detail-card h3,
.lz-age-card strong {
	color: #4b2414 !important;
}

.lz-age-card p,
.lz-lifestyle-card p,
.lz-material-card p,
.lz-detail-card p,
.lz-age-card span {
	color: #7b4a35 !important;
}

/* Hide empty broken images */
.lz-product-card img[src=""],
.lz-home-product-card img[src=""],
.woocommerce ul.products li.product img[src=""],
.lz-product-card img:not([src]),
.lz-home-product-card img:not([src]),
.woocommerce ul.products li.product img:not([src]) {
	display: none !important;
}
