:root {
	--ivory: #f7f2e8;
	--paper: #fffdf8;
	--charcoal: #1f1d1a;
	--muted: #6e665d;
	--wood: #8a5f3c;
	--wood-dark: #5e3d27;
	--line: #ded3c3;
	--shadow: 0 22px 60px rgba(43, 35, 27, .11);
	--radius: 14px;
	--shell: min(1240px, calc(100% - 40px));
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	background: var(--paper);
	color: var(--charcoal);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img,
video {
	display: block;
	max-width: 100%;
	height: auto;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--wood); }

button,
input,
select,
textarea { font: inherit; }

h1,
h2,
h3,
h4 {
	margin: 0 0 .65em;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 600;
	line-height: 1.08;
	letter-spacing: -.025em;
}

h1 { font-size: clamp(2.5rem, 5vw, 5.4rem); }
h2 { font-size: clamp(2rem, 3.2vw, 3.6rem); }
h3 { font-size: clamp(1.25rem, 1.8vw, 1.7rem); }

p { margin: 0 0 1.15em; }

.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;
}

.lics-shell { width: var(--shell); margin-inline: auto; }
.lics-main { min-height: 60vh; overflow: clip; }

.lics-skip {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 14px;
	background: var(--charcoal);
	color: #fff;
	transform: translateY(-150%);
}
.lics-skip:focus { transform: translateY(0); }

.lics-header {
	position: relative;
	z-index: 100;
	background: rgba(255, 253, 248, .96);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(14px);
}

.lics-header__inner {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	min-height: 76px;
	gap: 28px;
}

.lics-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	justify-self: start;
	font-weight: 800;
}

.lics-brand__logo { width: auto; max-width: 190px; max-height: 48px; object-fit: contain; }
.lics-brand__mark {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--charcoal);
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 13px;
	letter-spacing: .08em;
}
.lics-brand__name { font-family: Georgia, serif; font-size: 20px; }

.lics-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.lics-nav a { padding: 28px 0; }

.lics-header__actions { display: flex; justify-self: end; align-items: center; gap: 9px; }
.lics-icon-link {
	position: relative;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 1px solid var(--line);
	border-radius: 50%;
	background: var(--paper);
}
.lics-icon-link svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}
.lics-cart-count {
	position: absolute;
	right: -3px;
	top: -4px;
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 99px;
	background: var(--wood);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
}

.lics-menu-toggle { display: none; }

.lics-hero { padding: 46px 0 78px; background: var(--ivory); }
.lics-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(36px, 6vw, 96px); }
.lics-hero__copy { padding-block: 36px; }
.lics-hero__copy h1 { max-width: 760px; }
.lics-lede { max-width: 600px; color: var(--muted); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.lics-hero__media {
	position: relative;
	min-height: 560px;
	overflow: hidden;
	border-radius: 4px var(--radius) var(--radius) var(--radius);
	background: #e7ded0;
	box-shadow: var(--shadow);
}
.lics-hero__media img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }

.lics-eyebrow,
.lics-status {
	margin: 0 0 15px;
	color: var(--wood);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .13em;
	line-height: 1.4;
	text-transform: uppercase;
}

.lics-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.lics-actions--center { justify-content: center; }
.lics-button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 12px 22px;
	border: 1px solid var(--charcoal);
	border-radius: 7px;
	background: var(--charcoal);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .025em;
	line-height: 1.2;
	text-align: center;
	transition: transform .18s ease, background .18s ease;
}
.lics-button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	background: var(--wood-dark);
	border-color: var(--wood-dark);
	color: #fff;
	transform: translateY(-1px);
}
.lics-button--ghost { background: transparent; color: var(--charcoal); }
.lics-button--ghost:hover { color: #fff; }
.lics-text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--wood-dark); font-size: 13px; font-weight: 850; }

.lics-section { padding: clamp(70px, 8vw, 120px) 0; }
.lics-section--tint { background: var(--ivory); }
.lics-section--dark { background: var(--charcoal); color: #fff; }
.lics-section--dark .lics-eyebrow { color: #d6a979; }
.lics-section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.lics-section-heading > p:last-child { color: var(--muted); font-size: 18px; }

.lics-product-grid,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}
.lics-product-grid--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.lics-card,
ul.products li.product.lics-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	background: var(--paper);
	box-shadow: 0 12px 35px rgba(40, 32, 25, .06);
}
.lics-card__image { display: block; aspect-ratio: 4 / 3; overflow: hidden; background: #e9dfd1; }
.lics-card__image img { width: 100% !important; height: 100% !important; margin: 0 !important; object-fit: cover; transition: transform .35s ease; }
.lics-card:hover .lics-card__image img { transform: scale(1.025); }
.lics-card__body { padding: 26px; }
.lics-card__body h2,
.lics-card__body h3 { font-size: clamp(1.4rem, 2vw, 2rem); }
.lics-price { margin: 8px 0 14px; color: var(--charcoal); font-size: 1.15rem; font-weight: 800; }
.lics-price ins { text-decoration: none; }
.lics-card__facts,
.lics-feature-list,
.lics-check-list,
.lics-trust-row {
	margin: 18px 0 22px;
	padding: 0;
	list-style: none;
}
.lics-card__facts li,
.lics-feature-list li,
.lics-check-list li {
	position: relative;
	padding: 7px 0 7px 22px;
	color: var(--muted);
	font-size: 14px;
}
.lics-card__facts li::before,
.lics-feature-list li::before,
.lics-check-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 15px;
	width: 8px;
	height: 8px;
	border: 2px solid var(--wood);
	border-radius: 50%;
}

.lics-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.lics-feature { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 253, 248, .6); }
.lics-feature h3 { font-size: 1.35rem; }
.lics-feature p { margin: 0; color: var(--muted); font-size: 14px; }
.lics-feature__dot { display: block; width: 28px; height: 3px; margin-bottom: 22px; background: var(--wood); }

.lics-editorial { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(32px, 7vw, 100px); }
.lics-video,
.lics-editorial__image { width: 100%; overflow: hidden; border-radius: var(--radius); background: #171512; box-shadow: var(--shadow); }
.lics-video { aspect-ratio: 16 / 9; object-fit: cover; }
.lics-editorial__image img { width: 100%; min-height: 460px; object-fit: cover; }

.lics-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.18); }
.lics-process li { min-height: 220px; padding: 30px; background: var(--charcoal); }
.lics-process li > span { display: block; margin-bottom: 42px; color: #d6a979; font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.lics-process h3,
.lics-process h2 { font-size: 1.45rem; }
.lics-process p { margin: 0; color: rgba(255,255,255,.68); font-size: 14px; }
.lics-process--light { background: var(--line); }
.lics-process--light li { background: var(--paper); color: var(--charcoal); }
.lics-process--light p { color: var(--muted); }

.lics-custom-banner { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: clamp(36px, 5vw, 64px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.lics-custom-banner > div { max-width: 760px; }

.lics-faq-preview { max-width: 900px; }
.lics-accordion { border-top: 1px solid var(--line); }
.lics-accordion details { border-bottom: 1px solid var(--line); }
.lics-accordion summary { padding: 20px 4px; color: var(--charcoal); font-weight: 800; cursor: pointer; }
.lics-accordion details p { padding: 0 4px 20px; color: var(--muted); }

.lics-page-hero { padding: clamp(72px, 9vw, 130px) 0; background: var(--ivory); text-align: center; }
.lics-page-hero .lics-shell { max-width: 900px; }
.lics-page-hero h1 { font-size: clamp(2.8rem, 6vw, 5.6rem); }
.lics-page-hero p:last-child { max-width: 680px; margin-inline: auto; color: var(--muted); font-size: 19px; }
.lics-shop-hero { text-align: left; }
.lics-shop-hero .lics-shell { max-width: 1240px; }
.lics-shop-hero p:last-child { margin-inline: 0; }

.lics-prose { max-width: 850px; }
.lics-prose h2 { margin-top: 1.5em; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.lics-prose h2:first-child { margin-top: 0; }
.lics-prose p,
.lics-prose li { color: var(--muted); }
.lics-legal { font-size: 15px; }

.lics-contact-grid,
.lics-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.lics-panel { padding: clamp(30px, 4vw, 54px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.lics-panel p { color: var(--muted); }

.lics-commerce-page { padding: 70px 0 110px; }
.lics-commerce-page h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }

.lics-product-hero { padding: 46px 0 80px; background: var(--paper); }
.lics-product-hero__grid { display: grid; grid-template-columns: minmax(0, 55fr) minmax(360px, 45fr); align-items: start; gap: clamp(34px, 5vw, 72px); }
.lics-product-gallery { min-width: 0; }
.lics-product-gallery .woocommerce-product-gallery { float: none !important; width: 100% !important; margin: 0 !important; }
.lics-product-gallery .woocommerce-product-gallery__wrapper { margin: 0; }
.lics-product-gallery .woocommerce-product-gallery__image { overflow: hidden; border-radius: var(--radius); background: var(--ivory); }
.lics-product-gallery .woocommerce-product-gallery__image img { width: 100% !important; height: auto !important; object-fit: cover; }
.lics-product-gallery .flex-control-thumbs { display: grid !important; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 12px 0 0 !important; padding: 0; list-style: none; }
.lics-product-gallery .flex-control-thumbs li { float: none !important; width: auto !important; }
.lics-product-gallery .flex-control-thumbs img { width: 100%; aspect-ratio: 1; border-radius: 7px; object-fit: cover; cursor: pointer; }
.lics-product-gallery .woocommerce-product-gallery__trigger { z-index: 5 !important; }

.lics-purchase { position: sticky; top: 28px; padding: clamp(28px, 3vw, 44px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.lics-purchase h1 { font-size: clamp(2.15rem, 3.5vw, 3.7rem); }
.lics-price--large { font-size: 1.6rem; }
.lics-short-description { color: var(--muted); font-size: 15px; }

.lics-native-cart form.cart { display: grid; grid-template-columns: 88px minmax(0, 1fr); align-items: stretch; gap: 10px; margin: 24px 0 0 !important; }
.lics-native-cart .quantity { width: 88px !important; }
.lics-native-cart input.qty { width: 100% !important; height: 54px; border: 1px solid var(--line); border-radius: 7px; background: #fff; color: var(--charcoal); }
.lics-native-cart .single_add_to_cart_button { width: 100%; min-height: 54px; white-space: normal; }
.lics-native-cart .stock { grid-column: 1 / -1; margin: 0; }

.lics-order-notice { margin-top: 18px; padding: 19px; border: 1px solid #d8bd95; border-left: 4px solid var(--wood); border-radius: 8px; background: #fff8e9; }
.lics-order-notice h2 { margin-bottom: 8px; font-family: inherit; font-size: 15px; font-weight: 850; letter-spacing: .03em; }
.lics-order-notice p { margin: 0 0 7px; color: var(--muted); font-size: 13px; }
.lics-order-notice p:last-child { margin-bottom: 0; }

.lics-trust-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 18px; margin-bottom: 0; padding-top: 18px; border-top: 1px solid var(--line); }
.lics-trust-row li { position: relative; padding-left: 18px; color: var(--muted); font-size: 12px; font-weight: 700; }
.lics-trust-row li::before { content: "✓"; position: absolute; left: 0; color: var(--wood); }

.lics-detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.lics-detail-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--ivory); }
.lics-detail-grid img { width: 100%; height: 420px; object-fit: cover; }

.lics-info-grid { align-items: start; gap: clamp(32px, 7vw, 110px); }
.lics-info-grid p { color: rgba(255,255,255,.7); }
.lics-info-grid .lics-check-list li { color: rgba(255,255,255,.78); }
.lics-info-grid--light p { color: var(--muted); }

.lics-dimensions { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.lics-dimension-card { display: grid; gap: 8px; min-width: min(100%, 420px); padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--ivory); text-align: center; }
.lics-dimension-card strong { font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 3rem); }
.lics-dimension-card span { color: var(--muted); font-size: 17px; }

.lics-related { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); }
.lics-related__image { min-height: 430px; background: var(--ivory); }
.lics-related__image img { width: 100%; height: 430px; object-fit: cover; }
.lics-related > div { padding: clamp(30px, 5vw, 70px); }

.lics-mobile-buy { display: none; }

.woocommerce-pagination { margin-top: 46px; }
.woocommerce-pagination ul.page-numbers { border: 0 !important; }
.woocommerce-pagination ul.page-numbers li { border: 0 !important; margin: 3px !important; }
.woocommerce-pagination a,
.woocommerce-pagination span { display: grid !important; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; }

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	margin: 20px 0 !important;
	padding: 18px 20px 18px 48px !important;
	border: 1px solid var(--line) !important;
	border-top: 3px solid var(--wood) !important;
	border-radius: 8px;
	background: var(--ivory) !important;
	color: var(--charcoal) !important;
}

.lics-footer { padding-top: 70px; background: #191715; color: #fff; }
.lics-footer__grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 44px; padding-bottom: 60px; }
.lics-footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.lics-footer__brand { margin-bottom: 12px; font-family: Georgia, serif; font-size: 28px; }
.lics-footer h2 { margin-bottom: 12px; font-family: inherit; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lics-footer p,
.lics-footer a { color: rgba(255,255,255,.67); font-size: 13px; }
.lics-footer a:hover { color: #fff; }
.lics-payment-options { padding: 0 0 22px; text-align: center; }
.lics-payment-options__label { margin: 0 0 10px; color: rgba(255,255,255,.78); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.lics-payment-options__icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.lics-payment-icon { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 32px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 5px; background: #fff; }
.lics-payment-icon svg { display: block; width: auto; height: 26px; }
.lics-fineprint { font-size: 11px !important; }
.lics-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: 11px; }

@media (max-width: 980px) {
	:root { --shell: min(100% - 32px, 920px); }
	.lics-header__inner { grid-template-columns: 1fr auto auto; min-height: 68px; }
	.lics-menu-toggle {
		display: grid;
		gap: 4px;
		width: 42px;
		height: 42px;
		padding: 11px;
		border: 1px solid var(--line);
		border-radius: 50%;
		background: var(--paper);
	}
	.lics-menu-toggle span:not(.screen-reader-text) { display: block; height: 1px; background: var(--charcoal); }
	.lics-nav {
		position: fixed;
		inset: 68px 0 auto;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 18px 24px 28px;
		border-top: 1px solid var(--line);
		border-bottom: 1px solid var(--line);
		background: var(--paper);
		box-shadow: 0 24px 45px rgba(30,25,20,.12);
	}
	.lics-nav.is-open { display: flex; }
	.lics-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); }
	.lics-header__actions { grid-column: 2; grid-row: 1; }
	.lics-menu-toggle { grid-column: 3; grid-row: 1; }
	.lics-hero__grid,
	.lics-editorial,
	.lics-product-hero__grid { grid-template-columns: 1fr; }
	.lics-hero__media,
	.lics-hero__media img { min-height: 460px; }
	.lics-product-grid,
	ul.products { grid-template-columns: repeat(2, 1fr); }
	.lics-feature-grid { grid-template-columns: repeat(2, 1fr); }
	.lics-process { grid-template-columns: repeat(2, 1fr); }
	.lics-purchase { position: static; }
	.lics-footer__grid { grid-template-columns: 1.4fr repeat(2, 1fr); }
	.lics-footer__grid > div:first-child { grid-row: span 2; }
}

@media (max-width: 640px) {
	:root { --shell: min(100% - 24px, 600px); }
	body { font-size: 15px; }
	h1 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
	.lics-brand__name { display: none; }
	.lics-brand__mark { width: 38px; height: 38px; }
	.lics-brand__logo { max-width: 135px; max-height: 38px; }
	.lics-header__actions { gap: 5px; }
	.lics-icon-link { width: 38px; height: 38px; }
	.lics-hero { padding: 28px 0 48px; }
	.lics-hero__grid { gap: 24px; }
	.lics-hero__copy { padding: 20px 0 0; }
	.lics-hero__media,
	.lics-hero__media img { min-height: 340px; }
	.lics-actions,
	.lics-custom-banner { align-items: stretch; flex-direction: column; }
	.lics-actions .lics-button,
	.lics-custom-banner .lics-button { width: 100%; }
	.lics-section { padding: 62px 0; }
	.lics-section-heading { margin-bottom: 32px; text-align: left; }
	.lics-product-grid,
	.lics-product-grid--two,
	ul.products,
	.lics-feature-grid,
	.lics-contact-grid,
	.lics-info-grid,
	.lics-detail-grid,
	.lics-related { grid-template-columns: 1fr; }
	.lics-process { grid-template-columns: 1fr; }
	.lics-process li { min-height: 0; }
	.lics-process li > span { margin-bottom: 22px; }
	.lics-editorial__image img,
	.lics-detail-grid img { min-height: 0; height: auto; }
	.lics-page-hero { padding: 68px 0; text-align: left; }
	.lics-page-hero p:last-child { margin-inline: 0; }
	.lics-product-hero { padding: 18px 0 58px; }
	.lics-product-hero__grid { gap: 22px; }
	.lics-purchase { padding: 24px 18px; }
	.lics-purchase h1 { font-size: 2.35rem; }
	.lics-product-gallery .flex-control-thumbs { grid-template-columns: repeat(4, 1fr); }
	.lics-native-cart form.cart { grid-template-columns: 76px minmax(0, 1fr); }
	.lics-native-cart .quantity { width: 76px !important; }
	.lics-trust-row { grid-template-columns: 1fr; }
	.lics-dimensions,
	.lics-footer__bottom { align-items: stretch; flex-direction: column; }
	.lics-dimension-card { min-width: 0; width: 100%; }
	.lics-related__image,
	.lics-related__image img { min-height: 0; height: auto; }
	.lics-product-page { padding-bottom: 76px; }
	.lics-mobile-buy {
		position: fixed;
		z-index: 90;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
		border-top: 1px solid var(--line);
		background: rgba(255, 253, 248, .97);
		box-shadow: 0 -12px 32px rgba(31, 29, 26, .12);
		opacity: 0;
		pointer-events: none;
		transform: translateY(100%);
		transition: opacity .2s ease, transform .2s ease;
	}
	.lics-mobile-buy.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
	.lics-mobile-buy__copy { min-width: 0; }
	.lics-mobile-buy__copy span {
		display: block;
		overflow: hidden;
		color: var(--muted);
		font-size: 10px;
		font-weight: 700;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.lics-mobile-buy__copy strong { font-size: 16px; }
	.lics-mobile-buy__copy ins { text-decoration: none; }
	.lics-mobile-buy button {
		min-width: 118px;
		min-height: 46px;
		padding: 8px 12px;
		border: 0;
		border-radius: 7px;
		background: var(--charcoal);
		color: #fff;
		font-size: 11px;
		font-weight: 850;
	}
	.lics-footer__grid { grid-template-columns: repeat(2, 1fr); }
	.lics-footer__grid > div:first-child { grid-column: 1 / -1; grid-row: auto; }
}

/* Reference-inspired storefront direction: clean white canvas, cobalt accents,
   compact commerce typography and a media-first product layout. */
:root {
	--ivory: #f6f7fb;
	--paper: #ffffff;
	--charcoal: #111111;
	--muted: #555861;
	--wood: #17357f;
	--wood-dark: #102966;
	--line: #e5e7ed;
	--shadow: 0 12px 36px rgba(17, 30, 72, .08);
	--radius: 4px;
	--shell: min(1160px, calc(100% - 48px));
}

body {
	background: #fff;
	color: #121212;
	font-family: Poppins, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.55;
}

h1,
h2,
h3,
h4 {
	font-family: Poppins, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.025em;
}

a:hover { color: #17357f; }

.lics-promo {
	position: relative;
	z-index: 120;
	background: #17357f;
	color: #fff;
}

.lics-promo__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 48px;
	padding: 8px 24px;
	font-size: 11px;
	letter-spacing: .035em;
	text-align: center;
	text-transform: uppercase;
}

.lics-promo__inner strong {
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -.01em;
}

.lics-promo__inner span {
	padding-left: 22px;
	border-left: 1px solid rgba(255,255,255,.4);
}

.lics-ticker {
	overflow: hidden;
	background: #17357f;
	border-top: 1px solid rgba(255,255,255,.24);
	color: #fff;
	white-space: nowrap;
}

.lics-ticker__track {
	display: flex;
	justify-content: space-around;
	gap: 70px;
	min-width: max-content;
	padding: 9px 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .05em;
}

.lics-header {
	background: rgba(255,255,255,.98);
	border-bottom: 1px solid #ececf0;
	backdrop-filter: blur(12px);
}

.lics-header__inner {
	grid-template-columns: 1fr auto 1fr;
	min-height: 112px;
}

.lics-brand {
	grid-column: 2;
	grid-row: 1;
	justify-self: center;
}

.lics-brand__logo {
	max-width: 180px;
	max-height: 58px;
}

.lics-brand__mark {
	border: 0;
	border-radius: 0;
	color: #17357f;
	font-size: 17px;
	font-weight: 800;
}

.lics-brand__name {
	font-family: Poppins, Arial, sans-serif;
	font-size: 22px;
	font-weight: 700;
}

.lics-nav {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	gap: 28px;
	font-size: 14px;
	font-weight: 500;
}

.lics-nav a { padding: 44px 0; }
.lics-header__actions { grid-column: 3; grid-row: 1; }

.lics-icon-link {
	border: 0;
	border-radius: 0;
	background: transparent;
}

.lics-cart-count { background: #17357f; }

.lics-hero {
	padding: 56px 0 80px;
	background: #fff;
}

.lics-hero__grid {
	grid-template-columns: .86fr 1.14fr;
	gap: clamp(38px, 6vw, 88px);
}

.lics-hero__copy h1 {
	font-size: clamp(2.5rem, 4.8vw, 4.5rem);
	font-weight: 800;
}

.lics-hero__media {
	min-height: 560px;
	border-radius: 4px;
	box-shadow: none;
}

.lics-hero__media img { min-height: 560px; }

.lics-eyebrow {
	color: #17357f;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .12em;
}

.lics-status {
	display: inline-flex;
	margin-bottom: 14px;
	padding: 7px 12px;
	border: 2px solid #17357f;
	color: #17357f;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .055em;
}

.lics-button,
button.button,
input.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	min-height: 52px;
	border: 2px solid #101010;
	border-radius: 4px;
	background: #101010;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
}

.lics-button:hover,
button.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover {
	border-color: #17357f;
	background: #17357f;
}

.lics-button--ghost { background: #fff; color: #111; }
.lics-section { padding: clamp(64px, 7vw, 96px) 0; }
.lics-section--tint { background: #f6f7fb; }
.lics-section--dark { background: #17357f; }
.lics-section--dark .lics-eyebrow { color: #fff; }

.lics-card,
ul.products li.product.lics-card {
	border: 1px solid #e4e5ea;
	border-radius: 4px;
	box-shadow: none;
}

.lics-card__image {
	aspect-ratio: 1 / 1;
	background: #f4f4f5;
}

.lics-card__body { padding: 22px; }
.lics-card__body h2,
.lics-card__body h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
.lics-price { color: #17357f; font-size: 1.25rem; font-weight: 800; }
.lics-text-link { color: #17357f; }

.lics-card__facts li::before,
.lics-check-list li::before {
	border-color: #17357f;
}

.lics-feature-list li::before { display: none; }
.lics-feature-list li {
	padding: 4px 0;
	color: #454851;
	font-size: 16px;
}

.lics-feature-list li span {
	display: inline-block;
	width: 28px;
}

.lics-feature,
.lics-panel,
.lics-custom-banner {
	border-radius: 4px;
	box-shadow: none;
}

.lics-feature__dot { background: #17357f; }
.lics-process li { background: #17357f; }
.lics-process li > span { color: #fff; }

.lics-page-hero {
	padding: 72px 0;
	background: #f6f7fb;
}

.lics-page-hero h1 {
	font-size: clamp(2.5rem, 5vw, 4.25rem);
	font-weight: 800;
}

.lics-product-hero {
	padding: 36px 0 72px;
	background: #fff;
}

.lics-product-hero__grid {
	grid-template-columns: minmax(0, 54fr) minmax(390px, 46fr);
	gap: clamp(42px, 6vw, 80px);
}

.lics-product-gallery .woocommerce-product-gallery__image {
	border-radius: 4px;
	background: #f5f5f6;
}

.lics-product-gallery .woocommerce-product-gallery__image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.lics-product-gallery .flex-control-thumbs {
	grid-template-columns: repeat(5, 1fr);
	gap: 9px;
	margin-top: 10px !important;
}

.lics-product-gallery .flex-control-thumbs img {
	border: 1px solid transparent;
	border-radius: 2px;
	opacity: .72;
}

.lics-product-gallery .flex-control-thumbs img.flex-active {
	border-color: #17357f;
	opacity: 1;
}

.lics-purchase {
	top: 18px;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.lics-purchase h1 {
	margin-bottom: 14px;
	font-size: clamp(2rem, 3vw, 2.8rem);
	font-weight: 800;
}

.lics-price--large {
	margin: 14px 0 16px;
	color: #17357f;
	font-size: 1.65rem;
}

.lics-short-description {
	font-size: 14px;
	line-height: 1.65;
}

.lics-native-cart form.cart {
	grid-template-columns: 76px minmax(0, 1fr);
	margin-top: 22px !important;
}

.lics-native-cart .quantity { width: 76px !important; }

.lics-native-cart input.qty {
	height: 58px;
	border: 2px solid #111;
	border-radius: 4px;
}

.lics-native-cart .single_add_to_cart_button {
	min-height: 58px;
	border-color: #17357f !important;
	background: #17357f !important;
	color: #fff !important;
	font-size: 15px;
	text-transform: uppercase;
}

.lics-native-cart .single_add_to_cart_button:hover {
	border-color: #102966 !important;
	background: #102966 !important;
}

body.woocommerce div.product .lics-native-cart form.cart button.single_add_to_cart_button.button.alt {
	border-color: #17357f !important;
	background: #17357f !important;
	color: #fff !important;
}

body.woocommerce div.product .lics-native-cart form.cart button.single_add_to_cart_button.button.alt:hover {
	border-color: #102966 !important;
	background: #102966 !important;
	color: #fff !important;
}

body.cart-drawer-open { overflow: hidden; }

.lics-cart-drawer-overlay {
	position: fixed;
	z-index: 9997;
	inset: 0;
	background: rgba(15, 18, 25, .58);
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s ease, visibility .25s ease;
}

.lics-cart-drawer-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.lics-cart-drawer {
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(460px, 100%);
	height: 100dvh;
	background: #fff;
	color: #111;
	box-shadow: -18px 0 60px rgba(0, 0, 0, .18);
	transform: translateX(105%);
	transition: transform .3s cubic-bezier(.22,.61,.36,1);
}

.lics-cart-drawer.is-open { transform: translateX(0); }

.lics-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	padding: 18px 22px;
	border-bottom: 1px solid #e4e4e4;
}

.lics-cart-drawer__header h2 {
	margin: 0;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -.03em;
}

.lics-cart-drawer__header h2 span { color: #17357f; font-size: 17px; }

.lics-cart-drawer__header button {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
}

.lics-cart-drawer__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 0;
}

.lics-cart-drawer__body {
	flex: 1;
	overflow-y: auto;
	padding: 6px 22px 20px;
}

.lics-cart-drawer__item {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 16px;
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
}

.lics-cart-drawer__image img {
	display: block;
	width: 92px;
	height: 92px;
	border-radius: 4px;
	object-fit: cover;
}

.lics-cart-drawer__item-copy { min-width: 0; }
.lics-cart-drawer__name { display: block; color: #111; font-size: 15px; font-weight: 700; line-height: 1.35; }
.lics-cart-drawer__line-price { margin-top: 7px; color: #17357f; font-weight: 800; }
.lics-cart-drawer__item-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 12px; }

.lics-cart-drawer__quantity {
	display: grid;
	grid-template-columns: 32px 34px 32px;
	overflow: hidden;
	border: 1px solid #111;
	border-radius: 4px;
}

.lics-cart-drawer__quantity button,
.lics-cart-drawer__quantity span {
	display: grid;
	height: 32px;
	place-items: center;
	padding: 0;
	border: 0;
	background: #fff;
	color: #111;
	font-size: 15px;
	line-height: 1;
}

.lics-cart-drawer__quantity button:hover { background: #f1f3f8; }
.lics-cart-drawer__remove { padding: 0; border: 0; background: transparent; color: #6a6a6a; font-size: 12px; text-decoration: underline; }

.lics-cart-drawer__footer {
	padding: 16px 22px 20px;
	border-top: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 -8px 24px rgba(0,0,0,.05);
}

.lics-cart-drawer__shipping { margin: 0 0 10px; color: #17357f; font-size: 12px; font-weight: 800; text-align: center; text-transform: uppercase; }
.lics-cart-drawer__subtotal { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; font-size: 20px; font-weight: 800; }
.lics-cart-drawer__checkout { display: grid; min-height: 56px; place-items: center; border-radius: 4px; background: #17357f; color: #fff !important; font-size: 17px; font-weight: 800; text-transform: uppercase; }
.lics-cart-drawer__payments { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 14px; }
.lics-cart-drawer__payments .lics-payment-icon { width: 42px; height: 26px; border-color: #d9dce5; }
.lics-cart-drawer__payments .lics-payment-icon svg { height: 22px; }
.lics-cart-drawer__wallet-note { margin: 8px 0 0; color: #6b6b6b; font-size: 10px; text-align: center; }

.lics-cart-drawer__empty {
	display: grid;
	min-height: 310px;
	align-content: center;
	justify-items: center;
	padding: 40px 18px;
	text-align: center;
}

.lics-cart-drawer__empty h3 { margin: 0 0 8px; font-size: 24px; }
.lics-cart-drawer__empty p { max-width: 310px; margin: 0 0 20px; color: #666; font-size: 13px; }
.lics-cart-drawer__shop { display: grid; min-height: 48px; padding: 0 24px; place-items: center; border-radius: 4px; background: #17357f; color: #fff !important; font-weight: 700; }
.lics-cart-drawer.is-loading .lics-cart-drawer__content { opacity: .58; pointer-events: none; }

@media (max-width: 520px) {
	.lics-cart-drawer__header { min-height: 70px; padding: 14px 16px; }
	.lics-cart-drawer__header h2 { font-size: 25px; }
	.lics-cart-drawer__body { padding-inline: 16px; }
	.lics-cart-drawer__footer { padding: 14px 16px 16px; }
	.lics-cart-drawer__item { grid-template-columns: 78px minmax(0, 1fr); gap: 12px; }
	.lics-cart-drawer__image img { width: 78px; height: 78px; }
}

.lics-order-notice {
	margin-top: 16px;
	padding: 16px 18px;
	border: 1px solid #dce2f3;
	border-left: 4px solid #17357f;
	border-radius: 3px;
	background: #f7f9ff;
}

.lics-order-notice h2 { color: #17357f; }
.lics-trust-row {
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: 18px;
	padding-top: 16px;
}

.lics-trust-row li {
	padding: 32px 8px 0;
	text-align: center;
}

.lics-trust-row li::before {
	content: "✓";
	top: 0;
	left: 50%;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	border: 1px solid #17357f;
	border-radius: 50%;
	color: #17357f;
	transform: translateX(-50%);
}

.lics-trust-row li:nth-child(4) { display: none; }

.lics-purchase-accordion {
	margin-top: 18px;
	border-top: 1px solid #dfe1e7;
}

.lics-purchase-accordion details {
	border-bottom: 1px solid #dfe1e7;
}

.lics-purchase-accordion summary {
	position: relative;
	padding: 17px 28px 17px 0;
	font-weight: 700;
	cursor: pointer;
	list-style: none;
}

.lics-purchase-accordion summary::-webkit-details-marker { display: none; }
.lics-purchase-accordion summary::after {
	content: "+";
	position: absolute;
	right: 2px;
	font-size: 20px;
	font-weight: 500;
}

.lics-purchase-accordion details[open] summary::after { content: "−"; }
.lics-purchase-accordion p {
	margin: -3px 0 17px;
	color: #5a5d66;
	font-size: 13px;
}

.lics-video,
.lics-editorial__image,
.lics-detail-grid figure,
.lics-related {
	border-radius: 4px;
}

.lics-detail-grid { gap: 12px; }
.lics-info-grid p { color: rgba(255,255,255,.8); }
.lics-dimension-card { border-radius: 4px; background: #f6f7fb; }
.lics-dimension-card strong { font-family: Poppins, Arial, sans-serif; }

.lics-mobile-buy {
	background: rgba(255,255,255,.98);
}

.lics-mobile-buy button { background: #17357f; }

.lics-footer {
	padding-top: 58px;
	background: #17357f;
}

.lics-footer__brand {
	font-family: Poppins, Arial, sans-serif;
	font-weight: 700;
}

@media (max-width: 980px) {
	:root { --shell: min(100% - 32px, 920px); }
	.lics-header__inner {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		min-height: 70px;
	}
	.lics-menu-toggle {
		grid-column: 1;
		grid-row: 1;
		border: 0;
		border-radius: 0;
	}
	.lics-brand {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
	}
	.lics-header__actions {
		grid-column: 3;
		grid-row: 1;
	}
	.lics-nav {
		inset: 70px 0 auto;
	}
	.lics-product-hero__grid { grid-template-columns: 1fr; }
	.lics-purchase { position: static; }
}

@media (max-width: 640px) {
	:root { --shell: min(100% - 24px, 600px); }
	.lics-promo__inner {
		flex-direction: column;
		gap: 0;
		min-height: 68px;
		padding: 7px 44px;
		line-height: 1.3;
	}
	.lics-promo__inner strong { font-size: 15px; }
	.lics-promo__inner span {
		padding-left: 0;
		border-left: 0;
		font-size: 9px;
	}
	.lics-ticker__track {
		gap: 44px;
		padding: 7px 0;
		font-size: 11px;
	}
	.lics-header__inner { min-height: 68px; }
	.lics-nav { inset: 68px 0 auto; }
	.lics-brand__logo { max-width: 120px; max-height: 40px; }
	.lics-header__actions .lics-icon-link:first-child { display: none; }
	.lics-hero { padding: 30px 0 54px; }
	.lics-hero__grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.lics-hero__copy,
	.lics-hero__media {
		width: 100%;
		min-width: 0;
	}
	.lics-hero__copy h1 {
		font-size: clamp(2.15rem, 10.5vw, 3rem);
		overflow-wrap: normal;
		word-break: normal;
	}
	.lics-hero__media,
	.lics-hero__media img {
		width: 100%;
		min-height: 0;
		aspect-ratio: 1 / 1;
		object-fit: cover;
	}
	.lics-card__image,
	.lics-card__image img {
		width: 100%;
		min-height: 0;
	}
	.lics-product-hero {
		padding: 0 0 54px;
	}
	.lics-product-hero__grid {
		width: 100%;
		gap: 0;
	}
	.lics-product-gallery { width: 100%; }
	.lics-product-gallery .woocommerce-product-gallery__image { border-radius: 0; }
	.lics-product-gallery .woocommerce-product-gallery__image img { aspect-ratio: 1 / 1.08; }
	.lics-product-gallery .flex-control-thumbs {
		padding: 0 12px;
	}
	.lics-purchase {
		padding: 20px 18px 0;
	}
	.lics-purchase h1 { font-size: 2rem; }
	.lics-status {
		margin-bottom: 12px;
		font-size: 10px;
	}
	.lics-feature-list li { font-size: 14px; }
	.lics-trust-row li {
		padding-inline: 3px;
		font-size: 9px;
	}
	.lics-native-cart form.cart { grid-template-columns: 70px minmax(0, 1fr); }
	.lics-footer { padding-bottom: 74px; }
}



/* lics-express-reserve: reserve space for express checkout wallets so the cart layout does not jump while Apple Pay / Google Pay / Link / PayPal load */
.wc-block-cart__payment-options{min-height:228px}
.wc-block-components-express-payment__event-buttons>li{min-height:48px}
@media (max-width:781px){.wc-block-cart__payment-options{min-height:276px}}


/* lics-cky-position: keep the cookie consent box out of the homepage CTA */
.cky-consent-container.cky-box-bottom-left{left:auto !important;right:24px !important}
.cky-btn-revisit-wrapper.cky-revisit-bottom-left{left:auto !important;right:24px !important}
@media (max-width:781px){.cky-consent-container.cky-box-bottom-left{left:12px !important;right:12px !important}}


/* lics-custom-gallery: examples grid on the custom orders page */
.lics-custom-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}
.lics-custom-gallery img{width:100%;height:auto;display:block;border-radius:8px}
@media (max-width:781px){.lics-custom-gallery{grid-template-columns:repeat(2,1fr);gap:12px}}
