/*
Theme Name: Lumia Home
Theme URI: https://ald1n.com
Author: Ald1n
Author URI: https://ald1n.com
Description: Premium, brza i responzivna WooCommerce tema namenski izrađena za Lumia Home. Integrisana sa Lumia Home Core pluginom.
Version: 1.0.0
Requires at least: 6.9
Tested up to: 7.0.2
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lumia-home
Tags: e-commerce, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
	--lhc-primary: #8f7357;
	--lhc-secondary: #2d2926;
	--lhc-accent: #c8a982;
	--lhc-text: #2d2926;
	--lhc-surface: #f8f5f1;
	--lhc-radius: 16px;
	--lhc-header-height: 88px;
	--lhc-logo-height-desktop: 56px;
	--lhc-logo-height-tablet: 48px;
	--lhc-logo-height-mobile: 40px;
	--lhc-announcement-bg: #2d2926;
	--lhc-announcement-text: #fff;
	--lhc-sticky-shadow: 0 14px 35px rgba(45, 41, 38, .10);
	--lh-container: 1320px;
	--lh-gutter: clamp(18px, 3vw, 38px);
	--lh-muted: #756f69;
	--lh-border: rgba(45, 41, 38, .12);
	--lh-white: #fff;
	--lh-success: #44785b;
	--lh-danger: #a94c45;
	--lh-shadow-sm: 0 8px 30px rgba(45, 41, 38, .08);
	--lh-shadow-lg: 0 24px 70px rgba(45, 41, 38, .13);
	--lh-transition: 180ms ease;
	--lh-catalog-columns-desktop: 4;
	--lh-catalog-columns-tablet: 3;
	--lh-catalog-columns-mobile: 2;
	--lh-font-display: "Cormorant Garamond", Georgia, serif;
	--lh-font-body: Manrope, Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--lh-font-body-weight: 450;
	--lh-font-heading-weight: 500;
	--lh-font-nav-weight: 650;
	--lh-font-button-weight: 700;
	--lh-font-base-size: 16px;
	--lh-font-heading-scale: 1;
	--lh-font-body-leading: 1.65;
	--lh-font-heading-leading: 1.04;
	--lh-font-heading-tracking: -.035em;
	--lh-font-nav-tracking: 0em;
	--lh-font-button-tracking: .02em;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	background: #fff;
	color: var(--lhc-text);
	font-family: var(--lh-font-body);
	font-size: var(--lh-font-base-size);
	font-weight: var(--lh-font-body-weight);
	line-height: var(--lh-font-body-leading);
	-webkit-font-smoothing: antialiased;
}
body.lh-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; transition: color var(--lh-transition), opacity var(--lh-transition), transform var(--lh-transition), background var(--lh-transition), border-color var(--lh-transition); }
a:hover { color: var(--lhc-primary); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { background: var(--lhc-accent); color: var(--lhc-secondary); }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0, 0, 0, 0);
	white-space: nowrap; border: 0;
}
.screen-reader-text:focus { position: fixed !important; top: 16px; left: 16px; z-index: 100000; width: auto; height: auto; padding: 12px 18px; clip: auto; background: #fff; color: #000; border-radius: 6px; box-shadow: var(--lh-shadow-sm); }

.lh-container { width: min(100% - (var(--lh-gutter) * 2), var(--lh-container)); margin-inline: auto; }
.lh-section { padding: clamp(64px, 8vw, 112px) 0; }
.lh-section--soft { background: var(--lhc-surface); }
.lh-section__header { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: clamp(28px, 4vw, 48px); }
.lh-section__eyebrow, .lh-hero__eyebrow { margin: 0 0 12px; color: var(--lhc-primary); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lh-section__title { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.lh-section__link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 750; }
.lh-section__link::after { content: "→"; transition: transform var(--lh-transition); }
.lh-section__link:hover::after { transform: translateX(4px); }

.lh-button, .button, button.button, input.button, input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 1px solid var(--lhc-secondary);
	border-radius: calc(var(--lhc-radius) * .75);
	background: var(--lhc-secondary);
	color: #fff;
	font-weight: 750;
	line-height: 1;
	box-shadow: none;
}
.lh-button:hover, .button:hover, button.button:hover, input.button:hover, input[type="submit"]:hover { background: var(--lhc-primary); border-color: var(--lhc-primary); color: #fff; transform: translateY(-1px); }
.lh-button--light { background: #fff; color: var(--lhc-secondary); border-color: #fff; }
.lh-button--ghost { background: transparent; color: var(--lhc-secondary); border-color: var(--lh-border); }

/* Announcement */
.lhc-announcement { min-height: 36px; display: grid; place-items: center; padding: 7px var(--lh-gutter); background: var(--lhc-announcement-bg); color: var(--lhc-announcement-text); font-size: 13px; font-weight: 650; letter-spacing: .01em; text-align: center; }
.lhc-announcement a { color: inherit; }

/* Header */
.lh-site-header { position: relative; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--lh-border); }
.lhc-sticky-header-enabled .lh-site-header { position: sticky; top: 0; }
.admin-bar.lhc-sticky-header-enabled .lh-site-header { top: 32px; }
.lh-site-header.is-scrolled { box-shadow: var(--lhc-sticky-shadow); }
.lh-header__main { min-height: var(--lhc-header-height); display: grid; grid-template-columns: minmax(160px, .9fr) minmax(420px, 2fr) minmax(230px, .9fr); align-items: center; gap: 28px; }
.lh-brand { min-width: 0; }
.lh-brand .lhc-logo-link, .lh-brand .custom-logo-link { display: inline-flex; align-items: center; }
.lh-brand .lhc-logo__image, .lh-brand .custom-logo { width: auto; max-width: min(100%, 230px); height: var(--lhc-logo-height-desktop); object-fit: contain; }
.lh-brand__text { display: inline-flex; flex-direction: column; line-height: 1; }
.lh-brand__name { font-size: 23px; font-weight: 850; letter-spacing: -.04em; }
.lh-brand__tagline { margin-top: 7px; color: var(--lh-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.lh-primary-nav ul { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 4px; margin: 0; padding: 0; list-style: none; }
.lh-primary-nav li { position: relative; }
.lh-primary-nav a { display: flex; align-items: center; min-height: 44px; padding: 8px 13px; border-radius: 10px; font-size: 14px; font-weight: 700; }
.lh-primary-nav .current-menu-item > a, .lh-primary-nav .current-menu-ancestor > a, .lh-primary-nav a:hover { background: var(--lhc-surface); color: var(--lhc-primary); }
.lh-primary-nav .sub-menu { position: absolute; top: calc(100% + 8px); left: 0; display: block; width: 240px; padding: 10px; background: #fff; border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); box-shadow: var(--lh-shadow-lg); opacity: 0; visibility: hidden; transform: translateY(8px); transition: var(--lh-transition); }
.lh-primary-nav li:hover > .sub-menu, .lh-primary-nav li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.lh-primary-nav .sub-menu a { justify-content: flex-start; }
.lh-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.lh-icon-button { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: var(--lhc-secondary); }
.lh-icon-button:hover { background: var(--lhc-surface); color: var(--lhc-primary); }
.lh-icon-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.lh-cart-count, .lh-wishlist-count { position: absolute; top: 1px; right: 0; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; border-radius: 999px; background: var(--lhc-primary); color: #fff; font-size: 10px; font-weight: 800; }
.lh-menu-toggle { display: none; }

/* Search overlay */
.lh-search-panel { position: fixed; inset: 0; z-index: 150; display: grid; align-items: start; padding-top: min(18vh, 150px); background: rgba(45,41,38,.48); backdrop-filter: blur(8px); opacity: 0; visibility: hidden; transition: var(--lh-transition); }
.lh-search-panel.is-open { opacity: 1; visibility: visible; }
.lh-search-panel__card { position: relative; width: min(100% - 36px, 760px); margin: 0 auto; padding: clamp(24px, 5vw, 46px); border-radius: calc(var(--lhc-radius) * 1.2); background: #fff; box-shadow: var(--lh-shadow-lg); transform: translateY(-18px); transition: var(--lh-transition); }
.lh-search-panel.is-open .lh-search-panel__card { transform: translateY(0); }
.lh-search-panel__title { margin: 0 0 22px; font-size: clamp(24px, 4vw, 38px); letter-spacing: -.035em; }
.lh-search-close { position: absolute; top: 18px; right: 18px; }
.search-form { display: flex; gap: 10px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) * .75); background: #fff; color: var(--lhc-text); outline: none; }
.search-field:focus { border-color: var(--lhc-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--lhc-primary) 18%, transparent); }

/* Mobile navigation */
.lh-mobile-drawer { position: fixed; inset: 0; z-index: 140; pointer-events: none; }
.lh-mobile-drawer__backdrop { position: absolute; inset: 0; border: 0; background: rgba(45,41,38,.48); opacity: 0; transition: var(--lh-transition); }
.lh-mobile-drawer__panel { position: absolute; top: 0; right: 0; width: min(92vw, 420px); height: 100%; overflow-y: auto; padding: 24px; background: #fff; box-shadow: var(--lh-shadow-lg); transform: translateX(105%); transition: transform 240ms ease; }
.lh-mobile-drawer.is-open { pointer-events: auto; }
.lh-mobile-drawer.is-open .lh-mobile-drawer__backdrop { opacity: 1; }
.lh-mobile-drawer.is-open .lh-mobile-drawer__panel { transform: translateX(0); }
.lh-mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--lh-border); }
.lh-mobile-nav ul { margin: 18px 0 0; padding: 0; list-style: none; }
.lh-mobile-nav li { border-bottom: 1px solid var(--lh-border); }
.lh-mobile-nav a { display: block; padding: 15px 2px; font-weight: 750; }
.lh-mobile-nav .sub-menu { padding-left: 16px; }
.lh-mobile-drawer__links { display: grid; gap: 10px; margin-top: 24px; }

/* Hero */
.lh-hero { position: relative; isolation: isolate; min-height: clamp(570px, 73vh, 780px); display: grid; align-items: center; overflow: hidden; background: var(--lhc-surface); }
.lh-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(248,245,241,.98) 0%, rgba(248,245,241,.9) 42%, rgba(248,245,241,.24) 72%, rgba(248,245,241,.08) 100%); }
.lh-hero__media { position: absolute; inset: 0 0 0 38%; z-index: -3; }
.lh-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lh-hero__media--placeholder { background: radial-gradient(circle at 60% 34%, rgba(200,169,130,.65), transparent 35%), linear-gradient(135deg, #ede4d9, #c8a982); }
.lh-hero__content { width: min(680px, 58%); padding-block: 80px; }
.lh-hero__title { margin: 0; font-size: clamp(48px, 7vw, 92px); line-height: .98; letter-spacing: -.06em; }
.lh-hero__text { max-width: 600px; margin: 26px 0 34px; color: #5e5852; font-size: clamp(17px, 1.7vw, 21px); }
.lh-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.lh-hero__note { display: flex; align-items: center; gap: 10px; margin-top: 36px; color: #6d665f; font-size: 13px; font-weight: 650; }
.lh-hero__note::before { content: ""; width: 38px; height: 1px; background: var(--lhc-primary); }

/* Categories */
.lh-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 2vw, 26px); }
.lh-category-card { display: block; position: relative; min-height: clamp(270px, 29vw, 420px); overflow: hidden; border-radius: var(--lhc-radius); background: #ddd; box-shadow: var(--lh-shadow-sm); }
.lh-category-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(30,27,25,.72) 100%); }
.lh-category-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.lh-category-card:hover img { transform: scale(1.04); }
.lh-category-card__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, var(--lhc-surface), var(--lhc-accent)); }
.lh-category-card__content { position: absolute; inset: auto 24px 22px; z-index: 2; color: #fff; }
.lh-category-card__count { display: block; margin-bottom: 4px; font-size: 12px; font-weight: 700; opacity: .78; text-transform: uppercase; letter-spacing: .1em; }
.lh-category-card__title { margin: 0; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.1; letter-spacing: -.035em; }

/* Benefits */
.lh-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); background: var(--lh-border); }
.lh-benefit { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; padding: clamp(24px, 3vw, 36px); background: #fff; }
.lh-benefit__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--lhc-surface); color: var(--lhc-primary); font-size: 20px; }
.lh-benefit__title { margin: 0 0 2px; font-size: 16px; }
.lh-benefit__text { margin: 0; color: var(--lh-muted); font-size: 13px; }

/* Page content */
.site-main { min-height: 50vh; }
.lh-page-header { padding: clamp(54px, 7vw, 92px) 0; background: var(--lhc-surface); }
.lh-page-header__title { margin: 0; font-size: clamp(38px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.lh-page-header__description { max-width: 720px; margin: 18px 0 0; color: var(--lh-muted); font-size: 18px; }
.lh-content-wrap { padding: clamp(54px, 7vw, 90px) 0; }
.lh-entry { max-width: 900px; }
.lh-entry > *:first-child { margin-top: 0; }
.lh-entry h1, .lh-entry h2, .lh-entry h3, .lh-entry h4 { line-height: 1.15; letter-spacing: -.03em; }
.lh-entry a:not(.button) { color: var(--lhc-primary); text-decoration: underline; text-underline-offset: 3px; }
.lh-entry img { border-radius: var(--lhc-radius); }
.lh-article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.lh-article-card { overflow: hidden; border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); background: #fff; }
.lh-article-card__image { aspect-ratio: 4/3; overflow: hidden; background: var(--lhc-surface); }
.lh-article-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 400ms ease; }
.lh-article-card:hover img { transform: scale(1.035); }
.lh-article-card__body { padding: 22px; }
.lh-article-card__meta { color: var(--lh-muted); font-size: 12px; font-weight: 650; }
.lh-article-card__title { margin: 8px 0 0; font-size: 22px; line-height: 1.2; }

/* WooCommerce shell */
.woocommerce .woocommerce-breadcrumb { margin: 0 0 26px; color: var(--lh-muted); font-size: 13px; }
.woocommerce .woocommerce-breadcrumb a { color: inherit; }
.woocommerce-products-header { margin-bottom: 42px; }
.woocommerce-products-header__title.page-title { margin: 0; font-size: clamp(40px, 6vw, 72px); line-height: 1; letter-spacing: -.055em; }
.woocommerce .term-description { max-width: 760px; margin-top: 18px; color: var(--lh-muted); }
.lh-shop-wrap { padding: clamp(44px, 6vw, 82px) 0; }
.woocommerce .woocommerce-result-count { margin: 10px 0 28px; color: var(--lh-muted); font-size: 13px; }
.woocommerce .woocommerce-ordering { margin: 0 0 28px; }
.woocommerce .woocommerce-ordering select { min-height: 44px; padding: 8px 38px 8px 14px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; color: var(--lhc-text); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(var(--lh-catalog-columns-desktop), minmax(0,1fr)); gap: clamp(18px, 2vw, 30px); margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { float: none; width: auto; margin: 0; padding: 0 0 4px; }
.woocommerce ul.products li.product a img { width: 100%; aspect-ratio: 4/5; margin: 0 0 17px; object-fit: cover; border-radius: var(--lhc-radius); background: var(--lhc-surface); transition: transform 400ms ease, box-shadow 400ms ease; }
.woocommerce ul.products li.product:hover a img { transform: translateY(-3px); box-shadow: var(--lh-shadow-sm); }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0; margin: 0 0 7px; color: var(--lhc-text); font-size: 15px; line-height: 1.35; font-weight: 700; }
.woocommerce ul.products li.product .price { display: block; margin: 0 0 13px; color: var(--lhc-secondary); font-size: 15px; font-weight: 800; }
.woocommerce ul.products li.product .price del { margin-right: 5px; color: var(--lh-muted); font-size: 12px; opacity: .8; }
.woocommerce ul.products li.product .price ins { color: var(--lh-danger); text-decoration: none; }
.woocommerce ul.products li.product .button { min-height: 40px; width: 100%; margin: 0; padding: 10px 14px; border-color: var(--lh-border); background: transparent; color: var(--lhc-secondary); font-size: 13px; }
.woocommerce ul.products li.product .button:hover { border-color: var(--lhc-secondary); background: var(--lhc-secondary); color: #fff; }
.woocommerce span.onsale { z-index: 2; min-width: auto; min-height: auto; margin: 0; padding: 7px 11px; top: 12px; left: 12px; border-radius: 999px; background: var(--lhc-secondary); color: #fff; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }

/* Single product */
.woocommerce div.product { display: flow-root; }
.woocommerce div.product div.images, .woocommerce div.product div.summary { margin-bottom: 60px; }
.woocommerce div.product div.images img { border-radius: var(--lhc-radius); background: var(--lhc-surface); }
.woocommerce div.product .product_title { margin: 0 0 14px; font-size: clamp(34px, 4.8vw, 60px); line-height: 1.03; letter-spacing: -.055em; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--lhc-secondary); font-size: clamp(20px, 2vw, 28px); font-weight: 850; }
.woocommerce div.product p.price ins { color: var(--lh-danger); text-decoration: none; }
.woocommerce div.product .woocommerce-product-details__short-description { margin: 24px 0; color: var(--lh-muted); }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; }
.woocommerce .quantity .qty { min-height: 48px; width: 74px; border: 1px solid var(--lh-border); border-radius: 12px; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 18px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations label { font-size: 13px; font-weight: 800; }
.woocommerce div.product form.cart .variations select { width: min(100%, 440px); min-height: 48px; padding: 10px 14px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; }
.woocommerce div.product .product_meta { display: grid; gap: 7px; padding-top: 22px; border-top: 1px solid var(--lh-border); color: var(--lh-muted); font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 6px; margin: 0 0 28px; padding: 0; overflow-x: auto; border-bottom: 1px solid var(--lh-border); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; background: transparent; border-radius: 0; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 13px 16px; font-size: 13px; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: var(--lhc-primary); box-shadow: inset 0 -2px var(--lhc-primary); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; }
.woocommerce .related.products, .woocommerce .up-sells { clear: both; padding-top: 60px; }
.woocommerce .related.products > h2, .woocommerce .up-sells > h2 { margin: 0 0 34px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }

/* Cart / Checkout / Account */
.woocommerce table.shop_table { border-collapse: separate; border-spacing: 0; border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); overflow: hidden; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--lh-border); }
.woocommerce table.shop_table img { width: 74px; border-radius: 10px; }
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout-review-order, .woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { padding: clamp(20px, 3vw, 32px); border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); background: #fff; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 50px; padding: 11px 14px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; }
.woocommerce form .form-row textarea { min-height: 120px; }
.woocommerce-checkout #payment { border-radius: var(--lhc-radius); background: var(--lhc-surface); }
.woocommerce-checkout #payment div.payment_box { background: #fff; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation { float: left; width: 25%; }
.woocommerce-account .woocommerce-MyAccount-content { float: right; width: 72%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li + li { border-top: 1px solid var(--lh-border); }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; font-weight: 700; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { padding: 18px 20px 18px 52px; border: 1px solid var(--lh-border); border-top-width: 1px; border-radius: 12px; background: #fff; box-shadow: var(--lh-shadow-sm); }
.woocommerce-message { border-color: color-mix(in srgb, var(--lh-success) 35%, white); }
.woocommerce-error { border-color: color-mix(in srgb, var(--lh-danger) 35%, white); }
.lhc-shipping-progress { margin-bottom: 24px; padding: 17px 20px; border-radius: 12px; background: var(--lhc-surface); }
.lhc-shipping-progress__message { margin-bottom: 10px; font-size: 13px; font-weight: 700; }
.lhc-shipping-progress__track { height: 5px; overflow: hidden; border-radius: 999px; background: rgba(45,41,38,.12); }
.lhc-shipping-progress__track span { display: block; height: 100%; background: var(--lhc-primary); border-radius: inherit; }
.lhc-shipping-progress.is-complete .lhc-shipping-progress__track span { background: var(--lh-success); }

/* Footer */
.lh-site-footer { margin-top: clamp(64px, 8vw, 112px); background: var(--lhc-secondary); color: rgba(255,255,255,.74); }
.lh-footer__top { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: clamp(30px, 5vw, 74px); padding: clamp(58px, 7vw, 92px) 0; }
.lh-footer__brand .lhc-logo__image, .lh-footer__brand .custom-logo { width: auto; max-width: 210px; height: 48px; object-fit: contain; filter: brightness(0) invert(1); }
.lh-footer__title { margin: 0 0 19px; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .13em; }
.lh-footer__text, .lh-footer__brand p { margin: 18px 0 0; max-width: 340px; }
.lh-footer-menu, .lh-footer-contact { margin: 0; padding: 0; list-style: none; }
.lh-footer-menu li + li, .lh-footer-contact li + li { margin-top: 10px; }
.lh-footer-menu a, .lh-footer-contact a { color: rgba(255,255,255,.74); }
.lh-footer-menu a:hover, .lh-footer-contact a:hover { color: #fff; }
.lhc-socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.lhc-socials__link { padding: 7px 10px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #fff; font-size: 11px; font-weight: 750; }
.lh-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.lhc-footer-info p { margin: 0; }
.lhc-footer-info__description, .lhc-footer-info__payment { display: none; }
.lh-footer__credit a { color: #fff; }
.lhc-back-to-top { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 50%; background: var(--lhc-secondary); color: #fff; box-shadow: var(--lh-shadow-sm); opacity: 0; visibility: hidden; transform: translateY(8px); }
.lhc-back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* Pagination */
.nav-links, .woocommerce nav.woocommerce-pagination ul { display: flex; justify-content: center; gap: 7px; margin-top: 44px; border: 0; }
.page-numbers, .woocommerce nav.woocommerce-pagination ul li { border: 0; }
.page-numbers, .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 10px; border: 1px solid var(--lh-border); border-radius: 10px; background: #fff; }
.page-numbers.current, .woocommerce nav.woocommerce-pagination ul li span.current { border-color: var(--lhc-secondary); background: var(--lhc-secondary); color: #fff; }

@media (max-width: 1120px) {
	.lh-header__main { grid-template-columns: 1fr auto; }
	.lh-primary-nav { display: none; }
	.lh-menu-toggle { display: inline-grid; }
	.lh-brand .lhc-logo__image, .lh-brand .custom-logo { height: var(--lhc-logo-height-tablet); }
	.woocommerce ul.products { grid-template-columns: repeat(var(--lh-catalog-columns-tablet), minmax(0,1fr)); }
	.lh-footer__top { grid-template-columns: 1.2fr 1fr 1fr; }
	.lh-footer__column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 782px) {
	.admin-bar.lhc-sticky-header-enabled .lh-site-header { top: 46px; }
	.lh-brand .lhc-logo__image, .lh-brand .custom-logo { height: var(--lhc-logo-height-mobile); }
	.lh-header__main { min-height: 68px; gap: 14px; }
	.lh-header-actions .lh-account-link { display: none; }
	.lh-hero { min-height: 680px; align-items: end; }
	.lh-hero::before { background: linear-gradient(180deg, rgba(248,245,241,.3) 0%, rgba(248,245,241,.62) 45%, rgba(248,245,241,.98) 72%); }
	.lh-hero__media { inset: 0 0 34% 0; }
	.lh-hero__content { width: 100%; padding: 330px 0 58px; }
	.lh-hero__title { font-size: clamp(44px, 12vw, 68px); }
	.lh-category-grid { grid-template-columns: repeat(2, 1fr); }
	.lh-category-card:last-child:nth-child(odd) { grid-column: 1 / -1; }
	.lh-benefits { grid-template-columns: 1fr; }
	.lh-section__header { align-items: start; flex-direction: column; }
	.woocommerce ul.products { grid-template-columns: repeat(var(--lh-catalog-columns-mobile), minmax(0,1fr)); gap: 26px 14px; }
	.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
	.woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 20px; }
	.lh-footer__top { grid-template-columns: 1fr 1fr; }
	.lh-footer__brand { grid-column: 1 / -1; }
	.lh-article-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
	.lh-header-actions { gap: 0; }
	.lh-icon-button { width: 40px; height: 40px; }
	.lh-header-actions .lh-search-toggle { display: none; }
	.lh-brand__tagline { display: none; }
	.lh-hero__actions { display: grid; }
	.lh-hero__actions .lh-button { width: 100%; }
	.lh-category-grid { grid-template-columns: 1fr; }
	.lh-category-card, .lh-category-card:last-child:nth-child(odd) { grid-column: auto; min-height: 320px; }
	.woocommerce ul.products li.product .button { display: none; }
	.woocommerce div.product form.cart { display: grid; grid-template-columns: 82px 1fr; }
	.woocommerce div.product form.cart .variations, .woocommerce div.product form.cart .variations_button { grid-column: 1 / -1; }
	.woocommerce div.product form.cart .single_add_to_cart_button { min-width: 0; }
	.search-form { display: grid; }
	.lh-footer__top { grid-template-columns: 1fr; }
	.lh-footer__brand { grid-column: auto; }
	.lh-footer__column:last-child { grid-column: auto; }
	.lh-footer__bottom { align-items: flex-start; flex-direction: column; }
	.lh-article-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Lumia Home 0.0.2 — Shop & Product experience
   ========================================================= */
body.lh-cart-open, body.lh-filters-open, body.lh-menu-open { overflow: hidden; }

/* Live product search */
.lh-search-results { display: grid; gap: 8px; max-height: min(52vh, 520px); margin-top: 18px; overflow-y: auto; }
.lh-search-results:empty { display: none; }
.lh-search-results > p { margin: 0; padding: 18px; border-radius: 12px; background: var(--lhc-surface); color: var(--lh-muted); text-align: center; }
.lh-search-result { display: grid; grid-template-columns: 68px 1fr; gap: 14px; align-items: center; padding: 9px; border: 1px solid var(--lh-border); border-radius: 14px; background: #fff; transition: border-color .18s ease, transform .18s ease; }
.lh-search-result:hover { border-color: var(--lhc-primary); transform: translateY(-1px); }
.lh-search-result img { width: 68px; height: 76px; object-fit: cover; border-radius: 10px; background: var(--lhc-surface); }
.lh-search-result__content { display: grid; gap: 5px; min-width: 0; }
.lh-search-result__content strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lh-search-result__meta { display: flex; flex-wrap: wrap; gap: 7px 14px; align-items: center; color: var(--lhc-primary); font-size: 13px; font-weight: 750; }
.lh-search-result__meta small { color: var(--lh-muted); font-weight: 600; }

/* Catalog layout and filters */
.lh-shop-layout { display: grid; grid-template-columns: minmax(220px, 270px) minmax(0, 1fr); gap: clamp(28px, 4vw, 58px); align-items: start; }
.lh-shop-main { min-width: 0; }
.lh-shop-filters { position: sticky; top: calc(var(--lhc-header-height) + 26px); display: grid; gap: 24px; max-height: calc(100vh - var(--lhc-header-height) - 48px); padding: 24px; overflow-y: auto; border: 1px solid var(--lh-border); border-radius: var(--lhc-radius); background: #fff; }
.lh-shop-filters__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding-bottom: 16px; border-bottom: 1px solid var(--lh-border); }
.lh-shop-filters__head h2 { margin: 4px 0 0; font-size: 25px; }
.lh-filter-close { display: none; }
.lh-shop-filters .widget { margin: 0; padding: 0; }
.lh-shop-filters .widget + .widget { padding-top: 22px; border-top: 1px solid var(--lh-border); }
.lh-shop-filters .widget-title { margin: 0 0 14px; font-size: 15px; letter-spacing: -.01em; }
.lh-shop-filters ul { margin: 0; padding: 0; list-style: none; }
.lh-shop-filters li + li { margin-top: 9px; }
.lh-shop-filters a { color: var(--lh-muted); font-size: 14px; }
.lh-shop-filters a:hover, .lh-shop-filters .current-cat > a { color: var(--lhc-primary); }
.lh-shop-filters__backdrop { display: none; }
.lh-filter-toggle { display: none; align-items: center; gap: 8px; min-height: 44px; margin: 0 0 24px; padding: 9px 14px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; color: var(--lhc-text); font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; }
.lh-filter-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

/* Product cards */
.woocommerce ul.products li.product { position: relative; }
.lh-product-card__media { position: relative; display: block; overflow: hidden; margin-bottom: 17px; border-radius: var(--lhc-radius); background: var(--lhc-surface); }
.woocommerce ul.products li.product .lh-product-card__media img { display: block; width: 100%; aspect-ratio: 4/5; margin: 0; object-fit: cover; border-radius: 0; transition: opacity .35s ease, transform .45s ease; }
.woocommerce ul.products li.product:hover .lh-product-card__media > img:first-of-type { transform: scale(1.025); }
.lh-product-card__secondary { position: absolute; inset: 0; z-index: 2; opacity: 0; }
.woocommerce ul.products li.product:hover .lh-product-card__secondary { opacity: 1; }
.lh-product-badges { position: absolute; z-index: 5; top: 12px; left: 12px; display: flex; flex-wrap: wrap; gap: 6px; max-width: calc(100% - 70px); }
.lh-product-badge { display: inline-flex; align-items: center; min-height: 27px; padding: 5px 9px; border-radius: 999px; background: #fff; color: var(--lhc-text); box-shadow: 0 6px 18px rgba(45,41,38,.10); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.lh-product-badge--sale { background: var(--lhc-secondary); color: #fff; }
.lh-product-badge--new { background: var(--lhc-accent); color: var(--lhc-secondary); }
.woocommerce ul.products li.product .lhc-wishlist-button--loop { top: 12px; right: 12px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { min-height: 2.45em; }

/* Mini cart drawer */
.lh-mini-cart { position: fixed; inset: 0; z-index: 180; pointer-events: none; }
.lh-mini-cart__backdrop { position: absolute; inset: 0; border: 0; background: rgba(45,41,38,.52); opacity: 0; transition: opacity .24s ease; }
.lh-mini-cart__panel { position: absolute; top: 0; right: 0; display: grid; grid-template-rows: auto 1fr; width: min(94vw, 470px); height: 100%; background: #fff; box-shadow: -20px 0 70px rgba(45,41,38,.18); transform: translateX(105%); transition: transform .28s ease; }
.lh-mini-cart.is-open { pointer-events: auto; }
.lh-mini-cart.is-open .lh-mini-cart__backdrop { opacity: 1; }
.lh-mini-cart.is-open .lh-mini-cart__panel { transform: translateX(0); }
.lh-mini-cart__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px; border-bottom: 1px solid var(--lh-border); }
.lh-mini-cart__head h2 { margin: 3px 0 0; font-size: 30px; }
.lh-mini-cart__content { min-height: 0; padding: 22px 24px 28px; overflow-y: auto; }
.lh-mini-cart .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.lh-mini-cart .woocommerce-mini-cart-item { position: relative; min-height: 92px; padding: 0 28px 18px 84px; border-bottom: 1px solid var(--lh-border); }
.lh-mini-cart .woocommerce-mini-cart-item + .woocommerce-mini-cart-item { padding-top: 18px; }
.lh-mini-cart .woocommerce-mini-cart-item img { position: absolute; top: 0; left: 0; width: 68px; height: 82px; object-fit: cover; border-radius: 10px; }
.lh-mini-cart .woocommerce-mini-cart-item + .woocommerce-mini-cart-item img { top: 18px; }
.lh-mini-cart .remove_from_cart_button { position: absolute; top: 0; right: 0; color: var(--lh-muted) !important; }
.lh-mini-cart .woocommerce-mini-cart-item + .woocommerce-mini-cart-item .remove_from_cart_button { top: 18px; }
.lh-mini-cart .quantity { display: block; margin-top: 5px; color: var(--lh-muted); font-size: 12px; }
.lh-mini-cart .woocommerce-mini-cart__total { display: flex; justify-content: space-between; gap: 20px; margin: 22px 0 16px; padding: 18px 0 0; border-top: 1px solid var(--lh-border); }
.lh-mini-cart .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.lh-mini-cart .woocommerce-mini-cart__buttons .button { margin: 0; text-align: center; }
.lh-mini-cart .woocommerce-mini-cart__empty-message { padding: 70px 12px; color: var(--lh-muted); text-align: center; }

/* Product reassurance and sticky buying bar */
.lh-product-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 28px; overflow: hidden; border: 1px solid var(--lh-border); border-radius: 14px; background: var(--lh-border); }
.lh-product-assurance > div { display: grid; gap: 2px; padding: 15px; background: #fff; }
.lh-product-assurance strong { font-size: 12px; }
.lh-product-assurance span { color: var(--lh-muted); font-size: 10px; line-height: 1.4; }
.lh-sticky-cart { position: fixed; z-index: 105; right: 0; bottom: 0; left: 0; padding: 10px 0; border-top: 1px solid var(--lh-border); background: rgba(255,255,255,.96); box-shadow: 0 -10px 36px rgba(45,41,38,.10); backdrop-filter: blur(12px); opacity: 0; visibility: hidden; transform: translateY(105%); transition: .24s ease; }
.lh-sticky-cart.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.lh-sticky-cart__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lh-sticky-cart__product { display: flex; align-items: center; gap: 13px; min-width: 0; }
.lh-sticky-cart__product img { width: 54px; height: 62px; object-fit: cover; border-radius: 9px; }
.lh-sticky-cart__product > div { display: grid; gap: 3px; min-width: 0; }
.lh-sticky-cart__product strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lh-sticky-cart__product span { color: var(--lhc-primary); font-size: 13px; font-weight: 750; }
.lh-sticky-cart .lh-button[disabled] { opacity: .45; cursor: not-allowed; }

@media (max-width: 980px) {
	.lh-shop-layout { display: block; }
	.lh-filter-toggle { display: inline-flex; }
	.lh-shop-filters { position: fixed; z-index: 172; top: 0; left: 0; width: min(92vw, 390px); max-height: none; height: 100%; padding: 22px; border: 0; border-radius: 0; box-shadow: 20px 0 70px rgba(45,41,38,.18); transform: translateX(-105%); transition: transform .26s ease; }
	.lh-shop-filters.is-open { transform: translateX(0); }
	.lh-filter-close { display: inline-grid; }
	.lh-shop-filters__backdrop { position: fixed; z-index: 171; inset: 0; display: block; border: 0; background: rgba(45,41,38,.52); opacity: 0; visibility: hidden; transition: .22s ease; }
	body.lh-filters-open .lh-shop-filters__backdrop { opacity: 1; visibility: visible; }
}

@media (max-width: 782px) {
	.lh-product-assurance { grid-template-columns: 1fr; }
	.lh-sticky-cart__product img { display: none; }
	.lh-sticky-cart__product strong { max-width: 42vw; }
	.lh-sticky-cart .lh-button { flex: 0 0 auto; padding-inline: 17px; }
}

@media (max-width: 560px) {
	.lh-search-panel__card { padding: 24px 18px; }
	.lh-search-result { grid-template-columns: 54px 1fr; }
	.lh-search-result img { width: 54px; height: 64px; }
	.lh-mini-cart__content { padding-inline: 18px; }
	.lh-mini-cart .woocommerce-mini-cart__buttons { grid-template-columns: 1fr; }
	.lh-sticky-cart__product span { display: none; }
	.lh-sticky-cart__product strong { max-width: 46vw; font-size: 12px; }
	.lh-sticky-cart .lh-button { min-height: 44px; font-size: 12px; }
}

@media (hover: none) {
	.lh-product-card__secondary { display: none; }
}

@media (max-width:560px){.woocommerce ul.products li.product .button{display:inline-flex}}


/* =========================================================
   Lumia Home 0.0.3 — Cart, Checkout & Orders
   ========================================================= */
.lh-checkout-steps {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 clamp(28px, 5vw, 54px);
	padding: 8px;
	border: 1px solid var(--lh-border);
	border-radius: calc(var(--lhc-radius) + 4px);
	background: #fff;
}
.lh-checkout-step { position: relative; display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 58px; padding: 10px 14px; border-radius: var(--lhc-radius); color: var(--lh-muted); font-size: 13px; font-weight: 750; text-align: center; }
.lh-checkout-step b { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid var(--lh-border); border-radius: 50%; background: #fff; color: var(--lh-muted); }
.lh-checkout-step.is-active { background: var(--lhc-secondary); color: #fff; }
.lh-checkout-step.is-active b { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.12); color: #fff; }
.lh-checkout-step.is-complete { background: var(--lhc-surface); color: var(--lhc-primary); }
.lh-checkout-step.is-complete b { border-color: var(--lhc-primary); background: var(--lhc-primary); color: #fff; }

/* Cart */
.woocommerce-cart .woocommerce { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(330px, .68fr); gap: clamp(28px, 4vw, 56px); align-items: start; }
.woocommerce-cart .woocommerce > .woocommerce-notices-wrapper,
.woocommerce-cart .woocommerce > .woocommerce-message,
.woocommerce-cart .woocommerce > .woocommerce-error,
.woocommerce-cart .woocommerce > .lh-checkout-steps,
.woocommerce-cart .woocommerce > .lhc-shipping-progress { grid-column: 1 / -1; }
.woocommerce-cart .woocommerce-cart-form { min-width: 0; margin: 0; padding: clamp(18px, 3vw, 30px); border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) + 4px); background: #fff; }
.woocommerce-cart table.shop_table { margin: 0; border: 0; border-collapse: separate; border-spacing: 0; }
.woocommerce-cart table.shop_table th { padding: 0 14px 16px; border: 0; border-bottom: 1px solid var(--lh-border); color: var(--lh-muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce-cart table.shop_table td { padding: 20px 14px; border: 0; border-bottom: 1px solid var(--lh-border); }
.woocommerce-cart table.shop_table .product-thumbnail { width: 108px; }
.woocommerce-cart table.shop_table .product-thumbnail img { width: 88px; height: 106px; object-fit: cover; border-radius: 12px; background: var(--lhc-surface); }
.woocommerce-cart table.shop_table .product-name a { display: inline-block; font-weight: 780; line-height: 1.35; }
.woocommerce-cart table.shop_table .product-name .variation { margin-top: 8px; color: var(--lh-muted); font-size: 12px; }
.woocommerce-cart table.shop_table .product-remove a { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: var(--lhc-surface); color: var(--lh-danger) !important; font-size: 22px; }
.woocommerce-cart table.shop_table input.qty { width: 72px; min-height: 44px; border: 1px solid var(--lh-border); border-radius: 10px; }
.woocommerce-cart table.shop_table td.actions { padding: 22px 0 0; border: 0; }
.woocommerce-cart table.shop_table td.actions .coupon { display: flex; gap: 8px; }
.woocommerce-cart table.shop_table td.actions .coupon .input-text { width: min(260px, 100%); min-height: 48px; border: 1px solid var(--lh-border); border-radius: 12px; }
.woocommerce-cart .cart-collaterals { position: sticky; top: calc(var(--lhc-header-height) + 28px); width: 100%; }
.woocommerce-cart .cart-collaterals .cart_totals { float: none; width: 100%; padding: clamp(22px, 3vw, 32px); border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) + 4px); background: var(--lhc-surface); }
.woocommerce-cart .cart-collaterals .cart_totals h2 { margin: 0 0 20px; font-size: 28px; letter-spacing: -.03em; }
.woocommerce-cart .cart-collaterals table { border: 0; }
.woocommerce-cart .cart-collaterals th, .woocommerce-cart .cart-collaterals td { padding: 14px 0; border-color: var(--lh-border); }
.woocommerce-cart .wc-proceed-to-checkout { padding: 18px 0 0; }
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button { width: 100%; min-height: 56px; margin: 0; font-size: 15px; }
.lh-order-assurance { display: grid; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--lh-border); }
.lh-order-assurance > div { display: grid; gap: 2px; }
.lh-order-assurance strong { font-size: 13px; }
.lh-order-assurance span { color: var(--lh-muted); font-size: 12px; }

/* Checkout */
.woocommerce-checkout form.checkout.woocommerce-checkout { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(370px, .72fr); grid-template-areas: "customer heading" "customer review"; gap: 0 clamp(34px, 5vw, 70px); align-items: start; }
.woocommerce-checkout #customer_details { grid-area: customer; min-width: 0; }
.woocommerce-checkout #order_review_heading { grid-area: heading; margin: 0; padding: 0 0 18px; font-size: 30px; letter-spacing: -.035em; }
.woocommerce-checkout #order_review { grid-area: review; position: sticky; top: calc(var(--lhc-header-height) + 28px); padding: clamp(22px, 3vw, 32px); border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) + 4px); background: var(--lhc-surface); box-shadow: var(--lh-shadow-sm); }
.woocommerce-checkout .col2-set { display: grid; gap: 24px; }
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 { float: none; width: 100%; padding: clamp(22px, 3vw, 34px); border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) + 4px); background: #fff; }
.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-checkout .woocommerce-shipping-fields > h3, .woocommerce-checkout .woocommerce-additional-fields > h3 { margin: 0 0 22px; font-size: 29px; letter-spacing: -.03em; }
.lh-checkout-intro { margin: -4px 0 24px; padding-bottom: 20px; border-bottom: 1px solid var(--lh-border); }
.lh-checkout-intro p { margin: 0; color: var(--lh-muted); font-size: 14px; }
.woocommerce form .form-row { margin: 0 0 17px; padding: 0; }
.woocommerce form .form-row label { margin: 0 0 7px; color: var(--lhc-text); font-size: 12px; font-weight: 760; }
.woocommerce form .form-row .required { color: var(--lh-danger); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 50px; padding: 12px 14px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; color: var(--lhc-text); }
.woocommerce form .form-row textarea { min-height: 124px; resize: vertical; }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 24px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 12px; right: 8px; }
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .select2-container--focus .select2-selection--single { border-color: var(--lhc-primary); box-shadow: 0 0 0 3px color-mix(in srgb, var(--lhc-primary) 16%, transparent); outline: 0; }
.woocommerce-checkout-review-order-table { margin: 0 0 20px !important; border: 0 !important; }
.woocommerce-checkout-review-order-table th, .woocommerce-checkout-review-order-table td { padding: 14px 0 !important; border-color: var(--lh-border) !important; }
.woocommerce-checkout-review-order-table .product-name { padding-right: 18px !important; }
.woocommerce-checkout #payment { border-radius: var(--lhc-radius); background: #fff; }
.woocommerce-checkout #payment ul.payment_methods { padding: 14px 18px; border-bottom: 1px solid var(--lh-border); }
.woocommerce-checkout #payment ul.payment_methods li { padding: 11px 0; }
.woocommerce-checkout #payment div.payment_box { margin: 10px 0 0; border-radius: 10px; background: var(--lhc-surface); color: var(--lh-muted); font-size: 13px; }
.woocommerce-checkout #payment div.payment_box::before { border-bottom-color: var(--lhc-surface); }
.woocommerce-checkout #payment div.form-row { padding: 18px; }
.woocommerce-checkout #place_order { width: 100%; min-height: 58px; margin-top: 12px; font-size: 15px; }
.woocommerce-checkout .woocommerce-privacy-policy-text { color: var(--lh-muted); font-size: 12px; line-height: 1.55; }
.lh-checkout-assurance { display: grid; gap: 12px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--lh-border); }
.lh-checkout-assurance > div { display: grid; gap: 3px; }
.lh-checkout-assurance strong { font-size: 12px; }
.lh-checkout-assurance span { color: var(--lh-muted); font-size: 11px; line-height: 1.45; }

/* Notices and coupons */
.woocommerce-error, .woocommerce-info, .woocommerce-message { border: 1px solid var(--lh-border); border-top: 0; border-radius: 14px; background: #fff; box-shadow: var(--lh-shadow-sm); }
.woocommerce-error { border-left: 4px solid var(--lh-danger); }
.woocommerce-message { border-left: 4px solid var(--lh-success); }
.woocommerce-info { border-left: 4px solid var(--lhc-primary); }
.woocommerce-form-coupon, .woocommerce-form-login { padding: 22px !important; border: 1px solid var(--lh-border) !important; border-radius: var(--lhc-radius) !important; background: var(--lhc-surface); }

/* Order received */
.woocommerce-order-received .woocommerce-order { display: grid; gap: 24px; }
.woocommerce-order-received .woocommerce-thankyou-order-received { margin: 0; padding: clamp(28px, 5vw, 54px); border-radius: calc(var(--lhc-radius) + 6px); background: var(--lhc-secondary); color: #fff; font-size: clamp(24px, 4vw, 42px); font-weight: 800; line-height: 1.2; text-align: center; }
.woocommerce ul.order_details { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; }
.woocommerce ul.order_details li { float: none; margin: 0; padding: 18px; border: 1px solid var(--lh-border); border-radius: 12px; background: #fff; color: var(--lh-muted); font-size: 10px; }
.woocommerce ul.order_details li strong { margin-top: 5px; color: var(--lhc-text); font-size: 14px; }
.woocommerce-order-details, .woocommerce-customer-details, .lhc-order-support { padding: clamp(22px, 4vw, 38px); border: 1px solid var(--lh-border); border-radius: calc(var(--lhc-radius) + 4px); background: #fff; }
.lhc-order-support { background: var(--lhc-surface); }
.lhc-order-support__eyebrow { color: var(--lhc-primary); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lhc-order-support h2 { margin: 6px 0 12px; font-size: 30px; }
.lhc-order-support p { margin: 7px 0; color: var(--lh-muted); }
.lhc-order-support__contacts { display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 16px; font-weight: 750; }

@media (max-width: 980px) {
	.woocommerce-cart .woocommerce, .woocommerce-checkout form.checkout.woocommerce-checkout { grid-template-columns: 1fr; }
	.woocommerce-cart .woocommerce > * { grid-column: 1; }
	.woocommerce-cart .cart-collaterals, .woocommerce-checkout #order_review { position: static; }
	.woocommerce-checkout form.checkout.woocommerce-checkout { grid-template-areas: "customer" "heading" "review"; gap: 24px; }
	.woocommerce ul.order_details { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 680px) {
	.lh-checkout-steps { gap: 4px; padding: 5px; }
	.lh-checkout-step { min-height: 50px; padding: 7px 5px; font-size: 10px; }
	.lh-checkout-step b { width: 23px; height: 23px; font-size: 10px; }
	.woocommerce-cart .woocommerce-cart-form { padding: 12px; overflow-x: auto; }
	.woocommerce-cart table.shop_table_responsive tr.cart_item { display: grid; grid-template-columns: 78px minmax(0, 1fr) auto; gap: 8px 12px; padding: 18px 0; border-bottom: 1px solid var(--lh-border); }
	.woocommerce-cart table.shop_table_responsive tr.cart_item td { display: block; padding: 0; border: 0; text-align: left !important; }
	.woocommerce-cart table.shop_table_responsive tr.cart_item td::before { display: none; }
	.woocommerce-cart table.shop_table .product-remove { grid-column: 3; grid-row: 1; }
	.woocommerce-cart table.shop_table .product-thumbnail { display: block; grid-column: 1; grid-row: 1 / span 3; width: 78px; }
	.woocommerce-cart table.shop_table .product-thumbnail img { width: 78px; height: 96px; }
	.woocommerce-cart table.shop_table .product-name { grid-column: 2 / 4; grid-row: 1; padding-right: 42px !important; }
	.woocommerce-cart table.shop_table .product-price, .woocommerce-cart table.shop_table .product-quantity, .woocommerce-cart table.shop_table .product-subtotal { grid-column: 2 / 4; }
	.woocommerce-cart table.shop_table td.actions .coupon { display: grid; }
	.woocommerce-cart table.shop_table td.actions .coupon .input-text, .woocommerce-cart table.shop_table td.actions .coupon .button { width: 100%; }
	.woocommerce-cart table.shop_table td.actions > .button { width: 100%; margin-top: 8px; }
	.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2, .woocommerce-checkout #order_review { padding: 18px; }
	.woocommerce ul.order_details { grid-template-columns: 1fr; }
}

/* v0.1.0 production package */
.lh-hero__countdown{margin-top:22px}.lh-compare-link{position:relative}.lh-single-recent{clear:both;padding-top:40px;margin-top:40px;border-top:1px solid var(--lh-border)}
.woocommerce-orders-table__cell-order-status mark{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--lhc-surface);color:var(--lhc-text);font-size:12px;font-weight:750}
mark.order-status.status-ready-to-ship{background:#fff2cc;color:#745800}mark.order-status.status-shipped{background:#e8f2ff;color:#235b91}mark.order-status.status-delivered{background:#e8f7ed;color:#267044}
.lh-product-card__media .lhc-custom-badge{left:auto;right:12px;top:58px}.products .product .lhc-quick-view-button,.products .product .lhc-compare-button{width:calc(50% - 6px);vertical-align:top}.products .product .lhc-compare-button{margin-left:7px!important}
.lh-category-card:nth-child(n+7){display:block}.lh-hero .lhc-countdown{box-shadow:0 10px 30px rgba(0,0,0,.12)}
@media(max-width:767px){.products .product .lhc-quick-view-button,.products .product .lhc-compare-button{width:100%;margin-left:0!important}.lh-header-actions .lh-compare-link{display:none}.lh-single-recent{padding-top:28px;margin-top:28px}}


/* v0.2.0 business suite */
.lh-product-share{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--lh-border);font-size:12px}.lh-product-share>span{color:var(--lh-muted);font-weight:700}.lh-product-share a{display:inline-flex;align-items:center;min-height:32px;padding:5px 10px;border:1px solid var(--lh-border);border-radius:999px;background:#fff;color:var(--lhc-text);font-weight:700;text-decoration:none}.lh-product-share a:hover{border-color:var(--lhc-primary);color:var(--lhc-primary)}
.lhc-product-filters{display:grid;gap:17px}.lhc-product-filters select,.lhc-product-filters input[type=number]{width:100%;min-height:44px;border:1px solid var(--lh-border);border-radius:11px;background:#fff}.lhc-filter-group{display:grid;gap:7px}.lhc-filter-group>label,.lhc-filter-label{font-size:12px;font-weight:800}.lhc-filter-range{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lhc-filter-range label{display:grid;gap:4px;color:var(--lh-muted);font-size:10px}.lhc-filter-check{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:700}.lhc-filter-actions{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px}.lhc-filter-actions button{min-height:46px;border:0;border-radius:11px;background:var(--lhc-secondary);color:#fff;font-weight:800;cursor:pointer}.lhc-filter-actions a{font-size:12px;font-weight:750}.lhc-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 18px;padding:12px 14px;border:1px solid var(--lh-border);border-radius:12px;background:#fff;font-size:11px}.lhc-active-filters span{padding:5px 8px;border-radius:999px;background:var(--lhc-surface)}
.lh-mobile-bottom-nav{display:none}.woocommerce-account .woocommerce{display:grid;grid-template-columns:minmax(210px,260px) minmax(0,1fr);gap:30px}.woocommerce-MyAccount-navigation ul{display:grid;gap:5px;margin:0;padding:10px;border:1px solid var(--lh-border);border-radius:var(--lhc-radius);background:#fff;list-style:none}.woocommerce-MyAccount-navigation a{display:block;padding:11px 13px;border-radius:10px;color:var(--lhc-text);font-size:13px;font-weight:720;text-decoration:none}.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{background:var(--lhc-surface);color:var(--lhc-primary)}.woocommerce-MyAccount-content{min-width:0;padding:clamp(20px,4vw,36px);border:1px solid var(--lh-border);border-radius:var(--lhc-radius);background:#fff}
@media(max-width:780px){body{padding-bottom:68px}.lh-mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:9998;display:grid;grid-template-columns:repeat(5,1fr);min-height:64px;padding:5px max(6px,env(safe-area-inset-right)) calc(5px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));border-top:1px solid var(--lh-border);background:rgba(255,255,255,.97);box-shadow:0 -12px 32px rgba(45,41,38,.09);backdrop-filter:blur(14px)}.lh-mobile-bottom-nav a,.lh-mobile-bottom-nav button{position:relative;display:grid;place-items:center;gap:2px;border:0;background:transparent;color:var(--lh-muted);font:inherit;text-decoration:none;cursor:pointer}.lh-mobile-bottom-nav span{font-size:21px;line-height:1}.lh-mobile-bottom-nav small{font-size:9px;font-weight:750}.lh-mobile-bottom-nav .is-current{color:var(--lhc-primary)}.lh-mobile-bottom-nav .lh-cart-count{position:absolute;top:0;left:55%;min-width:17px;height:17px;padding:0 4px;font-size:9px}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-MyAccount-navigation ul{display:flex;overflow-x:auto;scrollbar-width:none}.woocommerce-MyAccount-navigation li{flex:0 0 auto}.woocommerce-MyAccount-content{padding:18px}.lh-product-share{padding-bottom:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto!important}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* v0.3.0 category navigation and promotion strip */
.lh-category-rail{position:relative;z-index:90;border-bottom:1px solid var(--lh-border);background:#fff}.lh-category-rail .lh-container{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-top:9px;padding-bottom:9px;scrollbar-width:none}.lh-category-rail .lh-container::-webkit-scrollbar{display:none}.lh-category-rail a{flex:0 0 auto;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:750;white-space:nowrap}.lh-category-rail a:hover,.lh-category-rail a.is-all{background:var(--lhc-surface);color:var(--lhc-primary)}.lh-promotion-strip{padding:18px 0;border-bottom:1px solid var(--lh-border);background:#fff}.lh-promotion-strip .lhc-promotion-card{background:var(--lhc-surface)}
@media(max-width:980px){.lh-category-rail{display:none}}

/* =========================================================
   Lumia Home 0.5.0 — native frontend stability & visual polish
   ========================================================= */

/* Prevent legacy page-builder headers/footers and a second floating side-cart
   from covering the native Lumia Home interface. Nothing is deleted. */
body.lumia-home-native .elementor-location-header,
body.lumia-home-native .elementor-location-footer,
body.lumia-home-native .hfe-before-header-wrap,
body.lumia-home-native .hfe-nav-menu__toggle,
body.lumia-home-native .xoo-wsc-basket,
body.lumia-home-native .xoo-wsc-markup,
body.lumia-home-native .woosw-popup,
body.lumia-home-native .woosc-area { display: none !important; }

body.lumia-home-native { overflow-x: clip; }
body.lumia-home-native .lh-site-header {
	background: rgba(255,255,255,.94);
	backdrop-filter: saturate(150%) blur(18px);
	-webkit-backdrop-filter: saturate(150%) blur(18px);
}
body.lumia-home-native .lh-header__main { min-height: clamp(76px, 6.2vw, var(--lhc-header-height)); }
body.lumia-home-native .lh-primary-nav a { font-size: 15px; letter-spacing: -.01em; }

.lh-native-home { background: #fff; }
.lh-native-home .lh-hero {
	--lh-hero-overlay: .62;
	--lh-hero-min-height: 680px;
	position: relative;
	isolation: isolate;
	min-height: var(--lh-hero-min-height);
	display: grid;
	align-items: center;
	overflow: hidden;
	background: #d8c7b6;
}
.lh-native-home .lh-hero::before { display: none; }
.lh-native-home .lh-hero__media { position: absolute; inset: 0; z-index: -3; }
.lh-native-home .lh-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.002); }
.lh-native-home .lh-hero__media--placeholder {
	background:
		radial-gradient(circle at 76% 26%, rgba(255,255,255,.54), transparent 27%),
		linear-gradient(130deg, #d8c5b2 0%, #efe7de 45%, #a99075 100%);
}
.lh-native-home .lh-hero__scrim {
	position: absolute;
	inset: 0;
	z-index: -2;
	background: linear-gradient(90deg, rgba(22,19,17,var(--lh-hero-overlay)) 0%, rgba(22,19,17,.34) 48%, rgba(22,19,17,.08) 100%);
}
.lh-native-home .lh-hero__inner { width: min(100% - (var(--lh-gutter) * 2), 1440px); padding-block: clamp(64px, 8vw, 118px); }
.lh-native-home .lh-hero__content {
	width: min(650px, 52vw);
	padding: clamp(32px, 4.5vw, 64px);
	border: 1px solid rgba(255,255,255,.56);
	border-radius: clamp(24px, 2.7vw, 38px);
	background: rgba(252,249,246,.94);
	box-shadow: 0 32px 90px rgba(28,21,17,.24);
	backdrop-filter: blur(18px) saturate(120%);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
}
.lh-native-home .lh-hero__eyebrow { margin-bottom: 16px; color: var(--lhc-primary); }
.lh-native-home .lh-hero__title {
	max-width: 11ch;
	margin: 0;
	color: var(--lhc-secondary);
	font-size: clamp(46px, 5.6vw, 82px);
	line-height: .96;
	letter-spacing: -.065em;
	text-wrap: balance;
}
.lh-native-home .lh-hero__text { max-width: 540px; margin: 24px 0 28px; color: #5f5750; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.6; }
.lh-native-home .lh-hero__actions { margin-top: 22px; }
.lh-native-home .lh-hero__actions .lh-button--ghost { border-color: rgba(45,41,38,.18); background: rgba(255,255,255,.58); }

.lh-native-home .lh-hero--fullbleed .lh-hero__content {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}
.lh-native-home .lh-hero--fullbleed .lh-hero__eyebrow,
.lh-native-home .lh-hero--fullbleed .lh-hero__title,
.lh-native-home .lh-hero--fullbleed .lh-hero__text { color: #fff; text-shadow: 0 2px 24px rgba(0,0,0,.22); }
.lh-native-home .lh-hero--fullbleed .lh-hero__actions .lh-button--ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.09); }

.lh-hero-search {
	display: grid;
	grid-template-columns: auto minmax(0,1fr) auto;
	align-items: center;
	min-height: 58px;
	margin: 4px 0 0;
	padding: 6px 7px 6px 17px;
	border: 1px solid rgba(45,41,38,.13);
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 12px 35px rgba(45,41,38,.09);
}
.lh-hero-search__icon { display: grid; place-items: center; color: var(--lhc-secondary); }
.lh-hero-search__icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.lh-hero-search input[type="search"] { min-width: 0; height: 45px; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--lhc-text); }
.lh-hero-search button { min-height: 45px; padding: 10px 20px; border: 0; border-radius: 999px; background: var(--lhc-secondary); color: #fff; font-size: 13px; font-weight: 800; }
.lh-hero-search button:hover { background: var(--lhc-primary); }

.lh-home-trust { border-bottom: 1px solid var(--lh-border); background: #fff; }
.lh-home-trust__grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); }
.lh-home-trust__grid > div { position: relative; display: grid; grid-template-columns: 34px 1fr; grid-template-rows: auto auto; column-gap: 13px; padding: 22px clamp(14px, 2vw, 30px); }
.lh-home-trust__grid > div + div::before { content: ""; position: absolute; left: 0; top: 25%; bottom: 25%; width: 1px; background: var(--lh-border); }
.lh-home-trust__grid span { grid-row: 1 / 3; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--lhc-surface); color: var(--lhc-primary); font-size: 16px; }
.lh-home-trust__grid strong { font-size: 13px; line-height: 1.25; }
.lh-home-trust__grid small { margin-top: 3px; color: var(--lh-muted); font-size: 10px; line-height: 1.4; }

.lh-home-categories { padding-top: clamp(68px, 8vw, 116px); }
.lh-category-card { position: relative; isolation: isolate; min-height: clamp(330px, 38vw, 520px); overflow: hidden; border-radius: clamp(18px, 2vw, 28px); background: var(--lhc-surface); box-shadow: 0 1px 0 rgba(45,41,38,.04); }
.lh-category-card img, .lh-category-card__placeholder { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,.61,.36,1); }
.lh-category-card:hover img { transform: scale(1.045); }
.lh-category-card__shade { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 42%, rgba(24,20,18,.76) 100%); }
.lh-category-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4px 18px; padding: clamp(22px, 3vw, 34px); color: #fff; }
.lh-category-card__count { grid-column: 1 / -1; color: rgba(255,255,255,.76); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.lh-category-card__title { font-size: clamp(24px, 2.4vw, 38px); font-weight: 780; line-height: 1.05; letter-spacing: -.04em; }
.lh-category-card__arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.48); border-radius: 50%; background: rgba(255,255,255,.13); font-size: 19px; transition: transform .25s ease, background .25s ease; }
.lh-category-card:hover .lh-category-card__arrow { transform: translateX(4px); background: #fff; color: var(--lhc-secondary); }

@media (max-width: 1120px) {
	.lh-native-home .lh-hero__content { width: min(680px, 68vw); }
	.lh-home-trust__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
	.lh-home-trust__grid > div:nth-child(3)::before { display: none; }
	.lh-home-trust__grid > div:nth-child(n+3) { border-top: 1px solid var(--lh-border); }
}

@media (max-width: 782px) {
	body.lumia-home-native .lh-site-header { background: rgba(255,255,255,.98); }
	.lh-native-home .lh-hero { min-height: 0; display: block; padding-top: min(66vh, 510px); background: var(--lhc-surface); }
	.lh-native-home .lh-hero__media { bottom: auto; height: min(66vh, 510px); }
	.lh-native-home .lh-hero__scrim { bottom: auto; height: min(66vh, 510px); background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34)); }
	.lh-native-home .lh-hero__inner { width: 100%; padding: 0; }
	.lh-native-home .lh-hero__content,
	.lh-native-home .lh-hero--fullbleed .lh-hero__content {
		width: 100%;
		padding: 34px var(--lh-gutter) 48px;
		border: 0;
		border-radius: 0;
		background: #fff;
		box-shadow: none;
		backdrop-filter: none;
	}
	.lh-native-home .lh-hero--fullbleed .lh-hero__eyebrow { color: var(--lhc-primary); text-shadow: none; }
	.lh-native-home .lh-hero--fullbleed .lh-hero__title { color: var(--lhc-secondary); text-shadow: none; }
	.lh-native-home .lh-hero--fullbleed .lh-hero__text { color: #5f5750; text-shadow: none; }
	.lh-native-home .lh-hero__title { max-width: 12ch; font-size: clamp(42px, 12vw, 64px); }
	.lh-native-home .lh-hero__text { margin: 19px 0 24px; }
	.lh-home-trust__grid { grid-template-columns: 1fr 1fr; }
	.lh-home-trust__grid > div { padding: 18px 14px; }
	.lh-home-trust__grid > div:nth-child(odd)::before { display: none; }
	.lh-home-trust__grid > div:nth-child(n+3) { border-top: 1px solid var(--lh-border); }
}

@media (max-width: 560px) {
	.lh-hero-search { grid-template-columns: auto minmax(0,1fr); border-radius: 18px; padding: 7px 14px; }
	.lh-hero-search button { grid-column: 1 / -1; width: 100%; margin-top: 5px; }
	.lh-home-trust__grid { grid-template-columns: 1fr; }
	.lh-home-trust__grid > div + div::before { display: none; }
	.lh-home-trust__grid > div:nth-child(n+2) { border-top: 1px solid var(--lh-border); }
	.lh-category-card { min-height: 340px; }
}


/* =========================================================
   Lumia Home 0.5.0 — Premium Typography & Design Studio
   Competitor-inspired, license-safe web-font presets.
   ========================================================= */
body, button, input, select, textarea, .woocommerce { font-family: var(--lh-font-body); }
body { font-optical-sizing: auto; text-rendering: optimizeLegibility; }
h1,h2,h3,h4,h5,h6,
.lh-section__title,.lh-page-header__title,.woocommerce-products-header__title.page-title,
.woocommerce div.product .product_title,.woocommerce .related.products>h2,.woocommerce .up-sells>h2,
.lh-search-panel__title,.lh-category-card__title,.lh-native-home .lh-hero__title,
.lhc-newsletter h2,.woocommerce-order-received .woocommerce-thankyou-order-received,
.lhc-order-support h2,.lh-entry blockquote,.elementor-widget-heading .elementor-heading-title {
	font-family: var(--lh-font-display);
	font-weight: var(--lh-font-heading-weight);
	line-height: var(--lh-font-heading-leading);
	letter-spacing: var(--lh-font-heading-tracking);
	font-optical-sizing: auto;
}
.lh-native-home .lh-hero__title { font-size: calc(clamp(46px,5.6vw,82px) * var(--lh-font-heading-scale)); }
.lh-section__title { font-size: calc(clamp(32px,4.3vw,58px) * var(--lh-font-heading-scale)); }
.lh-page-header__title,.woocommerce-products-header__title.page-title { font-size: calc(clamp(42px,6vw,76px) * var(--lh-font-heading-scale)); }
.lh-primary-nav a,.lh-mobile-nav a,.lh-category-rail a,.woocommerce-MyAccount-navigation a { font-weight: var(--lh-font-nav-weight); letter-spacing: var(--lh-font-nav-tracking); }
.lh-button,.button,button.button,input.button,input[type="submit"],.lh-hero-search button { font-weight: var(--lh-font-button-weight); letter-spacing: var(--lh-font-button-tracking); }
.lh-section__eyebrow,.lh-hero__eyebrow,.lh-category-card__count,.lhc-custom-badge,.woocommerce span.onsale,.lhc-newsletter__eyebrow { font-family: var(--lh-font-body); }
.lh-labels-uppercase .lh-section__eyebrow,.lh-labels-uppercase .lh-hero__eyebrow,.lh-labels-uppercase .lh-category-card__count,.lh-labels-uppercase .lhc-custom-badge { text-transform: uppercase; }
.lh-brand__name { font-family: var(--lh-font-display); font-weight: var(--lh-font-heading-weight); letter-spacing: var(--lh-font-heading-tracking); }

/* Density controls */
.lh-density-airy { --lh-section-space: clamp(82px,10vw,148px); --lh-grid-gap: clamp(24px,3vw,42px); }
.lh-density-comfortable { --lh-section-space: clamp(64px,8vw,112px); --lh-grid-gap: clamp(18px,2vw,30px); }
.lh-density-compact { --lh-section-space: clamp(44px,6vw,78px); --lh-grid-gap: clamp(14px,1.5vw,22px); }
.lh-section { padding-block: var(--lh-section-space,clamp(64px,8vw,112px)); }
.woocommerce ul.products { gap: var(--lh-grid-gap,clamp(18px,2vw,30px)); }

/* Button personalities */
.lh-buttons-pill .lh-button,.lh-buttons-pill .button,.lh-buttons-pill button.button,.lh-buttons-pill input[type="submit"] { border-radius: 999px; }
.lh-buttons-square .lh-button,.lh-buttons-square .button,.lh-buttons-square button.button,.lh-buttons-square input[type="submit"] { border-radius: 2px; text-transform: uppercase; font-size: 12px; letter-spacing: .11em; }
.lh-buttons-soft .lh-button,.lh-buttons-soft .button,.lh-buttons-soft button.button,.lh-buttons-soft input[type="submit"] { border-radius: 12px; }

/* Product card personalities */
.lh-card-boxed .woocommerce ul.products li.product { overflow:hidden;padding:0 0 18px;border:1px solid var(--lh-border);border-radius:calc(var(--lhc-radius) + 2px);background:#fff;box-shadow:0 12px 40px rgba(45,41,38,.07); }
.lh-card-boxed .woocommerce ul.products li.product>a:not(.button),.lh-card-boxed .woocommerce ul.products li.product>.price,.lh-card-boxed .woocommerce ul.products li.product>.button { margin-inline:18px; }
.lh-card-boxed .woocommerce ul.products li.product a img { border-radius:0; }
.lh-card-minimal .woocommerce ul.products li.product .button { opacity:0;transform:translateY(6px);transition:.2s ease; }
.lh-card-minimal .woocommerce ul.products li.product:hover .button,.lh-card-minimal .woocommerce ul.products li.product:focus-within .button { opacity:1;transform:none; }
.lh-card-editorial .woocommerce ul.products li.product .woocommerce-loop-product__title { font-family:var(--lh-font-display);font-size:clamp(18px,1.45vw,23px);font-weight:var(--lh-font-heading-weight);line-height:1.12;letter-spacing:var(--lh-font-heading-tracking); }
.lh-card-editorial .woocommerce ul.products li.product .price { font-size:14px;font-weight:650; }

/* Header personalities */
.lh-header-minimal .lh-category-rail { display:none; }
.lh-header-minimal .lh-site-header { border-bottom-color:transparent; }
.lh-header-centered .lh-header__main { grid-template-columns:1fr auto 1fr; }
.lh-header-centered .lh-brand { grid-column:2;grid-row:1;text-align:center; }
.lh-header-centered .lh-primary-nav { grid-column:1;grid-row:1; }
.lh-header-centered .lh-header-actions { grid-column:3;grid-row:1; }

/* Editorial polish */
.lh-entry blockquote { margin:42px 0;padding:28px 0 28px clamp(24px,4vw,52px);border-left:1px solid var(--lhc-primary);color:var(--lhc-secondary);font-size:clamp(27px,4vw,48px);font-style:italic; }
.lh-native-home .lh-hero__content { border-radius:clamp(18px,2vw,30px); }
.lh-category-card__title { text-wrap:balance; }
.woocommerce div.product .product_title { text-wrap:balance; }
.woocommerce div.product .woocommerce-product-details__short-description { font-size:calc(var(--lh-font-base-size) * 1.02);line-height:1.75; }
.woocommerce div.product p.price,.woocommerce div.product span.price { font-family:var(--lh-font-body);font-variant-numeric:tabular-nums; }
.lh-footer__title { font-family:var(--lh-font-display);font-size:23px;font-weight:var(--lh-font-heading-weight);letter-spacing:var(--lh-font-heading-tracking); }

/* Preset-specific refinements */
.lh-type-brooklinen_inspired h1,.lh-type-brooklinen_inspired h2,.lh-type-brooklinen_inspired h3,.lh-type-brooklinen_inspired .lh-native-home .lh-hero__title { font-weight:750;letter-spacing:-.055em; }
.lh-type-parachute_inspired h1,.lh-type-parachute_inspired h2,.lh-type-parachute_inspired h3,.lh-type-parachute_inspired .lh-native-home .lh-hero__title { font-weight:400; }
.lh-type-boll_branch_inspired h1,.lh-type-boll_branch_inspired h2,.lh-type-boll_branch_inspired h3,.lh-type-boll_branch_inspired .lh-native-home .lh-hero__title { font-weight:400; }
.lh-type-white_company_inspired { --lhc-radius:8px; }
.lh-type-white_company_inspired .lh-section__eyebrow,.lh-type-white_company_inspired .lh-hero__eyebrow { letter-spacing:.2em; }
.lh-type-boll_branch_inspired .lh-native-home .lh-hero__content { background:rgba(255,253,249,.95); }

/* Typography sample shortcode */
.lh-typography-sample { padding:clamp(34px,6vw,72px);border:1px solid var(--lh-border);border-radius:var(--lhc-radius);background:var(--lhc-surface); }
.lh-typography-sample span { color:var(--lhc-primary);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase; }
.lh-typography-sample h2 { max-width:13ch;margin:12px 0 18px;font-size:clamp(42px,7vw,86px); }
.lh-typography-sample p { max-width:620px;margin:0;color:var(--lh-muted);font-size:18px; }

@media(max-width:980px){.lh-header-centered .lh-header__main{grid-template-columns:1fr auto}.lh-header-centered .lh-brand{grid-column:1;grid-row:1;text-align:left}.lh-header-centered .lh-primary-nav{display:none}.lh-header-centered .lh-header-actions{grid-column:2;grid-row:1}}
@media(max-width:782px){.lh-native-home .lh-hero__title{font-size:calc(clamp(42px,12vw,64px) * var(--lh-font-heading-scale))}.lh-card-minimal .woocommerce ul.products li.product .button{opacity:1;transform:none}}


/* v0.6.0 storefront recovery */
.lh-store-recovery{padding-block:clamp(70px,10vw,150px);min-height:55vh;text-align:center;max-width:760px}.lh-store-recovery h1{font-family:var(--lh-font-display);font-size:clamp(2.3rem,6vw,5rem);margin-bottom:20px}.lh-store-recovery p{font-size:1.05rem;color:var(--lh-muted)}
body.lhc-runtime-safe-mode:before{content:"Lumia Home bezbedni režim je aktivan";display:block;position:fixed;left:16px;bottom:16px;z-index:999999;padding:9px 13px;border-radius:999px;background:#2d2926;color:#fff;font:600 12px/1.2 var(--lh-font-body);box-shadow:0 8px 25px rgba(0,0,0,.2)}

/* v0.8.0 production launch and print refinements */
@media print {
	.lh-site-header,
	.lh-category-rail,
	.lh-footer,
	.lh-mobile-bottom-nav,
	.lh-mini-cart,
	.lh-search-panel,
	.lh-mobile-drawer,
	.lh-pwa-install,
	.lhc-cookie-banner,
	.lhc-whatsapp-float,
	.woocommerce-message,
	.woocommerce-info,
	button,
	.button,
	.lh-button {
		display: none !important;
	}
	body,
	.site-main,
	.lh-container,
	.woocommerce,
	.woocommerce-order {
		background: #fff !important;
		color: #000 !important;
		max-width: none !important;
		width: 100% !important;
		box-shadow: none !important;
	}
	a[href]::after { content: none !important; }
}

body.lh-environment-staging::after,
body.lh-environment-development::after {
	content: "STAGING";
	position: fixed;
	left: 12px;
	bottom: 12px;
	z-index: 99999;
	padding: 6px 10px;
	border-radius: 999px;
	background: #2d2926;
	color: #fff;
	font: 700 11px/1.2 Manrope, sans-serif;
	letter-spacing: .12em;
	pointer-events: none;
	opacity: .82;
}

/* v0.8.0 Growth Suite theme polish */
body.lhc-b2b-customer .lh-site-header{box-shadow:inset 0 -2px 0 rgba(143,115,87,.28)}
.lhc-category-hero + .term-description{max-width:920px;margin:0 auto clamp(36px,6vw,72px);font-size:1.05rem;color:var(--lh-muted)}
.lhc-recommendations ul.products,.lhc-buy-again ul.products{margin-top:0}
.lhc-b2b-request .button.alt{min-height:50px;padding:0 24px}

/* v0.9.0 Customer Experience and Editorial Suite */
.lhc-account-heading { margin-bottom: 28px; }
.lhc-account-heading > span,
.lhc-lookbook-products header small,
.lhc-order-lookup > header > span,
.lhc-price-alert > div > span { display:block; color:var(--lhc-primary); font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.lhc-account-heading h2,
.lhc-order-lookup h2,
.lhc-lookbook-products h2 { margin:.3rem 0 .65rem; font-family:var(--lh-font-display); font-size:clamp(2rem,4vw,3.4rem); line-height:1; }
.lhc-support-layout { display:grid; grid-template-columns:minmax(280px,.82fr) minmax(0,1.35fr); gap:32px; align-items:start; }
.lhc-support-form-card,
.lhc-support-ticket,
.lhc-order-lookup,
.lhc-price-alert { border:1px solid var(--lh-border); border-radius:calc(var(--lhc-radius) + 4px); background:#fff; box-shadow:var(--lh-shadow-sm); }
.lhc-support-form-card { padding:28px; position:sticky; top:calc(var(--lhc-header-height) + 24px); }
.lhc-support-form-card h3,
.lhc-support-history > h3 { margin-top:0; font-family:var(--lh-font-display); font-size:1.75rem; }
.lhc-support-form { display:grid; gap:16px; }
.lhc-support-form label { display:grid; gap:7px; font-weight:700; }
.lhc-support-form input,
.lhc-support-form select,
.lhc-support-form textarea,
.lhc-order-lookup input { width:100%; min-height:48px; border:1px solid var(--lh-border); border-radius:12px; padding:11px 14px; background:#fff; }
.lhc-support-form textarea { min-height:150px; resize:vertical; }
.lhc-support-history { display:grid; gap:16px; }
.lhc-support-history > h3 { margin-bottom:2px; }
.lhc-support-ticket { padding:24px; }
.lhc-support-ticket__head { display:flex; justify-content:space-between; gap:18px; align-items:flex-start; }
.lhc-support-ticket__head small { color:var(--lh-muted); }
.lhc-support-ticket__head h4 { margin:.1rem 0 0; font-size:1.15rem; }
.lhc-status { display:inline-flex; align-items:center; padding:6px 10px; border-radius:999px; background:var(--lhc-surface); font-size:.75rem; font-weight:800; white-space:nowrap; }
.lhc-status--open { background:#fff2d8; color:#79510b; }
.lhc-status--answered { background:#e5f5ea; color:#286441; }
.lhc-status--closed { background:#ecebea; color:#55504c; }
.lhc-support-ticket__reply { margin-top:18px; padding:18px; border-left:3px solid var(--lhc-primary); background:var(--lhc-surface); border-radius:0 12px 12px 0; }
.lhc-support-ticket__reply p { margin-bottom:0; }
.lhc-support-ticket footer { display:flex; justify-content:space-between; gap:16px; margin-top:18px; padding-top:15px; border-top:1px solid var(--lh-border); color:var(--lh-muted); font-size:.82rem; }
.lhc-empty-state { padding:28px; border:1px dashed var(--lh-border); border-radius:var(--lhc-radius); text-align:center; color:var(--lh-muted); }

.lhc-price-alert { margin:24px 0; padding:22px; background:var(--lhc-surface); box-shadow:none; }
.lhc-price-alert h3 { margin:.25rem 0 .35rem; font-family:var(--lh-font-display); font-size:1.55rem; }
.lhc-price-alert p { margin:.2rem 0 1rem; color:var(--lh-muted); }
.lhc-price-alert form { display:flex; gap:10px; }
.lhc-price-alert input { flex:1; min-width:0; min-height:46px; border:1px solid var(--lh-border); border-radius:12px; padding:10px 13px; }
.lhc-price-alert button,
.lhc-order-lookup button { min-height:46px; border:0; border-radius:12px; padding:0 20px; background:var(--lhc-secondary); color:#fff; font-weight:800; }

.lhc-order-lookup { max-width:900px; margin:0 auto; padding:clamp(24px,5vw,54px); }
.lhc-order-lookup > header { text-align:center; max-width:650px; margin:0 auto 28px; }
.lhc-order-lookup > form { display:grid; grid-template-columns:1fr 1fr auto; gap:12px; align-items:end; }
.lhc-order-lookup > form label { display:grid; gap:7px; font-weight:700; }
.lhc-order-lookup__result { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); gap:12px; margin-top:28px; padding-top:28px; border-top:1px solid var(--lh-border); }
.lhc-order-lookup__result > div { padding:15px; border-radius:12px; background:var(--lhc-surface); }
.lhc-order-lookup__result small { display:block; color:var(--lh-muted); }
.lhc-order-lookup__result strong { display:block; margin-top:4px; }
.lhc-order-lookup__result ul { grid-column:1/-1; margin:8px 0 0; padding:18px 18px 18px 38px; background:var(--lhc-surface); border-radius:12px; }
.woocommerce-orders-table__cell-order-actions .lhc-cancel-pending { pointer-events:none; opacity:.6; }
.woocommerce-orders-table__cell-order-actions .lhc-cancel-request { color:var(--lh-danger); border-color:currentColor; }

.lhc-lookbook-grid { display:grid; grid-template-columns:repeat(var(--lhc-lookbook-columns,3),minmax(0,1fr)); gap:clamp(18px,3vw,34px); }
.lhc-lookbook-card { min-width:0; }
.lhc-lookbook-card > a { display:block; }
.lhc-lookbook-card__media { display:block; aspect-ratio:4/5; overflow:hidden; border-radius:calc(var(--lhc-radius) + 3px); background:var(--lhc-surface); }
.lhc-lookbook-card__media img { width:100%; height:100%; object-fit:cover; transition:transform .65s cubic-bezier(.2,.7,.2,1); }
.lhc-lookbook-card:hover img { transform:scale(1.035); }
.lhc-lookbook-card__content { display:block; padding:15px 4px 0; }
.lhc-lookbook-card__content small { display:block; color:var(--lhc-primary); font-size:.7rem; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.lhc-lookbook-card__content strong { display:block; margin:5px 0; font-family:var(--lh-font-display); font-size:clamp(1.4rem,2vw,2rem); line-height:1.05; }
.lhc-lookbook-card__content > span { font-size:.82rem; font-weight:800; }
.lh-home-lookbook { background:#fff; }
.lh-lookbook-hero { position:relative; min-height:min(78vh,820px); display:flex; align-items:flex-end; overflow:hidden; background:var(--lhc-secondary); color:#fff; }
.lh-lookbook-hero__media { position:absolute; inset:0; }
.lh-lookbook-hero__media img { width:100%; height:100%; object-fit:cover; }
.lh-lookbook-hero__media > span { position:absolute; inset:0; background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.7)); }
.lh-lookbook-hero__content { position:relative; z-index:2; padding-top:160px; padding-bottom:clamp(48px,8vw,100px); }
.lh-lookbook-hero__content h1 { max-width:900px; margin:.4rem 0 .7rem; font-family:var(--lh-font-display); font-size:clamp(3rem,8vw,7.4rem); line-height:.92; }
.lh-lookbook-hero__content > div { max-width:650px; font-size:1.08rem; }
.lh-lookbook-entry { max-width:920px; margin:0 auto; }
.lhc-lookbook-products { margin-top:70px; padding-top:48px; border-top:1px solid var(--lh-border); }
.lhc-lookbook-products header { margin-bottom:28px; }
.lhc-lookbook-products h2 { margin-top:.35rem; }

@media (max-width:900px) {
	.lhc-support-layout { grid-template-columns:1fr; }
	.lhc-support-form-card { position:static; }
	.lhc-order-lookup > form { grid-template-columns:1fr; }
	.lhc-order-lookup__result { grid-template-columns:repeat(2,minmax(0,1fr)); }
	.lhc-lookbook-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:560px) {
	.lhc-price-alert form { flex-direction:column; }
	.lhc-support-ticket__head,
	.lhc-support-ticket footer { flex-direction:column; }
	.lhc-order-lookup__result { grid-template-columns:1fr; }
	.lhc-lookbook-grid { grid-template-columns:1fr; }
}


/* Lumia Home 1.0 final accessibility and release polish. */
.screen-reader-text:focus {
	clip: auto !important;
	clip-path: none;
	width: auto;
	height: auto;
	top: 12px;
	left: 12px;
	z-index: 100000;
	padding: 12px 18px;
	border-radius: 10px;
	background: var(--lhc-secondary);
	color: #fff;
	box-shadow: var(--lh-shadow-lg);
}
:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
	outline: 3px solid var(--lhc-primary);
	outline: 3px solid color-mix(in srgb, var(--lhc-primary) 78%, #fff);
	outline-offset: 3px;
}
.woocommerce-error:focus, .woocommerce-message:focus, .woocommerce-info:focus {
	outline: 3px solid var(--lhc-primary);
	outline-offset: 4px;
}
.page-template-default .entry-content > h2,
.page-template-default .entry-content > h3 {
	scroll-margin-top: calc(var(--lhc-header-height) + 32px);
}
.page-template-default .entry-content > table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.lh-release-1-0 .woocommerce form .form-row .required {
	text-decoration: none;
}
@media (prefers-contrast: more) {
	:root { --lh-border: rgba(0,0,0,.42); }
	.lh-button, .button, button { border-width: 2px; }
}
@media (forced-colors: active) {
	.lh-button, .button, button, .lh-icon-button { border: 1px solid ButtonText; }
	.lh-product-card, .lh-category-card { border: 1px solid CanvasText; }
}
