/*
 * LouLisa storefront UI.
 * A clean, fast-shopping presentation layer for Blocksy + WooCommerce.
 * Gutenberg, Stackable and GreenShift structure stays untouched.
 */

:root {
	--ll-accent: #d98664;
	--ll-accent-dark: #b96043;
	--ll-accent-deep: #9f4e35;
	--ll-accent-soft: #f8ece6;
	--ll-peach-soft: #faeee8;
	--ll-ink: #171717;
	--ll-muted: #686868;
	--ll-line: #dedede;
	--ll-line-soft: #ececec;
	--ll-surface: #f5f5f3;
	--ll-white: #fff;
	--ll-success: #16764a;
	--ll-radius: 8px;
	--ll-radius-lg: 14px;
	--ll-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	--ll-ease: cubic-bezier(.2, .8, .2, 1);
}

html {
	scroll-behavior: smooth;
}

body.loulisa-highend {
	color: var(--ll-ink);
	background: var(--ll-white);
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.55;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.loulisa-highend::before {
	display: none;
}

body.loulisa-highend ::selection {
	color: var(--ll-white);
	background: var(--ll-accent);
}

body.loulisa-highend a {
	text-decoration-thickness: .08em;
	text-underline-offset: .18em;
}

body.loulisa-highend h1,
body.loulisa-highend h2,
body.loulisa-highend h3,
body.loulisa-highend h4,
body.loulisa-highend .page-title,
body.loulisa-highend .entry-title,
body.loulisa-highend .product_title,
body.loulisa-highend .woocommerce-loop-product__title {
	color: var(--ll-ink);
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: -.035em;
}

body.loulisa-highend h1,
body.loulisa-highend .page-title,
body.loulisa-highend .product_title {
	line-height: 1.06;
}

/* Century Gothic is the site-wide typeface; icon fonts keep their glyphs. */
body.loulisa-highend :is(
	.entry-content,
	.site-header,
	.site-footer,
	.woocommerce,
	.ct-panel,
	.ct-header,
	.wp-block-button,
	.gspb_button_wrapper,
	.stk-block,
	input,
	select,
	textarea,
	button
) {
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
}

/* Century Gothic is the standard LouLisa typeface. Use Brush Script only for
 * intentional atmosphere headings, never for body copy or product data. */
body.loulisa-highend .ll-script,
body.loulisa-highend.home .stk-c0e0183 h2 {
	font-family: "Brush Script MT", "Brush Script Std", cursive !important;
	font-weight: 400 !important;
	letter-spacing: .01em !important;
}

body.loulisa-highend .ll-footer-legal {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 18px 20px 24px;
	border-top: 1px solid var(--ll-line-soft);
	color: var(--ll-muted);
	font-size: 12px;
}

body.loulisa-highend .ll-footer-legal a {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.loulisa-highend .ll-footer-legal a:hover {
	color: var(--ll-accent-dark);
}

/* The concise legal navigation below the footer replaces Blocksy's duplicate
 * full page menu. Keep the logo and store details, then use two balanced
 * columns on desktop. */
body.loulisa-highend #footer [data-column="menu"] {
	display: none !important;
}

@media (min-width: 1000px) {
	body.loulisa-highend #footer [data-row="middle"] .ct-container {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

body.loulisa-highend footer nav > ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 22px;
	margin: 0;
}

body.loulisa-highend footer nav > ul > li {
	margin: 0;
}

body.loulisa-highend p {
	color: inherit;
}

body.loulisa-highend .ct-container,
body.loulisa-highend [data-vertical-spacing*="top:bottom"] {
	--container-width-base: min(1280px, calc(100vw - 40px));
}

/* Header: clear hierarchy and a search-first shopping flow. */
body.loulisa-highend #header,
body.loulisa-highend [data-header*="type-1"] {
	position: relative;
	z-index: 50;
	background: var(--ll-white);
}

body.loulisa-highend [data-row*="top"] {
	background: var(--ll-surface);
	border: 0;
	font-size: 12px;
}

body.loulisa-highend [data-row*="middle"] {
	background: var(--ll-white);
	border-bottom: 1px solid var(--ll-line-soft);
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.loulisa-highend [data-row*="bottom"] {
	background: var(--ll-white);
	border-bottom: 1px solid var(--ll-line);
	box-shadow: none;
	backdrop-filter: none;
	-webkit-backdrop-filter: none;
}

body.loulisa-highend .site-logo-container img,
body.loulisa-highend .site-logo-container svg {
	filter: none;
}

body.loulisa-highend [data-id="menu"] > ul {
	gap: clamp(12px, 1.7vw, 28px);
}

body.loulisa-highend [data-id="menu"] > ul > li > a,
body.loulisa-highend .mobile-menu a {
	position: relative;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.01em;
	text-transform: none;
}

body.loulisa-highend [data-id="menu"] > ul > li > a::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 13px;
	left: 0;
	height: 3px;
	background: var(--ll-accent);
	transform: scaleX(0);
	transform-origin: center;
	transition: transform .18s ease;
}

body.loulisa-highend [data-id="menu"] > ul > li:hover > a::after,
body.loulisa-highend [data-id="menu"] > ul > li.current-menu-item > a::after,
body.loulisa-highend [data-id="menu"] > ul > li.current-menu-ancestor > a::after {
	transform: scaleX(1);
}

body.loulisa-highend [data-id="cart"],
body.loulisa-highend [data-id="account"],
body.loulisa-highend [data-id="wish-list"],
body.loulisa-highend [data-id="search"] {
	transition: color .18s ease, background-color .18s ease;
}

body.loulisa-highend [data-id="cart"]:hover,
body.loulisa-highend [data-id="account"]:hover,
body.loulisa-highend [data-id="wish-list"]:hover {
	color: var(--ll-accent);
}

/* Language selector, placed by the header script immediately after wishlist. */
body.loulisa-highend #gt_float_wrapper.ll-header-language {
	position: relative !important;
	top: auto !important;
	right: auto !important;
	bottom: auto !important;
	left: auto !important;
	display: inline-flex;
	align-items: center;
	margin: 0 8px 0 0;
	z-index: 30 !important;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_float_switcher {
	display: inline-block;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	color: var(--ll-ink);
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-size: 11px;
	line-height: 1;
	overflow: visible;
	opacity: 1 !important;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_float_switcher img {
	display: block;
	width: 16px;
	height: 11px;
	object-fit: cover;
	border-radius: 1px;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt-selected {
	border-radius: 0;
	background: transparent;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt-selected .gt-current-lang {
	display: flex;
	align-items: center;
	gap: 3px;
	padding: 8px 2px;
	color: var(--ll-ink);
	font-weight: 800;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt-selected .gt-current-lang span.gt-lang-code {
	top: auto;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_options {
	position: absolute;
	top: calc(100% + 8px);
	right: auto;
	left: 0;
	min-width: 112px;
	border: 1px solid rgba(113, 89, 79, .16);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(49, 31, 25, .14);
	background: #fff;
	transform: translateY(-8px);
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_options.gt-open {
	transform: translateY(0);
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_options a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 13px;
	color: var(--ll-ink);
	font-size: 12px;
	font-weight: 700;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .ll-language-code {
	min-width: 26px;
}

body.loulisa-highend #gt_float_wrapper.ll-header-language .gt_options a:hover {
	background: var(--ll-peach-soft);
	color: var(--ll-accent-deep);
}

@media (max-width: 689px) {
	body.loulisa-highend #gt_float_wrapper.ll-header-language {
		margin-right: 4px;
	}

	body.loulisa-highend #gt_float_wrapper.ll-header-language .gt-selected .gt-current-lang {
		padding: 7px 8px;
		font-size: 10px;
	}
}

@media (min-width: 1000px) {
	body.loulisa-highend [data-id="search"],
	body.loulisa-highend .ct-header-search {
		display: flex;
		align-items: center;
		min-width: clamp(230px, 26vw, 420px);
		min-height: 46px;
		padding: 0 16px;
		border-radius: var(--ll-radius);
		background: #f1f1f1;
		color: var(--ll-muted);
	}

	body.loulisa-highend .ct-header-search::before {
		content: "Waar ben je naar op zoek?";
		margin-right: auto;
		font-size: 14px;
		font-weight: 500;
	}

	body.loulisa-highend .ct-header-search:hover {
		background: #e9e9e9;
		color: var(--ll-ink);
	}
}

/* Buttons: unmistakable primary actions. */
body.loulisa-highend .button,
body.loulisa-highend button,
body.loulisa-highend input[type="submit"],
body.loulisa-highend .wp-element-button,
body.loulisa-highend .ct-button,
body.loulisa-highend .added_to_cart,
body.loulisa-highend .single_add_to_cart_button {
	min-height: 46px;
	padding: 11px 20px;
	border: 2px solid var(--ll-accent) !important;
	border-radius: var(--ll-radius);
	background: var(--ll-accent) !important;
	box-shadow: none;
	color: var(--ll-white) !important;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease;
}

body.loulisa-highend .button:hover,
body.loulisa-highend button:hover,
body.loulisa-highend input[type="submit"]:hover,
body.loulisa-highend .wp-element-button:hover,
body.loulisa-highend .ct-button:hover,
body.loulisa-highend .single_add_to_cart_button:hover {
	border-color: var(--ll-accent-dark) !important;
	background: var(--ll-accent-dark) !important;
	box-shadow: none;
	transform: none;
}

body.loulisa-highend .button.product_type_variable,
body.loulisa-highend .button.product_type_simple.add_to_cart_button {
	min-height: 42px;
	padding: 9px 14px;
}

body.loulisa-highend .button.is-outline,
body.loulisa-highend .wp-block-button.is-style-outline .wp-element-button,
body.loulisa-highend .ct-button-ghost {
	background: transparent !important;
	color: var(--ll-accent) !important;
}

body.loulisa-highend .button.is-outline:hover,
body.loulisa-highend .wp-block-button.is-style-outline .wp-element-button:hover,
body.loulisa-highend .ct-button-ghost:hover {
	background: var(--ll-accent) !important;
	color: var(--ll-white) !important;
}

/* Existing page-builder blocks: flat, editorial and easy to scan. */
body.loulisa-highend .entry-content > .alignfull:first-child {
	position: relative;
	overflow: hidden;
}

body.loulisa-highend .entry-content > .alignfull:first-child::after {
	display: none;
}

body.loulisa-highend .stk-block-heading__text,
body.loulisa-highend .wp-block-heading {
	text-wrap: balance;
}

body.loulisa-highend .gspb_button_wrapper .gspb-buttonbox,
body.loulisa-highend .stk-button {
	border-radius: var(--ll-radius) !important;
}

body.loulisa-highend .stk-block-column__content,
body.loulisa-highend .gspb_container {
	transition: none;
}

body.loulisa-highend .wp-block-image img,
body.loulisa-highend .stk-img-wrapper img,
body.loulisa-highend .gspb_image img {
	border-radius: 0;
	box-shadow: none;
}

/* Homepage: keep the original hero typography and block positioning. */
body.loulisa-highend.home .stk-4b2072e {
	max-width: 480px;
	margin-top: 24px !important;
	margin-bottom: 28px !important;
}

body.loulisa-highend.home .stk-4b2072e .stk-block-subtitle__text {
	color: var(--ll-ink) !important;
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif !important;
	font-size: clamp(16px, 1.4vw, 19px) !important;
	font-weight: 500 !important;
	line-height: 1.55 !important;
}

body.loulisa-highend.home #gspb_row-id-gsbp-f97b7695-529e {
	background: var(--ll-surface) !important;
}

body.loulisa-highend.home .gspb_heading {
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-weight: 800;
	letter-spacing: -.035em;
}

body.loulisa-highend.home #gspb_row-id-gsbp-23f502c4-b211 {
	background: var(--ll-accent) !important;
}

body.loulisa-highend.home #gspb_row-id-gsbp-23f502c4-b211 .gspb_backgroundOverlay {
	display: none;
}

/* Shop archive. */
body.loulisa-highend.woocommerce-shop .hero-section,
body.loulisa-highend.post-type-archive-product .hero-section,
body.loulisa-highend.tax-product_cat .hero-section {
	margin-bottom: clamp(24px, 4vw, 48px);
	border-bottom: 0;
	border-radius: 0;
	background: var(--ll-accent-soft);
}

body.loulisa-highend.woocommerce-shop .page-title,
body.loulisa-highend.post-type-archive-product .page-title,
body.loulisa-highend.tax-product_cat .page-title {
	font-size: clamp(36px, 5vw, 64px);
	line-height: 1;
}

body.loulisa-highend .woocommerce-result-count,
body.loulisa-highend .woocommerce-ordering,
body.loulisa-highend .woocommerce-notices-wrapper {
	margin-bottom: 20px;
}

body.loulisa-highend .woocommerce-result-count {
	color: var(--ll-muted);
	font-size: 14px;
	font-weight: 500;
}

body.loulisa-highend .woocommerce-ordering select,
body.loulisa-highend select,
body.loulisa-highend .ct-select-input {
	min-height: 44px;
	border: 1px solid var(--ll-line);
	border-radius: var(--ll-radius);
	background-color: var(--ll-white);
	box-shadow: none;
}

body.loulisa-highend ul.products {
	gap: clamp(22px, 2.4vw, 34px) clamp(12px, 1.8vw, 24px) !important;
}

body.loulisa-highend ul.products li.product,
body.loulisa-highend .products .product,
body.loulisa-highend .wc-block-grid__product {
	position: relative;
	overflow: visible;
	padding: 0 0 14px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
	transition: none;
}

body.loulisa-highend ul.products li.product::before,
body.loulisa-highend .products .product::before,
body.loulisa-highend .wc-block-grid__product::before {
	display: none;
}

body.loulisa-highend ul.products li.product:hover,
body.loulisa-highend .products .product:hover,
body.loulisa-highend .wc-block-grid__product:hover {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

body.loulisa-highend ul.products li.product .ct-image-container,
body.loulisa-highend ul.products li.product .woocommerce-loop-product__link,
body.loulisa-highend .wc-block-grid__product-image {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--ll-radius);
	background: var(--ll-surface);
}

body.loulisa-highend ul.products li.product img,
body.loulisa-highend .products .product img,
body.loulisa-highend .wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: var(--ll-radius);
	transform: scale(1);
	transition: transform .3s var(--ll-ease);
}

body.loulisa-highend ul.products li.product:hover img,
body.loulisa-highend .products .product:hover img,
body.loulisa-highend .wc-block-grid__product:hover img {
	filter: none;
	transform: scale(1.025);
}

body.loulisa-highend .woocommerce-loop-product__title,
body.loulisa-highend .wc-block-grid__product-title {
	position: relative;
	z-index: 1;
	margin: 13px 0 6px;
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	letter-spacing: -.015em;
}

body.loulisa-highend .price,
body.loulisa-highend .wc-block-grid__product-price {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: baseline;
	gap: 7px;
	color: var(--ll-ink) !important;
	font-size: 18px;
	font-weight: 800;
}

body.loulisa-highend .price del {
	color: var(--ll-muted);
	font-size: .8em;
	font-weight: 500;
}

body.loulisa-highend .price ins {
	color: var(--ll-accent-dark);
	text-decoration: none;
}

body.loulisa-highend ul.products li.product .button,
body.loulisa-highend .wc-block-grid__product .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 12px;
}

body.loulisa-highend .onsale,
body.loulisa-highend .out-of-stock-badge,
body.loulisa-highend .ct-woo-badge {
	border-radius: 4px;
	background: var(--ll-accent) !important;
	box-shadow: none;
	color: var(--ll-white) !important;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: lowercase;
}

body.loulisa-highend .star-rating,
body.loulisa-highend .wc-block-grid__product-rating {
	color: #f2b01e;
}

/* Shop perfection pass: high-density browsing with effortless purchase actions. */
body.loulisa-highend.woocommerce-shop .site-main,
body.loulisa-highend.post-type-archive-product .site-main,
body.loulisa-highend.tax-product_cat .site-main,
body.loulisa-highend.tax-product_tag .site-main {
	padding-bottom: clamp(60px, 8vw, 120px);
}

body.loulisa-highend .ll-shop-categories {
	display: flex;
	gap: 9px;
	width: 100%;
	margin: 0 0 24px;
	padding: 2px 0 8px;
	overflow-x: auto;
	scrollbar-width: thin;
	scroll-snap-type: x proximity;
}

body.loulisa-highend .ll-shop-categories a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 7px;
	min-height: 42px;
	padding: 9px 16px;
	border: 1px solid var(--ll-line);
	border-radius: 999px;
	background: var(--ll-white);
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	scroll-snap-align: start;
	transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

body.loulisa-highend .ll-shop-categories a:hover,
body.loulisa-highend .ll-shop-categories a.is-active {
	border-color: var(--ll-ink);
	background: var(--ll-ink);
	color: var(--ll-white);
}

body.loulisa-highend .ll-shop-categories small {
	display: inline-grid;
	place-items: center;
	min-width: 21px;
	height: 21px;
	padding: 0 5px;
	border-radius: 99px;
	background: rgba(127, 127, 127, .14);
	font-size: 10px;
	font-weight: 800;
}

/* A category reveals only its immediate next level, keeping the journey calm. */
body.loulisa-highend .ll-shop-subcategories {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	margin: -14px 0 28px;
	padding: 0 0 4px;
	overflow-x: auto;
	scrollbar-width: thin;
}

body.loulisa-highend .ll-shop-subcategories__label {
	flex: 0 0 auto;
	color: var(--ll-muted);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.loulisa-highend .ll-shop-subcategories a {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 6px;
	min-height: 34px;
	padding: 7px 12px;
	border: 1px solid rgba(113, 89, 79, .2);
	border-radius: 999px;
	background: rgba(247, 221, 207, .34);
	color: var(--ll-ink);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color .18s ease, border-color .18s ease;
}

body.loulisa-highend .ll-shop-subcategories a:hover,
body.loulisa-highend .ll-shop-subcategories a:focus-visible {
	border-color: var(--ll-accent);
	background: var(--ll-peach-soft);
}

body.loulisa-highend .ll-shop-subcategories small {
	display: inline-grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border-radius: 99px;
	background: rgba(113, 89, 79, .12);
	font-size: 9px;
}

body.loulisa-highend .ll-shop-subcategories.is-overflow:not(.is-expanded) a:nth-of-type(n + 8) {
	display: none;
}

body.loulisa-highend .ll-subcategories-more {
	flex: 0 0 auto;
	min-height: 34px;
	padding: 7px 12px;
	border: 0 !important;
	background: transparent !important;
	color: var(--ll-accent-dark) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.loulisa-highend .ll-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 66px;
	margin-bottom: 28px;
	padding: 10px 12px 10px 18px;
	border: 1px solid var(--ll-line-soft);
	border-radius: 12px;
	background: var(--ll-surface);
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-result-count,
body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
	min-width: 210px;
	background-color: var(--ll-white);
}

body.loulisa-highend.woocommerce ul.products,
body.loulisa-highend .woocommerce ul.products,
body.loulisa-highend ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: clamp(30px, 3vw, 48px) clamp(14px, 1.8vw, 26px) !important;
}

body.loulisa-highend.woocommerce ul.products::before,
body.loulisa-highend.woocommerce ul.products::after,
body.loulisa-highend .woocommerce ul.products::before,
body.loulisa-highend .woocommerce ul.products::after {
	display: none !important;
}

body.loulisa-highend ul.products li.product,
body.loulisa-highend .products .product,
body.loulisa-highend .wc-block-grid__product {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	padding: 10px 10px 12px;
	border: 1px solid transparent;
	border-radius: 16px;
	background: var(--ll-white);
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s var(--ll-ease);
}

body.loulisa-highend ul.products li.product:hover,
body.loulisa-highend .products .product:hover,
body.loulisa-highend .wc-block-grid__product:hover {
	border-color: var(--ll-line-soft);
	box-shadow: 0 14px 38px rgba(28, 22, 18, .08);
	transform: translateY(-2px);
}

body.loulisa-highend ul.products li.product .ct-image-container,
body.loulisa-highend ul.products li.product .woocommerce-loop-product__link,
body.loulisa-highend .wc-block-grid__product-image {
	width: 100%;
	border-radius: 11px;
	background: #f4f3f1;
}

body.loulisa-highend ul.products li.product img,
body.loulisa-highend .products .product img,
body.loulisa-highend .wc-block-grid__product-image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	padding: clamp(8px, 1.3vw, 18px);
	border-radius: 11px;
	object-fit: contain;
}

body.loulisa-highend .woocommerce-loop-product__title,
body.loulisa-highend .wc-block-grid__product-title {
	display: -webkit-box;
	min-height: 2.7em;
	margin: 14px 2px 7px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.loulisa-highend ul.products li.product .price,
body.loulisa-highend .wc-block-grid__product-price {
	margin: 0 2px;
	font-size: 19px;
	font-weight: 850;
	letter-spacing: -.03em;
}

body.loulisa-highend .ll-product-status {
	display: flex;
	align-items: center;
	gap: 7px;
	min-height: 21px;
	margin: 7px 2px 12px;
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 650;
	line-height: 1.25;
}

body.loulisa-highend .ll-product-status > span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 3px color-mix(in srgb, currentColor 12%, transparent);
}

body.loulisa-highend .ll-product-status.is-available {
	color: var(--ll-success);
}

body.loulisa-highend .ll-product-status.is-unavailable {
	color: #9a4b42;
}

body.loulisa-highend .ll-product-status.has-options {
	color: #77572d;
}

body.loulisa-highend ul.products li.product .button,
body.loulisa-highend .wc-block-grid__product .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: 100%;
	min-height: 46px;
	margin: auto 0 0;
	padding: 10px 13px;
	border-radius: 9px;
	font-size: 13px;
	line-height: 1.1;
}

body.loulisa-highend .ll-cart-icon {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
}

body.loulisa-highend .ll-button-arrow {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	transition: transform .18s ease;
}

body.loulisa-highend .ll-choose-options {
	border-color: var(--ll-ink) !important;
	background: var(--ll-white) !important;
	color: var(--ll-ink) !important;
}

body.loulisa-highend .ll-choose-options:hover {
	background: var(--ll-ink) !important;
	color: var(--ll-white) !important;
}

body.loulisa-highend .ll-choose-options:hover .ll-button-arrow {
	transform: translateX(3px);
}

body.loulisa-highend .ll-sold-out {
	border-color: #dedbd8 !important;
	background: #efeeec !important;
	color: #777 !important;
}

body.loulisa-highend .ll-quick-add.is-confirmed {
	border-color: var(--ll-success) !important;
	background: var(--ll-success) !important;
}

body.loulisa-highend .ll-quick-add.loading .ll-cart-icon {
	opacity: .3;
}

body.loulisa-highend .ll-cart-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 99999;
	display: grid;
	grid-template-columns: 34px 1fr auto;
	align-items: center;
	gap: 12px;
	max-width: min(440px, calc(100vw - 32px));
	padding: 14px 15px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 12px;
	background: #171717;
	box-shadow: 0 18px 60px rgba(0, 0, 0, .22);
	color: var(--ll-white);
	opacity: 0;
	pointer-events: none;
	transform: translateY(14px);
	transition: opacity .22s ease, transform .22s var(--ll-ease);
}

body.loulisa-highend .ll-cart-toast.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

body.loulisa-highend .ll-cart-toast__check {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--ll-success);
	font-weight: 900;
}

body.loulisa-highend .ll-cart-toast__text {
	font-size: 13px;
	font-weight: 700;
}

body.loulisa-highend .ll-cart-toast__link {
	color: var(--ll-white);
	font-size: 12px;
	font-weight: 800;
	white-space: nowrap;
}

body.loulisa-highend .woocommerce-pagination {
	margin-top: clamp(42px, 6vw, 76px);
}

body.loulisa-highend .woocommerce-pagination .page-numbers {
	border-radius: 8px;
}

/* Calm catalogue grid: image-led, compact and intentionally retail-like. */
body.loulisa-highend.woocommerce-shop .hero-section,
body.loulisa-highend.post-type-archive-product .hero-section,
body.loulisa-highend.tax-product_cat .hero-section {
	margin-bottom: 0;
	background: transparent;
}

body.loulisa-highend.woocommerce-shop .hero-section .page-title,
body.loulisa-highend.post-type-archive-product .hero-section .page-title,
body.loulisa-highend.tax-product_cat .hero-section .page-title {
	font-size: clamp(36px, 4vw, 54px);
	font-weight: 850;
	letter-spacing: -.055em;
}

body.loulisa-highend .ll-shop-toolbar {
	min-height: 54px;
	margin-bottom: clamp(26px, 3vw, 38px);
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-result-count {
	color: #3c3c3c;
	font-size: 15px;
	font-weight: 500;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering::before {
	content: "Sorteer op:";
	color: #3c3c3c;
	font-size: 15px;
	font-weight: 500;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
	min-width: 235px;
	min-height: 48px;
	padding-inline: 14px 40px;
	border-color: #c9c9c9;
	border-radius: 9px;
	font-size: 15px;
	font-weight: 650;
}

body.loulisa-highend.woocommerce ul.products,
body.loulisa-highend .woocommerce ul.products,
body.loulisa-highend ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: clamp(54px, 6vw, 82px) clamp(18px, 2.3vw, 34px) !important;
}

@media (min-width: 1500px) {
	body.loulisa-highend.woocommerce ul.products,
	body.loulisa-highend .woocommerce ul.products,
	body.loulisa-highend ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

body.loulisa-highend ul.products li.product,
body.loulisa-highend .products .product,
body.loulisa-highend .wc-block-grid__product {
	min-height: 0;
	padding: 0 0 66px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.loulisa-highend ul.products li.product:hover,
body.loulisa-highend .products .product:hover,
body.loulisa-highend .wc-block-grid__product:hover {
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

body.loulisa-highend ul.products li.product .ct-image-container,
body.loulisa-highend ul.products li.product .woocommerce-loop-product__link,
body.loulisa-highend .wc-block-grid__product-image {
	border-radius: 8px;
	background: #f1f1f1;
}

body.loulisa-highend ul.products li.product img,
body.loulisa-highend .products .product img,
body.loulisa-highend .wc-block-grid__product-image img {
	aspect-ratio: 4 / 5;
	padding: 0;
	border-radius: 8px;
	object-fit: contain;
	transform: none;
}

body.loulisa-highend ul.products li.product:hover img,
body.loulisa-highend .products .product:hover img,
body.loulisa-highend .wc-block-grid__product:hover img {
	transform: none;
}

body.loulisa-highend .woocommerce-loop-product__title,
body.loulisa-highend .wc-block-grid__product-title {
	min-height: 2.8em;
	margin: 16px 0 0;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.38;
	letter-spacing: -.02em;
}

body.loulisa-highend ul.products li.product .price,
body.loulisa-highend .wc-block-grid__product-price {
	min-height: 1.35em;
	margin: 24px 0 0;
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.065em;
}

body.loulisa-highend .price del {
	position: absolute;
	margin-top: -18px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: -.03em;
}

body.loulisa-highend .ll-product-status {
	display: none;
}

body.loulisa-highend ul.products li.product .ll-quick-add {
	position: absolute;
	right: 0;
	bottom: 4px;
	display: inline-grid;
	place-items: center;
	width: 42px !important;
	min-width: 42px;
	height: 42px;
	min-height: 42px;
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--ll-accent) !important;
	color: var(--ll-ink) !important;
	box-shadow: none;
}

body.loulisa-highend ul.products li.product .ll-quick-add:hover {
	background: var(--ll-accent-dark) !important;
	color: var(--ll-white) !important;
	transform: scale(1.05);
}

body.loulisa-highend ul.products li.product .ll-quick-add .ll-button-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

body.loulisa-highend ul.products li.product .ll-quick-add .ll-cart-icon {
	width: 21px;
	height: 21px;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed .ll-cart-icon {
	display: none;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed::after {
	content: "✓";
	font-size: 19px;
	font-weight: 900;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed {
	background: var(--ll-success) !important;
	color: var(--ll-white) !important;
}

body.loulisa-highend ul.products li.product .ll-choose-options,
body.loulisa-highend ul.products li.product .ll-sold-out {
	position: static;
	width: 100%;
	margin: 22px 0 0;
	border-radius: 8px;
}

body.loulisa-highend ul.products li.product .onsale,
body.loulisa-highend ul.products li.product .ct-woo-badge {
	border-radius: 4px;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: lowercase;
}

body.loulisa-highend ul.products li.product .ct-wish-list,
body.loulisa-highend ul.products li.product .ct-wishlist-button {
	border-radius: 50%;
	background: var(--ll-white);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
}

/* Actual catalogue markup: remove the old widget rail and split image from copy. */
body.loulisa-highend.woocommerce-shop .ct-container > .ct-sidebar,
body.loulisa-highend.post-type-archive-product .ct-container > .ct-sidebar,
body.loulisa-highend.tax-product_cat .ct-container > .ct-sidebar,
body.loulisa-highend.woocommerce-shop .ct-container > aside,
body.loulisa-highend.post-type-archive-product .ct-container > aside,
body.loulisa-highend.tax-product_cat .ct-container > aside {
	display: none !important;
}

body.loulisa-highend.woocommerce-shop .ct-container:has(> aside),
body.loulisa-highend.post-type-archive-product .ct-container:has(> aside),
body.loulisa-highend.tax-product_cat .ct-container:has(> aside) {
	--grid-template-columns: minmax(0, 1fr) !important;
	grid-template-columns: minmax(0, 1fr) !important;
}

body.loulisa-highend.woocommerce-shop .ct-container > .site-main,
body.loulisa-highend.post-type-archive-product .ct-container > .site-main,
body.loulisa-highend.tax-product_cat .ct-container > .site-main {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering::before {
	content: none;
}

body.loulisa-highend ul.products li.product .ll-card-media {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	background: #f2f2f2;
	text-decoration: none;
}

body.loulisa-highend ul.products li.product .ll-card-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	padding: 0;
	border-radius: 8px;
	background: #f2f2f2;
	object-fit: contain;
}

body.loulisa-highend ul.products li.product .ll-card-media .onsale {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	border-radius: 0 4px 0 0;
	background: var(--ll-accent) !important;
}

body.loulisa-highend ul.products li.product .ll-card-content {
	min-height: 121px;
	padding-top: 16px;
}

body.loulisa-highend ul.products li.product .ll-card-title {
	display: -webkit-box;
	min-height: 2.75em;
	overflow: hidden;
	background: transparent !important;
	color: var(--ll-ink) !important;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.38;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.loulisa-highend ul.products li.product .ll-card-title:hover {
	color: var(--ll-accent-dark) !important;
	text-decoration: underline;
}

body.loulisa-highend ul.products li.product .ll-card-price .price {
	position: relative;
	display: inline-flex;
	min-height: 1.35em;
	margin: 24px 0 0;
	background: transparent;
	color: var(--ll-ink) !important;
	font-size: clamp(23px, 2vw, 31px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.065em;
}

body.loulisa-highend ul.products li.product .ll-card-price .price del {
	position: absolute;
	top: -18px;
	left: 0;
	margin: 0;
	white-space: nowrap;
}

body.loulisa-highend ul.products li.product .ll-card-price .price ins {
	color: var(--ll-accent-dark);
}

/* Blocksy's legacy card is emitted after the WooCommerce hooks. The clean
 * LouLisa card above is the only visible archive-card presentation. */
body.loulisa-highend.woocommerce-shop ul.products li.product:has(> .ll-card-media) > figure,
body.loulisa-highend.post-type-archive-product ul.products li.product:has(> .ll-card-media) > figure,
body.loulisa-highend.tax-product_cat ul.products li.product:has(> .ll-card-media) > figure,
body.loulisa-highend.woocommerce-shop ul.products li.product:has(> .ll-card-media) > h2.woocommerce-loop-product__title,
body.loulisa-highend.post-type-archive-product ul.products li.product:has(> .ll-card-media) > h2.woocommerce-loop-product__title,
body.loulisa-highend.tax-product_cat ul.products li.product:has(> .ll-card-media) > h2.woocommerce-loop-product__title,
body.loulisa-highend.woocommerce-shop ul.products li.product:has(> .ll-card-media) > .price,
body.loulisa-highend.post-type-archive-product ul.products li.product:has(> .ll-card-media) > .price,
body.loulisa-highend.tax-product_cat ul.products li.product:has(> .ll-card-media) > .price,
body.loulisa-highend.woocommerce-shop ul.products li.product:has(> .ll-card-media) > .ct-card-variation-swatches,
body.loulisa-highend.post-type-archive-product ul.products li.product:has(> .ll-card-media) > .ct-card-variation-swatches,
body.loulisa-highend.tax-product_cat ul.products li.product:has(> .ll-card-media) > .ct-card-variation-swatches {
	display: none !important;
}

/* Archive heading and toolbar: one clear scan line, with the sort control
 * aligned to the far edge of the product grid. */
body.loulisa-highend.woocommerce-shop .woo-listing-top,
body.loulisa-highend.post-type-archive-product .woo-listing-top,
body.loulisa-highend.tax-product_cat .woo-listing-top {
	display: flex;
	flex-wrap: wrap !important;
	align-items: center;
	width: 100%;
}

body.loulisa-highend .ll-shop-title {
	flex: 0 0 100%;
	margin: 0 0 22px;
}

body.loulisa-highend .ll-shop-title h1 {
	margin: 0;
	font-size: clamp(38px, 4vw, 54px);
	font-weight: 850;
	line-height: .95;
	letter-spacing: -.06em;
}

body.loulisa-highend .ll-shop-toolbar {
	flex: 1 0 100% !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 48px;
	margin-bottom: clamp(28px, 3.4vw, 42px);
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-result-count {
	font-size: 14px;
	font-weight: 500;
}

body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
	min-width: 220px;
	min-height: 46px;
}

/* Keep the product photos in their native square canvas. The former 4:5
 * image box created visible grey strips above and below the catalogue photos. */
body.loulisa-highend ul.products li.product:has(> .ll-card-media) {
	padding-bottom: 0;
}

body.loulisa-highend ul.products li.product .ll-card-media {
	aspect-ratio: 1 / 1;
	background: #f5f5f5;
}

body.loulisa-highend ul.products li.product .ll-card-media img {
	height: 100%;
	aspect-ratio: auto;
	background: transparent;
	object-fit: contain;
}

body.loulisa-highend ul.products li.product .ll-card-content {
	position: relative;
	min-height: 105px;
	padding: 14px 60px 0 0;
}

body.loulisa-highend ul.products li.product .ll-card-price {
	display: flex;
	align-items: baseline;
	gap: 9px;
	min-height: 42px;
	margin-top: 16px;
	color: var(--ll-ink);
}

body.loulisa-highend ul.products li.product .ll-price-prefix {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .01em;
}

body.loulisa-highend ul.products li.product .ll-price-value {
	display: inline-flex;
	align-items: flex-start;
	font-size: clamp(32px, 2.45vw, 42px);
	font-weight: 900;
	line-height: .82;
	letter-spacing: -.095em;
}

body.loulisa-highend ul.products li.product .ll-price-cents {
	margin: -.08em 0 0 1px;
	font-size: .56em;
	font-weight: 900;
	letter-spacing: -.06em;
	line-height: 1;
}

body.loulisa-highend ul.products li.product .ll-price-was {
	position: absolute;
	bottom: calc(100% + 4px);
	left: 0;
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0;
}

body.loulisa-highend ul.products li.product .ll-quick-add {
	right: 0;
	bottom: 0;
}

body.loulisa-highend ul.products li.product .ll-choose-options,
body.loulisa-highend ul.products li.product .ll-sold-out {
	margin-top: 16px;
}

/* Filters. */
body.loulisa-highend .ct-sidebar,
body.loulisa-highend aside[data-type="type-2"],
body.loulisa-highend .woocommerce .widget {
	border-radius: 0;
}

body.loulisa-highend .ct-sidebar .widget,
body.loulisa-highend .woocommerce .widget {
	padding: 18px 0;
	border: 0;
	border-bottom: 1px solid var(--ll-line);
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.loulisa-highend .widget-title,
body.loulisa-highend .ct-widget-title {
	color: var(--ll-ink);
	font-size: 15px;
	font-weight: 800;
	letter-spacing: -.01em;
	text-transform: none;
}

/* Single product: product and purchase action above everything else. */
body.loulisa-highend.single-product .woocommerce-product-gallery,
body.loulisa-highend.single-product .entry-summary,
body.loulisa-highend.single-product .summary {
	border-radius: 0;
}

body.loulisa-highend.single-product .woocommerce-product-gallery {
	overflow: hidden;
	padding: 0;
	border: 0;
	background: var(--ll-surface);
	box-shadow: none;
}

body.loulisa-highend.single-product .woocommerce-product-gallery__image,
body.loulisa-highend.single-product .woocommerce-product-gallery__image img {
	border-radius: 0;
}

body.loulisa-highend.single-product .summary,
body.loulisa-highend.single-product .entry-summary {
	padding: clamp(8px, 2vw, 28px);
	border: 0;
	background: var(--ll-white);
	box-shadow: none;
}

body.loulisa-highend.single-product .product_title {
	margin-bottom: 12px;
	font-size: clamp(32px, 4vw, 52px);
}

body.loulisa-highend.single-product .summary .price {
	margin: 6px 0 18px;
	font-size: clamp(24px, 3vw, 32px);
}

body.loulisa-highend.single-product .woocommerce-product-details__short-description {
	color: var(--ll-muted);
	font-size: 16px;
	line-height: 1.65;
}

body.loulisa-highend.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend .quantity input.qty {
	min-height: 48px;
	border: 1px solid var(--ll-line);
	border-radius: var(--ll-radius);
	background: var(--ll-white);
	box-shadow: none;
}

body.loulisa-highend.single-product .single_add_to_cart_button {
	min-height: 50px;
	padding-inline: 28px;
}

body.loulisa-highend.single-product .product_meta {
	margin-top: 22px;
	padding-top: 16px;
	border-top: 1px solid var(--ll-line);
	color: var(--ll-muted);
	font-size: 13px;
}

body.loulisa-highend.single-product .woocommerce-tabs,
body.loulisa-highend.single-product .ct-accordion,
body.loulisa-highend.single-product .related.products,
body.loulisa-highend.single-product .upsells.products {
	margin-top: clamp(34px, 5vw, 64px);
}

body.loulisa-highend.single-product .woocommerce-tabs {
	padding: 0;
	border: 0;
	border-top: 1px solid var(--ll-line);
	border-radius: 0;
	background: var(--ll-white);
	box-shadow: none;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs {
	border-bottom-color: var(--ll-line);
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li a {
	color: var(--ll-muted);
	font-weight: 700;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li.active a {
	color: var(--ll-accent-dark);
}

/* Cart, checkout and account. */
body.loulisa-highend .woocommerce-cart-form,
body.loulisa-highend .cart_totals,
body.loulisa-highend #customer_details,
body.loulisa-highend #order_review,
body.loulisa-highend .woocommerce-MyAccount-navigation,
body.loulisa-highend .woocommerce-MyAccount-content,
body.loulisa-highend .woocommerce-form-login,
body.loulisa-highend .woocommerce-form-register {
	border: 1px solid var(--ll-line);
	border-radius: var(--ll-radius-lg);
	background: var(--ll-white);
	box-shadow: none;
}

body.loulisa-highend .woocommerce-cart-form,
body.loulisa-highend .cart_totals,
body.loulisa-highend #order_review,
body.loulisa-highend .woocommerce-MyAccount-content,
body.loulisa-highend .woocommerce-form-login,
body.loulisa-highend .woocommerce-form-register {
	padding: clamp(18px, 3vw, 32px);
}

body.loulisa-highend .shop_table,
body.loulisa-highend table.shop_table,
body.loulisa-highend .woocommerce-checkout-review-order-table {
	overflow: hidden;
	border: 1px solid var(--ll-line);
	border-radius: var(--ll-radius);
	background: var(--ll-white);
}

body.loulisa-highend table.shop_table th {
	color: var(--ll-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

body.loulisa-highend table.shop_table td,
body.loulisa-highend table.shop_table th {
	border-color: var(--ll-line-soft);
}

body.loulisa-highend .ll-checkout-confirmation {
	margin: 15px 0 0 !important;
	padding: 16px !important;
	border: 2px solid rgba(217, 134, 100, .55);
	border-radius: var(--ll-radius);
	background: #fff4ee;
}

body.loulisa-highend .ll-checkout-confirmation::before {
	content: 'Verplicht bevestigen';
	display: inline-flex;
	margin: 0 0 10px;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--ll-accent);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .06em;
	text-transform: uppercase;
}

body.loulisa-highend .ll-checkout-confirmation .woocommerce-form__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: var(--ll-ink);
	font-size: 12px;
	font-weight: 600;
	line-height: 1.5;
}

body.loulisa-highend .ll-checkout-confirmation input {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	min-width: 22px;
	margin: 1px 0 0;
	accent-color: var(--ll-accent-dark);
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(109, 79, 71, .38);
}

body.loulisa-highend .cart_totals h2,
body.loulisa-highend #order_review_heading,
body.loulisa-highend .woocommerce-billing-fields h3,
body.loulisa-highend .woocommerce-additional-fields h3 {
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-size: clamp(25px, 3vw, 36px);
	line-height: 1.1;
}

body.loulisa-highend .form-row label,
body.loulisa-highend .woocommerce-form-row label {
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

body.loulisa-highend input[type="text"],
body.loulisa-highend input[type="email"],
body.loulisa-highend input[type="tel"],
body.loulisa-highend input[type="password"],
body.loulisa-highend input[type="search"],
body.loulisa-highend textarea,
body.loulisa-highend .select2-container--default .select2-selection--single {
	border: 1px solid #bdbdbd;
	border-radius: var(--ll-radius);
	background: var(--ll-white);
	box-shadow: none;
	transition: border-color .18s ease, box-shadow .18s ease;
}

body.loulisa-highend input:focus,
body.loulisa-highend textarea:focus,
body.loulisa-highend .select2-container--open .select2-selection--single {
	border-color: var(--ll-accent);
	background: var(--ll-white);
	box-shadow: 0 0 0 3px rgba(217, 134, 100, .16);
	outline: none;
}

body.loulisa-highend .woocommerce-message,
body.loulisa-highend .woocommerce-info,
body.loulisa-highend .woocommerce-error {
	border: 1px solid var(--ll-line);
	border-left: 4px solid var(--ll-accent);
	border-radius: var(--ll-radius);
	background: var(--ll-white);
	box-shadow: none;
	color: var(--ll-ink);
}

body.loulisa-highend .woocommerce-message {
	border-left-color: var(--ll-success);
}

/* Checkout: make completing an order feel as considered as selecting it.
 * The WooCommerce fields and validation remain unchanged; this is only the
 * visual hierarchy around them. */
body.loulisa-highend.woocommerce-checkout {
	background: linear-gradient(180deg, #fffaf7 0, #fff 420px);
}

body.loulisa-highend.woocommerce-checkout .site-main {
	padding-top: clamp(34px, 5vw, 72px);
	padding-bottom: clamp(64px, 9vw, 120px);
}

body.loulisa-highend.woocommerce-checkout .entry-content > .woocommerce,
body.loulisa-highend.woocommerce-checkout .entry-content > form.checkout,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout {
	max-width: 1160px;
	margin: 0 auto;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
	column-gap: clamp(32px, 5vw, 72px);
	align-items: start;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-NoticeGroup,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-form-coupon-toggle,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-checkout-review-order,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > #order_review_heading {
	grid-column: 2;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > #customer_details {
	grid-column: 1;
	grid-row: 1 / span 20;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	padding: 0;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-billing-fields,
body.loulisa-highend.woocommerce-checkout .woocommerce-shipping-fields,
body.loulisa-highend.woocommerce-checkout .woocommerce-additional-fields {
	margin-bottom: 22px;
	padding: clamp(22px, 3vw, 34px);
	border: 1px solid rgba(113, 89, 79, .14);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(68, 44, 34, .04);
}

body.loulisa-highend.woocommerce-checkout .woocommerce-billing-fields::before {
	content: '1. Jouw gegevens';
	display: block;
	margin-bottom: 20px;
	color: var(--ll-accent-dark);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-billing-fields h3,
body.loulisa-highend.woocommerce-checkout .woocommerce-shipping-fields h3,
body.loulisa-highend.woocommerce-checkout .woocommerce-additional-fields h3 {
	margin: 0 0 24px;
	font-size: clamp(25px, 2.5vw, 34px);
	letter-spacing: -.045em;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-billing-fields h3 {
	display: none;
}

body.loulisa-highend.woocommerce-checkout .form-row {
	margin-bottom: 17px;
}

body.loulisa-highend.woocommerce-checkout .form-row label {
	display: block;
	margin-bottom: 7px;
	color: #453b37;
	font-size: 12px;
	font-weight: 800;
}

body.loulisa-highend.woocommerce-checkout input.input-text,
body.loulisa-highend.woocommerce-checkout .select2-container--default .select2-selection--single,
body.loulisa-highend.woocommerce-checkout select {
	min-height: 48px;
	border-color: rgba(113, 89, 79, .22);
	border-radius: 9px;
	background: #fff;
	font-size: 14px;
}

body.loulisa-highend.woocommerce-checkout .select2-container--default .select2-selection--single {
	display: flex;
	align-items: center;
	padding: 0 14px;
}

body.loulisa-highend.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	line-height: 1.3;
}

body.loulisa-highend.woocommerce-checkout #order_review_heading {
	margin: 0 0 18px;
	padding: 0 4px;
	font-size: clamp(27px, 2.8vw, 36px);
}

body.loulisa-highend.woocommerce-checkout #order_review {
	position: sticky;
	top: 26px;
	border: 1px solid rgba(113, 89, 79, .15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(73, 47, 37, .08);
	padding: clamp(22px, 3vw, 32px);
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table {
	border: 0;
	border-radius: 0;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table thead th {
	padding: 0 0 14px;
	border-bottom: 1px solid var(--ll-line);
	color: var(--ll-muted);
	font-size: 10px;
	letter-spacing: .08em;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
	padding-top: 15px;
	padding-bottom: 15px;
	border-color: var(--ll-line-soft);
	font-size: 13px;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
	font-weight: 700;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	font-weight: 800;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	padding-top: 20px;
	color: var(--ll-ink);
	font-size: 17px;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-payment {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--ll-line-soft);
	background: transparent;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-payment ul.payment_methods {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
}

body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
	margin: 10px 0 0;
	border-radius: 9px;
	background: var(--ll-accent-soft);
	font-size: 12px;
}

body.loulisa-highend.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 54px;
	margin-top: 18px;
	border-radius: 10px;
	background: var(--ll-accent);
	box-shadow: none;
	font-size: 15px;
	font-weight: 800;
}

body.loulisa-highend.woocommerce-checkout #place_order:hover,
body.loulisa-highend.woocommerce-checkout #place_order:focus-visible {
	background: var(--ll-accent-dark);
	transform: translateY(-1px);
}

body.loulisa-highend.woocommerce-checkout .woocommerce-privacy-policy-text,
body.loulisa-highend.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	font-size: 11px;
	line-height: 1.55;
}

@media (max-width: 900px) {
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout {
		display: flex;
		flex-direction: column;
		gap: 22px;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > #customer_details,
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-NoticeGroup,
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-form-coupon-toggle,
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > .woocommerce-checkout-review-order,
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout > #order_review_heading {
		width: 100%;
	}

	body.loulisa-highend.woocommerce-checkout #order_review {
		position: static;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend.woocommerce-checkout,
	body.loulisa-highend.woocommerce-checkout .site-main,
	body.loulisa-highend.woocommerce-checkout .woocommerce,
	body.loulisa-highend.woocommerce-checkout form.checkout,
	body.loulisa-highend.woocommerce-checkout #order_review {
		min-width: 0;
		overflow-x: hidden;
	}

	body.loulisa-highend.woocommerce-checkout #order_review_heading {
		width: 100%;
		margin-inline: 0;
		font-size: 28px;
		white-space: normal;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table {
		display: table;
		width: 100%;
		table-layout: fixed;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
		overflow-wrap: anywhere;
	}
}

/* Mini-cart and footer. */
body.loulisa-highend .ct-drawer-canvas,
body.loulisa-highend .ct-panel {
	--theme-panel-background: #fff;
}

body.loulisa-highend .ct-cart-content,
body.loulisa-highend .ct-floating-bar {
	border-color: var(--ll-line);
	box-shadow: var(--ll-shadow);
}

body.loulisa-highend footer,
body.loulisa-highend .site-footer {
	position: relative;
	background: var(--ll-surface);
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend footer::before,
body.loulisa-highend .site-footer::before {
	display: none;
}

body.loulisa-highend footer a,
body.loulisa-highend .site-footer a {
	color: var(--ll-ink);
}

body.loulisa-highend footer a:hover,
body.loulisa-highend .site-footer a:hover {
	color: var(--ll-accent-dark);
}

@media (prefers-reduced-motion: reduce) {
	body.loulisa-highend *,
	body.loulisa-highend *::before,
	body.loulisa-highend *::after {
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
	}
}

@media (max-width: 999px) {
	body.loulisa-highend [data-row*="middle"],
	body.loulisa-highend [data-row*="bottom"] {
		background: var(--ll-white);
	}

	body.loulisa-highend.woocommerce ul.products,
	body.loulisa-highend .woocommerce ul.products,
	body.loulisa-highend ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.loulisa-highend.single-product .summary,
	body.loulisa-highend.single-product .entry-summary {
		padding: 20px 0 0;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend .ct-container,
	body.loulisa-highend [data-vertical-spacing*="top:bottom"] {
		--container-width-base: calc(100vw - 28px);
	}

	body.loulisa-highend.woocommerce ul.products,
	body.loulisa-highend .woocommerce ul.products,
	body.loulisa-highend ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 24px 8px !important;
	}

	body.loulisa-highend ul.products li.product,
	body.loulisa-highend .products .product,
	body.loulisa-highend .wc-block-grid__product {
		padding: 0 0 60px;
		border-radius: 0;
	}

	body.loulisa-highend ul.products li.product:hover,
	body.loulisa-highend .products .product:hover,
	body.loulisa-highend .wc-block-grid__product:hover {
		box-shadow: none;
		transform: none;
	}

	body.loulisa-highend .ll-shop-toolbar {
		flex-wrap: wrap;
		gap: 8px;
		margin-bottom: 24px;
		padding: 0;
	}

	body.loulisa-highend .ll-shop-toolbar .woocommerce-result-count {
		width: 100%;
	}

	body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering,
	body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
		width: 100%;
		min-width: 0;
	}

	body.loulisa-highend .ll-shop-categories {
		margin-right: -14px;
		margin-left: -14px;
		padding-right: 14px;
		padding-left: 14px;
	}

	body.loulisa-highend .woocommerce-loop-product__title,
	body.loulisa-highend .wc-block-grid__product-title {
		font-size: 14px;
	}

	body.loulisa-highend .price,
	body.loulisa-highend .wc-block-grid__product-price {
		margin-top: 22px;
		font-size: 24px;
	}

	body.loulisa-highend .ll-product-status {
		margin-bottom: 9px;
		font-size: 10px;
	}

	body.loulisa-highend ul.products li.product .ll-quick-add {
		right: 0;
		bottom: 0;
		width: 40px !important;
		min-width: 40px;
		height: 40px;
		min-height: 40px;
	}

	body.loulisa-highend ul.products li.product .ll-choose-options,
	body.loulisa-highend ul.products li.product .ll-sold-out {
		min-height: 42px;
		padding: 8px 7px;
		font-size: 11px;
	}

	body.loulisa-highend .ll-cart-icon {
		width: 17px;
		height: 17px;
	}

	body.loulisa-highend .ll-cart-toast {
		right: 12px;
		bottom: 12px;
		left: 12px;
		grid-template-columns: 32px 1fr;
		max-width: none;
	}

	body.loulisa-highend .ll-cart-toast__link {
		grid-column: 2;
	}

	body.loulisa-highend .woocommerce-cart-form,
	body.loulisa-highend .cart_totals,
	body.loulisa-highend #customer_details,
	body.loulisa-highend #order_review,
	body.loulisa-highend .woocommerce-MyAccount-content {
		border-radius: var(--ll-radius);
		padding: 16px;
	}

	body.loulisa-highend .button,
	body.loulisa-highend .wp-element-button,
	body.loulisa-highend .ct-button,
	body.loulisa-highend .single_add_to_cart_button {
		width: auto;
		max-width: 100%;
	}
}

/* Unified product price and purchase action for the shop, homepage and every
 * other WooCommerce product loop. */
body.loulisa-highend ul.products li.product:has(.ll-card-price) > .price {
	display: none !important;
}

body.loulisa-highend ul.products li.product .ll-card-price {
	position: relative;
	display: flex;
	align-items: flex-end;
	gap: 8px;
	min-height: 44px;
	margin-top: 17px;
	color: var(--ll-ink);
}

body.loulisa-highend ul.products li.product .ll-price-value {
	display: inline-flex;
	align-items: flex-end;
	font-size: clamp(34px, 2.4vw, 42px);
	font-weight: 900;
	line-height: .82;
	letter-spacing: -.1em;
	white-space: nowrap;
}

body.loulisa-highend ul.products li.product .ll-price-whole {
	line-height: .82;
}

body.loulisa-highend ul.products li.product .ll-price-cents {
	align-self: flex-end;
	margin: 0 0 .04em 2px;
	font-size: .5em;
	font-weight: 850;
	letter-spacing: -.055em;
	line-height: .92;
	vertical-align: baseline;
}

body.loulisa-highend ul.products li.product .ll-price-was {
	position: absolute;
	bottom: calc(100% + 5px);
	left: 0;
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 650;
	letter-spacing: 0;
}

body.loulisa-highend ul.products li.product .ll-card-price .ll-sold-out,
body.loulisa-highend ul.products li.product .price .ll-sold-out {
	display: inline-flex !important;
	align-items: center;
	width: auto !important;
	min-height: 0 !important;
	margin: 0 0 .05em 2px !important;
	padding: 5px 8px !important;
	border: 1px solid #dedbd8 !important;
	border-radius: 999px !important;
	background: #f5f4f2 !important;
	color: #77716d !important;
	font-size: 10px !important;
	font-weight: 750;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
}

body.loulisa-highend ul.products li.product .ll-quick-add .ll-action-plus {
	display: block;
	font-size: 23px;
	font-weight: 300;
	line-height: 1;
	transform: none;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed .ll-action-plus {
	display: none;
}

/* WooCommerce adds a separate "View cart" link after AJAX add-to-cart.
 * The card keeps one single action: the same + button turns green. */
body.loulisa-highend ul.products li.product .ll-quick-add ~ .added_to_cart,
body.loulisa-highend ul.products li.product .added_to_cart.wc-forward {
	display: none !important;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed {
	background: var(--ll-success) !important;
	color: var(--ll-white) !important;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed::after {
	display: none !important;
}

body.loulisa-highend ul.products li.product .ll-quick-add.is-confirmed .ll-action-plus {
	display: block !important;
}

/* Blocksy's homepage cards use a select even when a product has one usable
 * variation. The direct + action is clearer and matches the catalogue. */
body.loulisa-highend ul.products li.product:has(.ll-quick-add) .ct-variation-swatches {
	display: none !important;
}

body.loulisa-highend ul.products li.product.outofstock .ct-variation-swatches {
	display: none !important;
}

/* A final display safeguard for Blocksy product blocks that were rendered
 * before WooCommerce's stock-visibility query is applied. */
body.loulisa-highend ul.products li.product.outofstock {
	display: none !important;
}

body.loulisa-highend ul.products li.product:has(.ll-inline-add) .ct-woo-card-extra {
	display: none !important;
}

body.loulisa-highend ul.products li.product > .price .ll-inline-add {
	position: static !important;
	flex: 0 0 42px;
	margin: 0 0 0 auto !important;
	transform: none !important;
}

body.loulisa-highend ul.products li.product .woocommerce-loop-product__title,
body.loulisa-highend ul.products li.product .woocommerce-loop-product__title a {
	background: transparent !important;
	box-shadow: none !important;
}

body.loulisa-highend ul.products li.product:has(.ll-sold-out) .ll-quick-add {
	display: none !important;
}

body.loulisa-highend ul.products li.product .price:has(.ll-loop-price) {
	position: relative;
	display: flex !important;
	align-items: flex-end;
	gap: 8px;
	min-height: 44px;
	margin: 17px 0 0 !important;
	color: var(--ll-ink) !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: 1;
}

body.loulisa-highend ul.products li.product .ll-loop-price {
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
}

/* Attribute filter rail: deliberately quiet so the products stay the focus. */
body.loulisa-highend .ll-catalogue-layout {
	display: grid;
	grid-template-columns: minmax(214px, 248px) minmax(0, 1fr);
	gap: clamp(32px, 4vw, 64px);
	align-items: start;
	width: 100%;
}

body.loulisa-highend .ll-product-results {
	min-width: 0;
}

body.loulisa-highend .ll-filter-rail {
	position: sticky;
	top: 112px;
	min-width: 0;
}

/* The current category's next choices join the vertical desktop filter rail.
 * On a phone the same navigation returns to its horizontal location. */
body.loulisa-highend .ll-filter-rail > .ll-shop-subcategories {
	display: grid;
	gap: 6px;
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid var(--ll-line);
}

body.loulisa-highend .ll-filter-rail > .ll-shop-subcategories__label {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.loulisa-highend .ll-filter-rail > .ll-shop-subcategories a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 36px;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-size: 13px;
	text-decoration: none;
}

body.loulisa-highend .ll-filter-rail > .ll-shop-subcategories .ll-subcategories-more {
	width: 100%;
	padding: 7px 0;
	text-align: left;
}

body.loulisa-highend .ll-filter-panel {
	margin: 0;
	border: 0;
}

body.loulisa-highend .ll-filter-panel > summary {
	display: none;
}

body.loulisa-highend .ll-filter-panel__body {
	padding: 0;
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend .ll-filter-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 18px 0 15px;
}

body.loulisa-highend .ll-filter-heading strong {
	font-size: 17px;
	font-weight: 850;
	letter-spacing: -.025em;
}

body.loulisa-highend .ll-filter-reset {
	color: var(--ll-accent-dark);
	font-size: 12px;
	font-weight: 750;
	text-decoration: underline;
	text-underline-offset: 3px;
}

body.loulisa-highend .ll-filter-group {
	margin: 0;
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend .ll-filter-group > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 49px;
	cursor: pointer;
	color: var(--ll-ink);
	font-size: 14px;
	font-weight: 750;
	list-style: none;
}

body.loulisa-highend .ll-filter-group > summary::-webkit-details-marker {
	display: none;
}

body.loulisa-highend .ll-filter-group > summary::after {
	content: '+';
	color: var(--ll-muted);
	font-size: 21px;
	font-weight: 400;
	line-height: 1;
}

body.loulisa-highend .ll-filter-group[open] > summary::after {
	content: '–';
}

body.loulisa-highend .ll-filter-group-count {
	margin-left: auto;
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 650;
}

body.loulisa-highend .ll-filter-group ul {
	display: grid;
	gap: 3px;
	max-height: 252px;
	margin: -1px 0 15px;
	padding: 0 7px 0 0;
	overflow: auto;
	list-style: none;
	scrollbar-color: #d8d5d2 transparent;
	scrollbar-width: thin;
}

body.loulisa-highend .ll-filter-group li {
	margin: 0;
}

body.loulisa-highend .ll-filter-group a {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	min-height: 32px;
	border-radius: 5px;
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	text-decoration: none;
}

body.loulisa-highend .ll-filter-group a:hover {
	color: var(--ll-accent-dark);
}

body.loulisa-highend .ll-filter-check {
	display: grid;
	place-items: center;
	width: 16px;
	height: 16px;
	border: 1px solid #cfcac6;
	border-radius: 3px;
	background: var(--ll-white);
}

body.loulisa-highend .ll-filter-swatch {
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(0, 0, 0, .16);
	border-radius: 50%;
	background: var(--ll-swatch);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14);
	transition: box-shadow .18s ease, transform .18s ease;
}

body.loulisa-highend .ll-filter-group a.is-selected .ll-filter-check {
	border-color: var(--ll-ink);
	background: var(--ll-ink);
}

body.loulisa-highend .ll-filter-group a.is-selected .ll-filter-swatch {
	border-color: var(--ll-ink);
	box-shadow: 0 0 0 2px var(--ll-white), 0 0 0 3px var(--ll-ink);
	transform: scale(.88);
}

body.loulisa-highend .ll-filter-group a.is-selected .ll-filter-check::after {
	content: '✓';
	color: var(--ll-white);
	font-size: 11px;
	font-weight: 800;
}

body.loulisa-highend .ll-filter-term-name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

body.loulisa-highend .ll-filter-group small {
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 500;
}

/* Blocksy nests its archive action inside a tooltip. Keep the + visible
 * rather than its default shopping-bag icon. */
body.loulisa-highend ul.products li.product .ll-quick-add > .ct-icon {
	display: none !important;
}

body.loulisa-highend ul.products li.product .ll-quick-add .ct-tooltip {
	position: static !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: inherit !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

body.loulisa-highend ul.products li.product .ll-quick-add .ct-tooltip::before,
body.loulisa-highend ul.products li.product .ll-quick-add .ct-tooltip::after {
	display: none !important;
}

@media (max-width: 999px) {
	body.loulisa-highend .ll-catalogue-layout {
		grid-template-columns: minmax(0, 1fr);
		gap: 22px;
	}

	body.loulisa-highend .ll-filter-rail {
		position: static;
	}

	body.loulisa-highend .ll-filter-panel {
		border: 1px solid var(--ll-line);
		border-radius: 10px;
		background: var(--ll-white);
	}

	body.loulisa-highend .ll-filter-panel > summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 50px;
		padding: 0 15px;
		cursor: pointer;
		font-size: 14px;
		font-weight: 800;
		list-style: none;
	}

	body.loulisa-highend .ll-filter-panel > summary::-webkit-details-marker {
		display: none;
	}

	body.loulisa-highend .ll-filter-summary-icon {
		font-size: 22px;
		font-weight: 400;
		line-height: 1;
	}

	body.loulisa-highend .ll-filter-panel[open] .ll-filter-summary-icon {
		font-size: 0;
	}

	body.loulisa-highend .ll-filter-panel[open] .ll-filter-summary-icon::after {
		content: '–';
		font-size: 22px;
	}

	body.loulisa-highend .ll-filter-panel__body {
		padding: 0 15px 3px;
	}
}

/* Product detail: calm editorial gallery with a focused purchase column. */
body.loulisa-highend.single-product .product > .product-entry-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1.48fr) minmax(320px, .84fr);
	gap: clamp(34px, 5vw, 76px);
	align-items: start;
	max-width: 1320px;
	margin-inline: auto;
}

body.loulisa-highend.single-product .woocommerce-product-gallery {
	overflow: visible;
	width: 100% !important;
	max-width: none !important;
	background: transparent;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .ct-product-gallery-container,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-container,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-view {
	overflow: visible !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	transform: none !important;
	width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item {
	position: static !important;
	inset: auto !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	min-width: 0 !important;
	margin: 0 !important;
	transform: none !important;
}

/* LouLisa mobile navigation: warm, clear and fully usable instead of the
 * generic Blocksy off-canvas defaults. */
@media (max-width: 999px) {
	/* WordPress' 46px mobile admin bar otherwise sits directly on top of the
	 * LouLisa header controls. This only affects signed-in site managers. */
	body.admin-bar.loulisa-highend #header {
		margin-top: 46px;
	}

	body.loulisa-highend #offcanvas [data-device="mobile"] .ct-panel-content-inner {
		padding: 24px 20px 30px;
		background: linear-gradient(180deg, #fff8f3 0%, #fff 72%);
	}

	body.loulisa-highend #offcanvas [data-id="offcanvas-logo"] {
		display: block;
		width: min(190px, 62vw);
		margin: 6px 0 26px;
	}

	body.loulisa-highend #offcanvas .mobile-menu > ul {
		display: grid;
		gap: 0;
	}

	body.loulisa-highend #offcanvas .mobile-menu li {
		border-bottom: 1px solid rgba(109, 79, 71, .13);
	}

	body.loulisa-highend #offcanvas .mobile-menu a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 54px;
		padding: 0 4px;
		color: var(--ll-ink);
		font-size: 17px;
		font-weight: 800;
	}

	body.loulisa-highend #offcanvas .mobile-menu a::after {
		content: '→';
		color: var(--ll-accent);
		font-size: 19px;
		font-weight: 500;
	}

	body.loulisa-highend #offcanvas .mobile-menu .current-menu-item > a {
		color: var(--ll-accent-dark);
	}

	body.loulisa-highend #offcanvas [data-id="text"] {
		display: flex;
		flex-wrap: wrap;
		gap: 7px 14px;
		margin-top: 20px;
		font-size: 12px;
		font-weight: 750;
	}

	body.loulisa-highend #offcanvas [data-id="text"] a {
		color: var(--ll-muted);
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	body.loulisa-highend #offcanvas [data-id="socials"] {
		margin-top: 18px;
	}

	body.loulisa-highend #offcanvas .ct-social-box {
		gap: 10px;
	}

	body.loulisa-highend #offcanvas .ct-social-box a {
		display: grid;
		place-items: center;
		width: 42px;
		height: 42px;
		border-radius: 50%;
		background: var(--ll-accent);
		color: #fff;
	}

	body.loulisa-highend #offcanvas .ct-social-box a[hidden] {
		display: none !important;
	}
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child {
	grid-column: 1 / -1;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item figure {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	margin: 0;
	border-radius: 8px;
	background: transparent !important;
	overflow: hidden;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item img {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
	border-radius: 0;
	background: transparent;
	object-fit: contain;
}

/* Product packshots already include their own white background. Keep the
 * gallery completely clean, without Blocksy's grey image canvas around them. */
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item a,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-view {
	background: transparent !important;
}

body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-pills,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-arrow-prev,
body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-arrow-next {
	display: none !important;
}

body.loulisa-highend.single-product .woocommerce-product-gallery__trigger {
	top: 12px;
	right: 12px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border: 1px solid #e3e0dd;
	border-radius: 50%;
	background: var(--ll-white);
	box-shadow: none;
	font-size: 0;
}

body.loulisa-highend.single-product .woocommerce-product-gallery__trigger::after {
	content: '⌕';
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
}

body.loulisa-highend.single-product .summary,
body.loulisa-highend.single-product .entry-summary {
	position: sticky;
	top: 108px;
	width: 100% !important;
	max-width: none !important;
	padding: 0;
	border: 0;
	background: transparent;
}

body.loulisa-highend.single-product .product_title {
	margin: 0 44px 14px 0;
	color: var(--ll-ink);
	font-size: clamp(27px, 2.5vw, 37px);
	font-weight: 850;
	line-height: 1.02;
	letter-spacing: -.055em;
}

body.loulisa-highend.single-product .summary .price {
	display: flex;
	align-items: flex-end;
	min-height: 54px;
	margin: 0 0 21px;
	color: var(--ll-accent-dark);
}

body.loulisa-highend.single-product .summary .price .ll-loop-price,
body.loulisa-highend.single-product .summary .price .ll-price-value {
	display: inline-flex;
	align-items: flex-end;
	color: var(--ll-accent-dark);
}

body.loulisa-highend.single-product .summary .price .ll-price-value {
	font-size: clamp(40px, 3.3vw, 52px);
	font-weight: 900;
	line-height: .82;
	gap: 7px;
	letter-spacing: -.055em;
}

body.loulisa-highend.single-product .summary .price .ll-price-cents {
	align-self: flex-end;
	margin: 0 0 .07em;
	font-size: .5em;
	line-height: .9;
	letter-spacing: -.02em;
}

body.loulisa-highend.single-product .summary .price .ll-price-was {
	position: static;
	margin: 0 9px .2em 0;
	color: var(--ll-muted);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0;
}

/* On the detail page the availability state belongs exactly where the cart
 * action normally appears, never next to the price. */
body.loulisa-highend.single-product .summary .price .ll-sold-out {
	display: none !important;
}

body.loulisa-highend.single-product.ll-product-unavailable form.cart {
	display: block;
	margin: 0;
}

body.loulisa-highend.single-product.ll-product-unavailable form.cart > .variations,
body.loulisa-highend.single-product.ll-product-unavailable form.cart > .reset_variations_alert,
body.loulisa-highend.single-product.ll-product-unavailable form.cart > .single_variation_wrap {
	display: none !important;
}

body.loulisa-highend.single-product.ll-product-unavailable form.cart .ct-cart-actions {
	display: none !important;
}

body.loulisa-highend.single-product.ll-product-unavailable form.cart::after {
	content: 'Tijdelijk uitverkocht';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	padding: 10px 18px;
	border: 1px solid #d8d0cc;
	border-radius: 6px;
	background: var(--ll-white);
	color: #6c625e;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}

body.loulisa-highend.single-product .summary .ct-product-divider,
body.loulisa-highend.single-product .summary .woocommerce-product-details__short-description {
	display: none;
}

body.loulisa-highend.single-product .ct-product-add-to-cart {
	padding-top: 18px;
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
}

body.loulisa-highend.single-product form.variations_form .variations,
body.loulisa-highend.single-product form.variations_form .single_variation_wrap {
	width: 100%;
}

body.loulisa-highend.single-product form.variations_form .variations tr {
	display: grid;
	grid-template-columns: 1fr;
	gap: 6px;
	margin-bottom: 12px;
}

body.loulisa-highend.single-product form.variations_form .variations td,
body.loulisa-highend.single-product form.variations_form .variations th {
	display: block;
	padding: 0;
	text-align: left;
}

body.loulisa-highend.single-product form.variations_form label {
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 750;
}

body.loulisa-highend.single-product form.variations_form select {
	width: 100%;
	min-height: 46px;
	border-color: #d4d0cd;
	border-radius: 6px;
	background-color: var(--ll-white);
	font-size: 14px;
}

body.loulisa-highend.single-product form.cart .quantity,
body.loulisa-highend.single-product form.cart .quantity input {
	width: 48px;
	min-width: 48px;
	height: 48px;
	margin: 0;
	border-color: #c9c4c0;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
}

body.loulisa-highend.single-product .single_add_to_cart_button {
	flex: 1;
	width: auto !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--ll-accent) !important;
	color: var(--ll-white) !important;
	font-size: 14px;
	font-weight: 850;
	box-shadow: none !important;
}

body.loulisa-highend.single-product .single_add_to_cart_button:hover {
	border-color: transparent !important;
	background: var(--ll-accent-dark) !important;
	color: var(--ll-white) !important;
}

body.loulisa-highend.single-product .ct-cart-actions {
	display: flex !important;
	align-items: stretch;
	gap: 8px;
	width: 100%;
}

body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single {
	display: inline-flex !important;
	flex: 0 0 48px;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	min-height: 48px;
	margin: 0;
	padding: 0;
	border: 1px solid #c9c4c0 !important;
	border-radius: 6px;
	background: var(--ll-white) !important;
	color: var(--ll-ink) !important;
	box-shadow: none !important;
}

body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single:hover,
body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single[data-button-state="active"] {
	border-color: var(--ll-accent-dark) !important;
	color: var(--ll-accent-dark) !important;
}

body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single .ct-icon-container {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
}

body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single .ct-label,
body.loulisa-highend.single-product .ct-cart-actions .ct-wishlist-button-single .ct-tooltip {
	display: none !important;
}

body.loulisa-highend.single-product .ct-cart-actions .ct-increase,
body.loulisa-highend.single-product .ct-cart-actions .ct-decrease {
	display: none !important;
}

body.loulisa-highend.single-product .ct-cart-actions .quantity input {
	text-align: center;
	appearance: textfield;
}

body.loulisa-highend.single-product form.ll-direct-variation .variations,
body.loulisa-highend.single-product form.ll-direct-variation .reset_variations,
body.loulisa-highend.single-product form.ll-direct-variation .reset_variations_alert {
	display: none !important;
}

body.loulisa-highend.single-product .ct-product-additional-actions {
	display: none !important;
}

body.loulisa-highend.single-product .ct-product-additional-actions > *:not(:first-child) {
	display: none !important;
}

body.loulisa-highend.single-product .ct-product-additional-actions button,
body.loulisa-highend.single-product .ct-product-additional-actions a {
	min-height: 0;
	padding: 0;
	border: 0 !important;
	background: transparent !important;
	color: var(--ll-muted) !important;
	font-size: 12px;
	font-weight: 650;
	box-shadow: none !important;
}

body.loulisa-highend.single-product .ll-product-reassurance {
	display: grid;
	gap: 10px;
	margin: 20px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid var(--ll-line);
	list-style: none;
}

body.loulisa-highend.single-product .ll-product-reassurance li {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	color: #4e4b48;
	font-size: 12px;
	line-height: 1.3;
}

body.loulisa-highend.single-product .ll-product-reassurance li span {
	display: grid;
	place-items: center;
	flex: 0 0 17px;
	width: 17px;
	height: 17px;
	border: 1px solid #bdb7b3;
	border-radius: 50%;
	font-size: 10px;
	font-weight: 800;
}

body.loulisa-highend.single-product .product_meta,
body.loulisa-highend.single-product .ct-payment-methods {
	display: none;
}

body.loulisa-highend.single-product .woocommerce-tabs {
	max-width: min(100%, 760px);
	margin: clamp(48px, 6vw, 88px) 0 0;
	padding: 0;
	border-top: 0;
	background: transparent;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs {
	display: grid;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs::before,
body.loulisa-highend.single-product .woocommerce-tabs ul.tabs::after {
	display: none;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid var(--ll-line);
	border-radius: 0;
	background: transparent;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li:last-child {
	border-bottom: 1px solid var(--ll-line);
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 51px;
	padding: 0;
	color: var(--ll-ink);
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li a::after {
	content: '›';
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

body.loulisa-highend.single-product .woocommerce-tabs .panel {
	margin: 0;
	padding: 20px 0 6px;
	color: #4b4845;
	font-size: 14px;
	line-height: 1.62;
}

body.loulisa-highend.single-product .woocommerce-tabs .panel h2:first-child {
	margin: 0 0 12px;
	color: var(--ll-ink);
	font-size: 24px;
	font-weight: 850;
	letter-spacing: -.04em;
}

@media (max-width: 999px) {
	body.loulisa-highend.single-product .product > .product-entry-wrapper {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	body.loulisa-highend.single-product .summary,
	body.loulisa-highend.single-product .entry-summary {
		position: static;
	}

	body.loulisa-highend.single-product .woocommerce-tabs {
		max-width: 100%;
		margin-top: 42px;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
		grid-template-columns: minmax(0, 1fr);
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item {
		grid-column: 1 !important;
	}

	body.loulisa-highend.single-product .product_title {
		font-size: 29px;
	}
}

/* Refine the product purchase hierarchy without changing the LouLisa palette. */
@media (min-width: 690px) {
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
		grid-template-columns: minmax(0, 1fr) minmax(145px, .58fr);
		align-items: start;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:first-child {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:first-child figure {
		aspect-ratio: 3 / 4;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child {
		grid-column: 1 / -1;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child figure {
		aspect-ratio: 1 / 1;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:not(:first-child) figure {
		aspect-ratio: 1 / 1;
	}
}

body.loulisa-highend.single-product .ct-cart-actions .quantity {
	position: relative;
	display: block;
	flex: 0 0 48px;
	width: 48px;
	min-width: 48px;
	border: 1px solid #c9c4c0;
	border-radius: 6px;
	background: var(--ll-white);
}

body.loulisa-highend.single-product .ct-cart-actions .quantity::after {
	content: '⌄';
	position: absolute;
	top: 50%;
	right: 7px;
	pointer-events: none;
	color: var(--ll-ink);
	font-size: 13px;
	line-height: 1;
	transform: translateY(-53%);
}

/* 2026 storefront refinement: preserve the editable blocks, but give every
 * screen a recognisable LouLisa warmth rather than a generic white canvas. */
body.loulisa-highend {
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
}

body.loulisa-highend #main {
	background: linear-gradient(180deg, #fff7f2 0, #fff 430px);
}

body.loulisa-highend [data-row*="middle"] {
	background: var(--ll-white);
}

body.loulisa-highend [data-row*="bottom"] {
	background: #fff3ec;
	border-bottom-color: #ecd9d0;
}

body.loulisa-highend .ll-shop-categories a:hover,
body.loulisa-highend .ll-shop-categories a.is-active {
	border-color: var(--ll-accent-dark);
	background: var(--ll-accent);
	color: var(--ll-white);
}

/* Less HEMA-like, more LouLisa: the price stays instantly scannable but the
 * numerals are calmer and the cents sit on the baseline instead of floating. */
body.loulisa-highend ul.products li.product .ll-card-price,
body.loulisa-highend ul.products li.product .price:has(.ll-loop-price) {
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 4px 8px;
	min-height: 38px;
}

body.loulisa-highend ul.products li.product .ll-card-price .ll-price-value,
body.loulisa-highend ul.products li.product .price .ll-price-value {
	align-items: flex-end;
	font-size: clamp(27px, 2.05vw, 34px);
	font-weight: 760;
	line-height: .94;
	letter-spacing: -.06em;
}

body.loulisa-highend ul.products li.product .ll-card-price .ll-price-cents,
body.loulisa-highend ul.products li.product .price .ll-price-cents {
	align-self: flex-end;
	margin: 0 0 .055em 2px;
	font-size: .52em;
	font-weight: 760;
	letter-spacing: -.035em;
	line-height: 1;
}

body.loulisa-highend ul.products li.product .ll-card-price .ll-price-was,
body.loulisa-highend ul.products li.product .price .ll-price-was {
	position: static;
	align-self: flex-end;
	margin: 0 1px .12em 0;
	color: #8d7770;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
}

body.loulisa-highend ul.products li.product .price .ll-loop-price {
	display: inline-flex;
	align-items: flex-end;
	gap: 8px;
}

body.loulisa-highend.single-product .summary .price .ll-price-value {
	font-weight: 760;
	letter-spacing: -.065em;
}

body.loulisa-highend .ll-card-stock {
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	margin-top: 7px;
	color: #69746d;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.2;
}

body.loulisa-highend .ll-card-stock > span {
	color: var(--ll-success);
	font-size: 15px;
	line-height: .55;
}

/* Editable homepage campaign carousel. The legacy Stackable hero stays in
 * Gutenberg but is visually replaced here, so all other page blocks retain
 * their existing structure. */
body.loulisa-highend.home .stk-bd81f9c,
body.loulisa-highend.home .ll-promo-carousel + .stk-fa823d0 {
	display: none !important;
}

body.loulisa-highend.home .ll-home-secondary-content,
body.loulisa-highend.home #gspb_row-id-gsbp-f97b7695-529e,
body.loulisa-highend.home #gspb_row-id-gsbp-f62afa3f-918e,
body.loulisa-highend.home #gspb_container-id-gsbp-5c0fb80a-72a9,
body.loulisa-highend.home #gspb_row-id-gsbp-4a997aad-2749,
body.loulisa-highend.home #gspb_row-id-gsbp-23f502c4-b211 {
	display: none !important;
}

/* The imported GreenShift USP row is replaced site-wide by LouLisa's 4 G's. */
body.loulisa-highend #gspb_row-id-gsbp-4a997aad-2749 {
	display: none !important;
}

body.loulisa-highend.home .ll-home-new-arrivals {
	width: min(100% - 48px, 1320px);
	margin: 0 auto clamp(56px, 8vw, 110px);
}

/* Newly added products remain easy to spot, while the product card itself
 * stays identical and familiar to customers. */
body.loulisa-highend.home #gspb_row-id-gsbp-5f391398-1ce9 ul.products li.product {
	position: relative;
}

body.loulisa-highend.home #gspb_row-id-gsbp-5f391398-1ce9 ul.products li.product::before {
	content: 'Nieuw';
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 3;
	padding: 5px 8px;
	border-radius: 999px;
	background: var(--ll-peach-soft);
	color: var(--ll-accent-deep);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .05em;
	line-height: 1;
	text-transform: uppercase;
	pointer-events: none;
}

body.loulisa-highend.home .ll-promo-carousel {
	position: relative;
	width: min(100% - 48px, 1320px);
	min-height: 540px;
	margin: clamp(24px, 4vw, 58px) auto clamp(54px, 7vw, 96px);
	overflow: hidden;
	border-radius: 28px;
	background: var(--ll-accent-soft);
}

body.loulisa-highend.home .ll-promo-carousel__slides,
body.loulisa-highend.home .ll-promo-carousel__slide {
	min-height: inherit;
}

body.loulisa-highend.home .ll-promo-carousel__slide {
	position: absolute;
	inset: 0;
	display: grid;
	align-items: end;
	padding: clamp(34px, 5vw, 74px);
	background-image: linear-gradient(90deg, rgba(39, 29, 25, .76) 0%, rgba(39, 29, 25, .4) 45%, rgba(39, 29, 25, .08) 100%), var(--ll-promo-image);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 480ms ease, transform 800ms ease;
	pointer-events: none;
}

body.loulisa-highend.home .ll-promo-carousel__slide.is-active {
	position: relative;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

body.loulisa-highend.home .ll-promo-carousel__inner {
	max-width: 550px;
	color: #fff;
}

body.loulisa-highend.home .ll-promo-carousel__eyebrow {
	margin: 0 0 13px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1;
	text-transform: uppercase;
	color: #ffe8d7;
}

body.loulisa-highend.home .ll-promo-carousel h2 {
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 5.2vw, 74px);
	font-weight: 800;
	letter-spacing: -.065em;
	line-height: .97;
}

body.loulisa-highend.home .ll-promo-carousel h2 .ll-script {
	display: inline-block;
	margin-left: .13em;
	color: #ffd6c4;
	font-size: 1.16em;
	line-height: .72;
	vertical-align: baseline;
}

body.loulisa-highend.home .ll-promo-carousel__text {
	max-width: 475px;
	margin: 20px 0 0;
	font-size: clamp(16px, 1.45vw, 19px);
	font-weight: 500;
	line-height: 1.55;
}

body.loulisa-highend.home .ll-promo-carousel__button {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 28px;
	padding: 15px 19px 15px 21px;
	border-radius: 999px;
	background: var(--ll-accent);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease;
}

body.loulisa-highend.home .ll-promo-carousel__button:hover,
body.loulisa-highend.home .ll-promo-carousel__button:focus-visible {
	background: var(--ll-accent-deep);
	color: #fff;
	transform: translateY(-2px);
}

body.loulisa-highend.home .ll-promo-carousel__button span {
	font-size: 20px;
	line-height: .5;
}

/* The supplied Sale and Workshops artwork already carries the headline.
 * Keep only a refined action button on those slides instead of repeating it. */
body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy {
	background-image: linear-gradient(90deg, rgba(39, 29, 25, .36) 0%, rgba(39, 29, 25, .1) 50%, rgba(39, 29, 25, .04) 100%), var(--ll-promo-image);
}

body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy .ll-promo-carousel__eyebrow,
body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy h1,
body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy .ll-promo-carousel__text {
	display: none;
}

body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy .ll-promo-carousel__button {
	box-shadow: 0 12px 28px rgba(37, 25, 21, .18);
}

body.loulisa-highend.home .ll-promo-carousel__controls {
	position: absolute;
	bottom: 28px;
	right: clamp(28px, 4vw, 58px);
	display: flex;
	gap: 8px;
	z-index: 2;
}

body.loulisa-highend.home .ll-promo-carousel__controls button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .55);
	box-shadow: none;
}

body.loulisa-highend.home .ll-promo-carousel__controls button[aria-pressed="true"] {
	width: 27px;
	background: #fff;
}

/* A dedicated mobile product search keeps discovery one tap away after the
 * compact header has hidden its desktop search field. */
body.loulisa-highend .ll-mobile-search {
	display: none;
}

@media (max-width: 999px) {
	body.loulisa-highend .ll-mobile-search {
		display: block;
		padding: 10px 16px 12px;
		background: rgba(255, 253, 251, .96);
		border-bottom: 1px solid rgba(113, 89, 79, .1);
	}

	body.loulisa-highend .ll-mobile-search__form {
		display: flex;
		align-items: stretch;
		gap: 8px;
		width: min(100%, 560px);
		margin: 0 auto;
	}

	body.loulisa-highend .ll-mobile-search input {
		min-width: 0;
		flex: 1 1 auto;
		height: 42px;
		padding: 0 14px;
		border: 1px solid rgba(113, 89, 79, .2);
		border-radius: 10px;
		background: #fff;
		color: var(--ll-ink);
		font: inherit;
	}

	body.loulisa-highend .ll-mobile-search button {
		flex: 0 0 auto;
		height: 42px;
		padding: 0 15px;
		border: 0;
		border-radius: 10px;
		background: var(--ll-accent);
		color: #fff;
		font: inherit;
		font-size: 13px;
		font-weight: 800;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend.home .ll-promo-carousel {
		width: calc(100% - 32px);
		min-height: 455px;
		margin-top: 16px;
		margin-bottom: 46px;
		border-radius: 20px;
	}

	body.loulisa-highend.home .ll-promo-carousel__slide {
		padding: 28px 24px 54px;
		background-position: center;
	}

	body.loulisa-highend.home .ll-promo-carousel__slide.has-integrated-copy {
		background-position: center top;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #f7e6dc;
	}

	body.loulisa-highend.home .ll-home-new-arrivals {
		width: calc(100% - 32px);
		margin-bottom: 52px;
	}

	body.loulisa-highend.home .ll-promo-carousel h2 {
		font-size: clamp(38px, 11vw, 48px);
	}

	body.loulisa-highend.home .ll-promo-carousel__text {
		margin-top: 16px;
		font-size: 15px;
		line-height: 1.45;
	}

	body.loulisa-highend.home .ll-promo-carousel__button {
		margin-top: 22px;
	}

	body.loulisa-highend.home .ll-promo-carousel__controls {
		bottom: 22px;
		right: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.loulisa-highend.home .ll-promo-carousel__slide,
	body.loulisa-highend.home .ll-promo-carousel__button {
		transition: none;
	}
}

/* Stackable hero: fixed mobile dimensions overrule the desktop-sized blocks
 * that otherwise create thousands of pixels of empty space. Content remains
 * editable in exactly the same Gutenberg blocks. */
@media (max-width: 689px) {
	body.loulisa-highend.home .stk-fa823d0 {
		display: flex !important;
		align-items: flex-end !important;
		min-height: 520px !important;
		height: 520px !important;
		padding: 28px 24px !important;
		background-position: 58% center !important;
		background-size: cover !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-aeb8e24,
	body.loulisa-highend.home .stk-fa823d0 .stk-0465870,
	body.loulisa-highend.home .stk-fa823d0 .stk-7dcbb91,
	body.loulisa-highend.home .stk-fa823d0 .stk-c0e0183,
	body.loulisa-highend.home .stk-fa823d0 .stk-45018a5,
	body.loulisa-highend.home .stk-fa823d0 .stk-4b2072e,
	body.loulisa-highend.home .stk-fa823d0 .wp-block-spacer {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
		margin: 0 !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-0465870 {
		display: block !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-7dcbb91 h2,
	body.loulisa-highend.home .stk-fa823d0 .stk-c0e0183 h2,
	body.loulisa-highend.home .stk-fa823d0 .stk-45018a5 h2 {
		margin: 0 !important;
		font-size: clamp(32px, 10.4vw, 42px) !important;
		line-height: 1.01 !important;
		letter-spacing: -.055em !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-c0e0183 h2 {
		font-size: clamp(39px, 12.2vw, 48px) !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-4b2072e {
		margin-top: 16px !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .stk-4b2072e p {
		margin: 0 !important;
		font-size: 15px !important;
		line-height: 1.45 !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .wp-block-spacer {
		display: none !important;
	}

	body.loulisa-highend.home .stk-fa823d0 .gspb_container {
		margin-top: 20px !important;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-view,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
		height: auto !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		gap: 10px !important;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item {
		position: static !important;
		inset: auto !important;
		display: block !important;
		height: auto !important;
		min-height: 0 !important;
		margin: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item figure,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item a,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item img {
		background: transparent !important;
	}
}

body.loulisa-highend.single-product .ct-cart-actions .quantity input {
	width: 100% !important;
	min-width: 0 !important;
	padding: 0 17px 0 11px;
	border: 0 !important;
	background: transparent;
	text-align: left;
}

body.loulisa-highend.single-product form.ll-direct-variation .woocommerce-variation-availability {
	display: none !important;
}

body.loulisa-highend.single-product .ll-store-stock {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 46px;
	margin-top: 8px;
	padding: 0 15px;
	border: 1px solid var(--ll-ink);
	border-radius: 6px;
	background: var(--ll-white);
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

body.loulisa-highend.single-product .ll-store-stock:hover {
	border-color: var(--ll-accent-dark);
	color: var(--ll-accent-dark);
}

body.loulisa-highend.single-product .ll-store-stock strong {
	color: var(--ll-accent-dark);
	font-size: 12px;
	font-weight: 800;
}

body.loulisa-highend.single-product .woocommerce-tabs {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li a {
	justify-content: center;
}

body.loulisa-highend.single-product .woocommerce-tabs ul.tabs li a::after {
	display: none;
}

body.loulisa-highend.single-product .woocommerce-tabs .panel,
body.loulisa-highend.single-product .woocommerce-tabs .panel p,
body.loulisa-highend.single-product .woocommerce-tabs .panel li {
	text-align: left;
}

body.loulisa-highend.single-product .woocommerce-product-attributes,
body.loulisa-highend.single-product .woocommerce-product-attributes th,
body.loulisa-highend.single-product .woocommerce-product-attributes td {
	text-align: left;
}

/* Price, short introduction and purchase action form one calm sequence. */
body.loulisa-highend.single-product .summary .price {
	margin-bottom: 14px;
}

body.loulisa-highend.single-product .ll-product-summary {
	max-width: 38ch;
	margin: 0 0 24px;
	color: #655f5b;
	font-size: 14px;
	font-weight: 450;
	line-height: 1.55;
}

body.loulisa-highend.single-product .ct-product-add-to-cart {
	padding-top: 0;
	border-top: 0 !important;
}

body.loulisa-highend.single-product .ct-product-add-to-cart::before,
body.loulisa-highend.single-product .ct-product-add-to-cart::after {
	display: none !important;
}

/* The cart's free-shipping-progress prompt competes with the product's
 * stock and delivery information, so it is intentionally omitted here. */
body.loulisa-highend.single-product .entry-summary .ct-shipping-progress,
body.loulisa-highend.single-product .entry-summary .ct-free-shipping,
body.loulisa-highend.single-product .entry-summary .ct-woo-free-shipping,
body.loulisa-highend.single-product .entry-summary .woocommerce-free-shipping,
body.loulisa-highend.single-product .entry-summary .free-shipping-progress,
body.loulisa-highend.single-product .entry-summary [class*="shipping-progress"],
body.loulisa-highend.single-product .entry-summary [class*="free-shipping"] {
	display: none !important;
}

/* Discreet client access on the WooCommerce coming soon screen. */
.ll-preview-access {
	position: fixed;
	right: 18px;
	bottom: 16px;
	z-index: 99999;
	width: 196px;
	border: 1px solid rgba(113, 89, 79, .18);
	border-radius: 8px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 24px rgba(33, 24, 20, .08);
	color: #71594f;
	font-family: "Century Gothic", CenturyGothic, Futura, Arial, sans-serif;
	font-size: 12px;
	opacity: .68;
	transition: opacity .18s ease, box-shadow .18s ease;
}

.ll-preview-access:hover,
.ll-preview-access[open] {
	opacity: 1;
	box-shadow: 0 10px 28px rgba(33, 24, 20, .13);
}

.ll-preview-access summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 34px;
	padding: 0 11px;
	cursor: pointer;
	font-size: 11px;
	font-weight: 700;
	list-style: none;
}

.ll-preview-access summary::-webkit-details-marker {
	display: none;
}

.ll-preview-access summary::after {
	content: '↗';
	font-size: 14px;
	font-weight: 400;
}

.ll-preview-access form {
	display: grid;
	gap: 7px;
	padding: 0 11px 11px;
}

.ll-preview-access label {
	font-size: 10px;
	font-weight: 650;
}

.ll-preview-access input {
	width: 100%;
	min-height: 34px;
	padding: 0 9px;
	border: 1px solid #d9d1cd;
	border-radius: 5px;
	background: #fff;
	font-size: 12px;
}

.ll-preview-access button {
	min-height: 34px;
	padding: 0 10px;
	border: 0;
	border-radius: 5px;
	background: var(--ll-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 750;
}

.ll-preview-access__error {
	margin: 0;
	color: #b4473c;
	font-size: 10px;
}

/* Availability follows the selected variation and keeps replenishment clear. */
body.loulisa-highend .ll-card-stock.is-backorder,
body.loulisa-highend .ll-selected-variation-stock.is-backorder {
	color: #7a6146;
}

body.loulisa-highend .ll-selected-variation-stock {
	margin: 0 0 12px;
	color: var(--ll-success);
	font-size: 13px;
	font-weight: 700;
}

/* Registration, About and document pages share the same compact LouLisa finish. */
body.loulisa-highend.woocommerce-account .woocommerce-form-register {
	position: relative;
	overflow: hidden;
}

body.loulisa-highend.woocommerce-account .woocommerce-form-register::before {
	content: '';
	display: block;
	height: 176px;
	margin: calc(clamp(18px, 3vw, 32px) * -1) calc(clamp(18px, 3vw, 32px) * -1) 24px;
	background: #352b27 var(--ll-registration-image, none) center / cover no-repeat;
}

body.loulisa-highend.woocommerce-account .woocommerce-form-register .show-password-input::after {
	display: none;
}

body.loulisa-highend .ll-about-gallery {
	max-width: 1180px;
	margin: clamp(52px, 8vw, 110px) auto 0;
}

body.loulisa-highend .ll-about-gallery__intro {
	max-width: 620px;
	margin-bottom: 24px;
}

body.loulisa-highend .ll-about-gallery__eyebrow {
	margin: 0 0 8px;
	color: var(--ll-accent-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.loulisa-highend .ll-about-gallery h2 {
	margin: 0;
	font-size: clamp(28px, 4vw, 46px);
}

body.loulisa-highend .ll-about-gallery__grid {
	display: grid;
	grid-template-columns: 1.18fr .82fr .82fr;
	gap: 16px;
}

body.loulisa-highend .ll-about-gallery figure {
	min-height: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 16px;
	background: var(--ll-surface);
}

body.loulisa-highend .ll-about-gallery figure:first-child {
	grid-row: span 2;
}

body.loulisa-highend .ll-about-gallery img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 220px;
	object-fit: cover;
}

body.loulisa-highend.page-id-5206 .entry-content,
body.loulisa-highend.page-id-5207 .entry-content {
	width: min(100% - 40px, 820px);
	margin-inline: auto;
	padding-block: clamp(42px, 7vw, 84px);
	text-align: left;
}

body.loulisa-highend.page-id-5206 .entry-content h1,
body.loulisa-highend.page-id-5207 .entry-content h1 {
	margin-bottom: 18px;
}

body.loulisa-highend.page-id-5206 .entry-content a,
body.loulisa-highend.page-id-5207 .entry-content a {
	color: var(--ll-accent-dark);
	font-weight: 800;
}

body.loulisa-highend.page-id-5206 .wp-block-file,
body.loulisa-highend.page-id-5207 .wp-block-file {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 28px;
	padding: 18px 20px;
	border: 1px solid rgba(113, 89, 79, .16);
	border-radius: 12px;
	background: #fff;
}

/* Feedback website 3: customer-facing homepage modules. The original page
 * builder rows remain in Gutenberg and are only hidden from the storefront. */
body.loulisa-highend.home .ll-home-legacy-arrivals {
	display: none !important;
}

body.loulisa-highend.home :is(
	.ll-home-arrivals,
	.ll-home-yarn-brands,
	.ll-home-newsletter
) {
	width: min(100% - 48px, 1320px);
	margin-inline: auto;
}

body.loulisa-highend.home .ll-home-arrivals {
	margin-bottom: clamp(62px, 8vw, 112px);
}

body.loulisa-highend.home .ll-home-arrivals > header,
body.loulisa-highend.home .ll-home-yarn-brands > header {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

body.loulisa-highend.home .ll-home-arrivals > header h2,
body.loulisa-highend.home .ll-home-yarn-brands > header h2 {
	margin: 0;
	font-size: clamp(28px, 2.8vw, 42px);
	line-height: 1.08;
}

body.loulisa-highend.home .ll-home-arrivals > header h2 .ll-script {
	display: inline-block;
	margin-right: .06em;
	color: var(--ll-accent-dark);
	font-size: 1.23em;
}

body.loulisa-highend.home .ll-home-arrivals > header > a {
	flex: 0 0 auto;
	color: var(--ll-ink);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

body.loulisa-highend.home .ll-home-arrivals__track {
	overflow-x: auto;
	padding: 0 0 18px;
	overscroll-behavior-inline: contain;
	scroll-snap-type: inline mandatory;
	scrollbar-color: var(--ll-accent) var(--ll-line-soft);
}

body.loulisa-highend.home .ll-home-arrivals__track ul.products {
	display: grid !important;
	grid-auto-flow: column;
	grid-auto-columns: minmax(230px, 294px);
	grid-template-columns: none !important;
	gap: clamp(16px, 2vw, 28px) !important;
	width: max-content !important;
	margin: 0 !important;
}

body.loulisa-highend.home .ll-home-arrivals__track ul.products li.product {
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	scroll-snap-align: start;
}

body.loulisa-highend.home .ll-home-yarn-brands {
	margin-bottom: clamp(64px, 9vw, 124px);
}

body.loulisa-highend.home .ll-home-yarn-brands > header {
	display: block;
	max-width: 720px;
}

body.loulisa-highend.home .ll-home-yarn-brands > header p,
body.loulisa-highend.home .ll-home-newsletter__content > p:first-child {
	margin: 0 0 8px;
	color: var(--ll-accent-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

body.loulisa-highend.home .ll-home-yarn-brands__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 24px);
}

body.loulisa-highend.home .ll-yarn-brand-card {
	position: relative;
	display: block;
	min-height: 430px;
	overflow: hidden;
	border-radius: 20px;
	background: #3b2d27;
	color: #fff;
	text-decoration: none;
}

body.loulisa-highend.home .ll-yarn-brand-card::after {
	content: '';
	position: absolute;
	inset: 35% 0 0;
	background: linear-gradient(transparent, rgba(26, 17, 13, .76));
}

body.loulisa-highend.home .ll-yarn-brand-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 600ms var(--ll-ease);
}

body.loulisa-highend.home .ll-yarn-brand-card:hover img,
body.loulisa-highend.home .ll-yarn-brand-card:focus-visible img {
	transform: scale(1.035);
}

body.loulisa-highend.home .ll-yarn-brand-card > span {
	position: absolute;
	right: 22px;
	bottom: 22px;
	left: 22px;
	z-index: 1;
	display: grid;
	gap: 2px;
}

body.loulisa-highend.home .ll-yarn-brand-card strong {
	font-size: clamp(20px, 2vw, 28px);
	letter-spacing: -.04em;
}

body.loulisa-highend.home .ll-yarn-brand-card small {
	color: #ffe1d3;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

body.loulisa-highend.home .ll-home-newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	min-height: 480px;
	margin-bottom: clamp(64px, 9vw, 124px);
	overflow: hidden;
	border-radius: 24px;
	background: var(--ll-peach-soft);
}

body.loulisa-highend.home .ll-home-newsletter__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.loulisa-highend.home .ll-home-newsletter__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding: clamp(34px, 5vw, 72px);
}

body.loulisa-highend.home .ll-home-newsletter h2 {
	margin: 0 0 18px;
	font-size: clamp(30px, 2.8vw, 40px);
	line-height: 1.12;
}

body.loulisa-highend.home .ll-home-newsletter__button {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-top: 18px;
	padding: 14px 18px;
	border-radius: 999px;
	background: var(--ll-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

/* Approved Sale/Workshop art keeps its overlay title and uses a crop that is
 * stable on desktop and phone. */
body.loulisa-highend.home .ll-promo-carousel__slide.has-approved-campaign-art {
	background-position: center;
}

body.loulisa-highend.home .ll-promo-carousel__slide.has-approved-campaign-art h1 .ll-script {
	margin-left: 0;
	font-size: 1.18em;
}

/* Facet visibility and persistent selected-filter chips. */
body.loulisa-highend .ll-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin: 0 0 14px;
}

body.loulisa-highend .ll-active-filters a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 9px 7px 11px;
	border-radius: 999px;
	background: var(--ll-peach-soft);
	color: var(--ll-accent-deep);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

body.loulisa-highend .ll-active-filters b {
	font-size: 15px;
	font-weight: 400;
}

body.loulisa-highend .ll-filter-group.is-overflow:not(.is-expanded) li:nth-child(n + 8) {
	display: none;
}

body.loulisa-highend .ll-filter-more {
	width: 100%;
	min-height: 34px;
	margin: 6px 0 4px;
	padding: 5px 0;
	border: 0 !important;
	background: transparent !important;
	color: var(--ll-accent-dark) !important;
	font-size: 11px;
	font-weight: 800;
	text-align: left;
}

/* The product tag list is an internal catalogue tool, not unfinished copy on
 * a product page. EAN remains visible in the product-information table. */
body.loulisa-highend.single-product .product_meta .tagged_as {
	display: none !important;
}

/* USP band and compact legal footer. */
body.loulisa-highend .ll-usp-bar {
	background: var(--ll-accent);
	color: #fff;
}

body.loulisa-highend .ll-usp-bar > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	width: min(100% - 40px, 1320px);
	margin: 0 auto;
	padding: 25px 0;
}

body.loulisa-highend .ll-usp-bar section {
	display: grid;
	align-content: start;
	gap: 3px;
}

body.loulisa-highend .ll-usp-bar strong {
	font-size: 12px;
	letter-spacing: .06em;
}

body.loulisa-highend .ll-usp-bar span,
body.loulisa-highend .ll-usp-bar small {
	color: rgba(255, 255, 255, .92);
	font-size: 11px;
	line-height: 1.45;
}

/* About, Contact and FAQ additions use normal content-flow sections so their
 * surrounding Gutenberg content remains directly editable. */
body.loulisa-highend :is(.ll-about-story, .ll-contact-card, .ll-faq) {
	width: min(100% - 40px, 1180px);
	margin: clamp(54px, 8vw, 104px) auto;
}

body.loulisa-highend .ll-about-story,
body.loulisa-highend .ll-contact-card {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
	overflow: hidden;
	border-radius: 22px;
	background: var(--ll-peach-soft);
}

body.loulisa-highend .ll-about-story__image img,
body.loulisa-highend .ll-contact-card > img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 470px;
	object-fit: cover;
}

body.loulisa-highend .ll-about-story__content,
body.loulisa-highend .ll-contact-card__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	padding: clamp(34px, 5vw, 68px);
}

body.loulisa-highend .ll-about-story__eyebrow,
body.loulisa-highend .ll-contact-card__content > p:first-child,
body.loulisa-highend .ll-faq > header p {
	margin: 0 0 8px;
	color: var(--ll-accent-dark);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

body.loulisa-highend .ll-about-story h2,
body.loulisa-highend .ll-contact-card h2,
body.loulisa-highend .ll-faq h2 {
	margin: 0 0 18px;
	font-size: clamp(32px, 4.2vw, 52px);
}

body.loulisa-highend .ll-about-story__content > a {
	margin-top: 14px;
	color: var(--ll-accent-dark);
	font-size: 13px;
	font-weight: 800;
}

body.loulisa-highend .ll-about-maps-link {
	color: var(--ll-accent-dark);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

body.loulisa-highend .ll-contact-card {
	grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr);
}

body.loulisa-highend .ll-contact-card nav {
	display: grid;
	gap: 10px;
	width: 100%;
	margin-top: 16px;
}

body.loulisa-highend .ll-contact-card nav a {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 12px 14px;
	border: 1px solid rgba(113, 89, 79, .16);
	border-radius: 10px;
	background: #fff;
	color: var(--ll-ink);
	font-size: 13px;
	text-decoration: none;
}

body.loulisa-highend .ll-contact-card nav span {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--ll-accent);
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

body.loulisa-highend .ll-contact-legacy-message {
	display: none !important;
}

body.loulisa-highend .ll-contact-legacy-block {
	display: none !important;
}

body.loulisa-highend .ll-faq > header {
	max-width: 720px;
	margin-bottom: 24px;
}

body.loulisa-highend .ll-faq details {
	border-top: 1px solid var(--ll-line);
}

body.loulisa-highend .ll-faq details:last-child {
	border-bottom: 1px solid var(--ll-line);
}

body.loulisa-highend .ll-faq summary {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	padding: 18px 0;
	cursor: pointer;
	font-size: clamp(16px, 2vw, 21px);
	font-weight: 800;
	list-style: none;
}

body.loulisa-highend .ll-faq summary span {
	color: var(--ll-accent-dark);
	font-size: 11px;
	letter-spacing: .08em;
}

body.loulisa-highend .ll-faq details > p {
	max-width: 78ch;
	margin: -4px 0 22px 54px;
	color: var(--ll-muted);
	line-height: 1.65;
}

body.loulisa-highend .ll-newsletter-opt-in {
	padding: 13px 15px;
	border-radius: 10px;
	background: var(--ll-peach-soft);
}

@media (max-width: 999px) {
	body.loulisa-highend.home .ll-home-yarn-brands__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.loulisa-highend.home .ll-yarn-brand-card {
		min-height: 480px;
	}

	body.loulisa-highend .ll-usp-bar > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* Mobile mirrors desktop: Soort stays above the detailed filter and is
	 * limited to seven immediately scannable choices. */
	body.loulisa-highend .ll-shop-subcategories {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 7px;
		margin: 0 0 18px;
		padding: 14px;
		border: 1px solid var(--ll-line);
		border-radius: 10px;
		overflow: visible;
		background: var(--ll-white);
	}

	body.loulisa-highend .ll-shop-subcategories__label,
	body.loulisa-highend .ll-shop-subcategories .ll-subcategories-more {
		grid-column: 1 / -1;
	}

	body.loulisa-highend .ll-shop-subcategories a {
		justify-content: space-between;
		width: 100%;
		min-width: 0;
		border-radius: 7px;
	}

	body.loulisa-highend .ll-shop-subcategories a.is-active {
		border-color: var(--ll-ink);
		background: var(--ll-ink);
		color: var(--ll-white);
	}

	body.loulisa-highend .ll-shop-subcategories .ll-subcategories-more {
		padding-inline: 0;
		text-align: left;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend.home :is(
		.ll-home-arrivals,
		.ll-home-yarn-brands,
		.ll-home-newsletter
	) {
		width: calc(100% - 32px);
	}

	body.loulisa-highend.home .ll-home-arrivals > header {
		align-items: start;
		flex-direction: column;
		gap: 10px;
	}

	body.loulisa-highend.home .ll-home-arrivals__track ul.products {
		grid-auto-columns: minmax(214px, 78vw);
	}

	body.loulisa-highend.home .ll-home-yarn-brands__grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	body.loulisa-highend.home .ll-yarn-brand-card {
		min-height: 280px;
		border-radius: 14px;
	}

	body.loulisa-highend.home .ll-yarn-brand-card > span {
		right: 14px;
		bottom: 14px;
		left: 14px;
	}

	body.loulisa-highend.home .ll-home-newsletter,
	body.loulisa-highend .ll-about-story,
	body.loulisa-highend .ll-contact-card {
		grid-template-columns: 1fr;
	}

	body.loulisa-highend.home .ll-home-newsletter__image,
	body.loulisa-highend .ll-about-story__image {
		min-height: 250px;
	}

	body.loulisa-highend.home .ll-home-newsletter__image img,
	body.loulisa-highend .ll-about-story__image img,
	body.loulisa-highend .ll-contact-card > img {
		min-height: 250px;
		max-height: 330px;
	}

	body.loulisa-highend .ll-contact-card > img {
		grid-row: 1;
	}

	body.loulisa-highend .ll-usp-bar > div {
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 23px 0;
	}

	body.loulisa-highend .ll-footer-legal {
		align-items: center;
		flex-direction: column;
		gap: 8px;
	}

	body.loulisa-highend footer nav > ul {
		align-items: center;
		flex-direction: column;
		gap: 7px;
	}

	body.loulisa-highend .ll-faq details > p {
		margin-left: 0;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend .ll-about-gallery__grid {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	body.loulisa-highend .ll-about-gallery figure:first-child {
		grid-column: span 2;
		grid-row: auto;
	}

	body.loulisa-highend .ll-about-gallery img {
		min-height: 150px;
	}

	body.loulisa-highend.page-id-5206 .entry-content,
	body.loulisa-highend.page-id-5207 .entry-content {
		width: min(100% - 32px, 820px);
		padding-block: 38px;
	}
}

/* --------------------------------------------------------------------------
 * Responsive system
 *
 * These final rules deliberately sit at the end of the presentation layer.
 * They reconcile Blocksy, WooCommerce and page-builder breakpoints into one
 * predictable layout for compact desktop, tablet and phone widths.
 * -------------------------------------------------------------------------- */

body.loulisa-highend {
	--ll-page-gutter: clamp(16px, 3vw, 32px);
	max-width: 100%;
}

@supports (overflow: clip) {
	body.loulisa-highend {
		overflow-x: clip;
	}
}

body.loulisa-highend *,
body.loulisa-highend *::before,
body.loulisa-highend *::after {
	box-sizing: border-box;
}

body.loulisa-highend :is(
	.site,
	.site-main,
	.entry-content,
	.woocommerce,
	.woocommerce-page,
	.woocommerce-notices-wrapper,
	.ct-container,
	.ct-container-full,
	.wp-site-blocks,
	.wp-block-group,
	.wp-block-columns,
	.wp-block-column
) {
	min-width: 0;
}

body.loulisa-highend main :is(img, video, canvas) {
	max-width: 100%;
}

body.loulisa-highend main iframe {
	max-width: 100%;
}

body.loulisa-highend :is(h1, h2, h3, h4, .page-title, .entry-title, .product_title),
body.loulisa-highend :is(.entry-content p, .entry-content td, .entry-content th) {
	max-width: 100%;
	overflow-wrap: break-word;
}

body.loulisa-highend :is(.wp-block-table, .woocommerce-table--order-details) {
	max-width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

body.loulisa-highend :is(a, button, input, select, textarea, summary):focus-visible {
	outline: 3px solid var(--ll-accent);
	outline: 3px solid color-mix(in srgb, var(--ll-accent) 72%, white);
	outline-offset: 3px;
}

/* The carousel has a generous touch target while its visual indicator stays
 * small. The old global button minimum-height made these dots tall bars. */
body.loulisa-highend.home .ll-promo-carousel__controls {
	align-items: center;
	gap: 0;
}

body.loulisa-highend.home .ll-promo-carousel__controls button,
body.loulisa-highend.home .ll-promo-carousel__controls button[aria-pressed="true"] {
	display: grid;
	place-items: center;
	width: 30px !important;
	min-width: 30px;
	height: 44px;
	min-height: 44px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.loulisa-highend.home .ll-promo-carousel__controls button::before {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .62);
	transition: width .18s ease, background-color .18s ease;
}

body.loulisa-highend.home .ll-promo-carousel__controls button[aria-pressed="true"] {
	width: 44px !important;
}

body.loulisa-highend.home .ll-promo-carousel__controls button[aria-pressed="true"]::before {
	width: 27px;
	background: #fff;
}

/* WooCommerce/Blocksy can make the native sort text transparent on touch
 * layouts because it normally reduces the control to an icon. LouLisa keeps
 * the selected sorting option visible and understandable. */
body.loulisa-highend .woocommerce-ordering select,
body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
	color: var(--ll-ink) !important;
	text-overflow: ellipsis;
}

/* The custom LouLisa filter panel replaces Blocksy's second off-canvas filter
 * trigger, so customers see one clear filter action rather than two. */
body.loulisa-highend:is(.woocommerce-shop, .post-type-archive-product, .tax-product_cat, .tax-product_tag) .ct-toggle-filter-panel {
	display: none !important;
}

/* Product titles may use the whole card width. Only price/stock reserve the
 * corner occupied by the circular quick-add action. */
body.loulisa-highend ul.products li.product .ll-card-content {
	padding-right: 0;
}

body.loulisa-highend ul.products li.product :is(.ll-card-price, .ll-card-stock) {
	padding-right: 52px;
}

body.loulisa-highend ul.products li.product .ll-card-title {
	width: 100%;
}

/* Prevent the order-review column's min-content width from forcing a very
 * wide checkout even before the responsive breakpoint is reached. */
body.loulisa-highend.woocommerce-checkout :is(
	.ct-woocommerce-checkout,
	.ct-order-review,
	#customer_details,
	#order_review,
	.woocommerce-checkout-review-order-table,
	.woocommerce-checkout-payment
) {
	min-width: 0;
	max-width: 100%;
}

/* Compact desktop / small laptop. The logo, full search and contact block do
 * not fit side by side around 1024px; search is the useful shopping control. */
@media (min-width: 1000px) and (max-width: 1199px) {
	body.loulisa-highend [data-row*="middle"] .ct-container {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.loulisa-highend [data-row*="middle"] .ct-container > :has([data-id="contacts"]) {
		display: none !important;
	}

	body.loulisa-highend [data-id="contacts"] {
		display: none !important;
	}

	body.loulisa-highend [data-id="logo"] {
		flex: 0 1 250px;
		width: min(250px, 28vw);
		max-width: 250px;
	}

	body.loulisa-highend [data-id="search-input"],
	body.loulisa-highend [data-id="search"],
	body.loulisa-highend .ct-header-search {
		flex: 1 1 360px;
		width: auto;
		max-width: none;
		min-width: 260px;
	}

	body.loulisa-highend [data-id="menu"] > ul {
		gap: clamp(14px, 2.2vw, 24px);
	}

	body.loulisa-highend.home .ll-promo-carousel {
		min-height: clamp(470px, 51vw, 540px);
	}
}

/* Tablet and touch layouts. */
@media (max-width: 999px) {
	body.loulisa-highend {
		--ll-page-gutter: clamp(20px, 4vw, 32px);
	}

	body.loulisa-highend [data-id="contacts"] {
		display: none !important;
	}

	body.loulisa-highend .ct-container,
	body.loulisa-highend [data-vertical-spacing*="top:bottom"] {
		--container-width-base: min(calc(100% - var(--ll-page-gutter) - var(--ll-page-gutter)), 1320px);
	}

	body.loulisa-highend .site-logo-container img,
	body.loulisa-highend .site-logo-container svg {
		max-width: clamp(145px, 24vw, 205px);
	}

	body.loulisa-highend .ll-mobile-search {
		padding-inline: var(--ll-page-gutter);
	}

	body.loulisa-highend.home :is(
		.ll-promo-carousel,
		.ll-home-arrivals,
		.ll-home-yarn-brands,
		.ll-home-newsletter,
		.ll-home-new-arrivals
	),
	body.loulisa-highend :is(.ll-about-story, .ll-contact-card, .ll-faq) {
		width: calc(100% - var(--ll-page-gutter) - var(--ll-page-gutter));
	}

	body.loulisa-highend.home .ll-promo-carousel {
		min-height: clamp(450px, 67vw, 520px);
		margin-top: 24px;
		border-radius: 22px;
	}

	body.loulisa-highend.home .ll-promo-carousel__slide {
		padding: clamp(32px, 7vw, 58px);
	}

	body.loulisa-highend.home .ll-promo-carousel h2 {
		font-size: clamp(42px, 7vw, 60px);
	}

	body.loulisa-highend.home .ll-home-yarn-brands__grid {
		gap: clamp(12px, 2.5vw, 20px);
	}

	body.loulisa-highend.home .ll-yarn-brand-card {
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	/* A swipeable gallery keeps the purchasing information close to the first
	 * product photo. A visible slice of the next image signals more content. */
	body.loulisa-highend.single-product .woocommerce-product-gallery,
	body.loulisa-highend.single-product .woocommerce-product-gallery :is(
		.ct-product-gallery-container,
		.flexy-container,
		.flexy,
		.flexy-view
	) {
		overflow: hidden !important;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-items {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 12px !important;
		width: 100% !important;
		height: auto !important;
		padding: 0 0 10px;
		overflow-x: auto !important;
		overflow-y: hidden !important;
		overscroll-behavior-inline: contain;
		scroll-snap-type: inline mandatory;
		scrollbar-color: var(--ll-accent) var(--ll-line-soft);
		scrollbar-width: thin;
		-webkit-overflow-scrolling: touch;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:first-child,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child {
		position: relative !important;
		inset: auto !important;
		display: block !important;
		flex: 0 0 min(78%, 560px) !important;
		grid-column: auto !important;
		grid-row: auto !important;
		width: auto !important;
		height: auto !important;
		min-height: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
		scroll-snap-align: start;
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item figure,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:first-child figure,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child figure {
		aspect-ratio: 1 / 1;
	}

	body.loulisa-highend.single-product .product > .product-entry-wrapper {
		gap: clamp(22px, 4vw, 30px);
	}

	/* Blocksy wraps the review in .ct-order-review. That wrapper, rather than
	 * #order_review itself, was expanding to the table's min-content width. */
	body.loulisa-highend.woocommerce-checkout form.checkout.ct-woocommerce-checkout,
	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout {
		display: flex !important;
		grid-template-columns: none !important;
		flex-direction: column;
		gap: 22px;
		width: 100% !important;
		max-width: 100%;
		overflow: visible;
	}

	body.loulisa-highend.woocommerce-checkout .ct-order-review {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
		padding: 0 !important;
	}

	body.loulisa-highend.woocommerce-checkout :is(#customer_details, #order_review, #order_review_heading) {
		width: 100% !important;
		min-width: 0 !important;
		max-width: 100% !important;
	}

	body.loulisa-highend.woocommerce-checkout #order_review {
		overflow: visible;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table {
		width: 100% !important;
		table-layout: fixed;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .product-name {
		width: 64%;
		overflow-wrap: anywhere;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table .product-total {
		width: 36%;
	}

	body.loulisa-highend.woocommerce-checkout :is(
		.wc_payment_methods,
		.payment_methods li,
		.form-row.place-order,
		.woocommerce-terms-and-conditions-wrapper,
		.woocommerce-privacy-policy-text
	) {
		width: 100%;
		min-width: 0;
		max-width: 100%;
	}

	body.loulisa-highend.woocommerce-checkout .payment_methods img {
		max-width: min(100%, 150px);
		height: auto;
	}

	/* Account destinations become compact swipeable tabs on both tablet and
	 * phone, so account content is not pushed a full screen downward. */
	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-navigation {
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		overflow: visible;
	}

	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-navigation ul {
		display: flex;
		gap: 8px;
		margin: 0;
		padding: 0 0 10px;
		overflow-x: auto;
		overscroll-behavior-inline: contain;
		list-style: none;
		scroll-snap-type: inline proximity;
		scrollbar-width: thin;
	}

	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-navigation li {
		flex: 0 0 auto;
		margin: 0;
		border: 1px solid var(--ll-line);
		border-radius: 999px;
		background: var(--ll-white);
		scroll-snap-align: start;
	}

	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-navigation li.is-active {
		border-color: var(--ll-accent);
		background: var(--ll-accent);
	}

	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-navigation li a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 0 15px;
		white-space: nowrap;
	}

	body.loulisa-highend.woocommerce-account .woocommerce-MyAccount-content {
		margin-top: 18px;
	}
}

/* Phones. */
@media (max-width: 689px) {
	body.loulisa-highend {
		--ll-page-gutter: 16px;
	}

	body.loulisa-highend .ct-container,
	body.loulisa-highend [data-vertical-spacing*="top:bottom"] {
		--container-width-base: calc(100% - 32px);
	}

	body.loulisa-highend :is(input, select, textarea) {
		font-size: 16px;
	}

	body.loulisa-highend :is(.page-title, .entry-title) {
		font-size: clamp(32px, 10.5vw, 42px);
		line-height: 1.04;
	}

	body.loulisa-highend .site-logo-container img,
	body.loulisa-highend .site-logo-container svg {
		max-width: clamp(124px, 36vw, 150px);
	}

	body.loulisa-highend .ll-mobile-search {
		padding: 10px 16px 12px;
	}

	body.loulisa-highend .ll-mobile-search__form {
		gap: 7px;
	}

	body.loulisa-highend .ll-mobile-search input {
		padding-inline: 12px;
		font-size: 14px;
	}

	body.loulisa-highend .ll-mobile-search button {
		min-width: 76px;
		padding-inline: 12px;
	}

	body.loulisa-highend.home .ll-promo-carousel {
		width: calc(100% - 32px);
		min-height: clamp(400px, 117vw, 455px);
		margin: 16px auto 48px;
		border-radius: 18px;
	}

	body.loulisa-highend.home .ll-promo-carousel__slide {
		padding: 28px 22px 58px;
	}

	body.loulisa-highend.home .ll-promo-carousel h2 {
		font-size: clamp(34px, 10.6vw, 44px);
		line-height: .99;
	}

	body.loulisa-highend.home .ll-promo-carousel__eyebrow {
		margin-bottom: 10px;
	}

	body.loulisa-highend.home .ll-promo-carousel__text {
		font-size: 15px;
	}

	body.loulisa-highend.home .ll-promo-carousel__controls {
		right: 14px;
		bottom: 13px;
	}

	body.loulisa-highend.home :is(
		.ll-home-arrivals,
		.ll-home-yarn-brands,
		.ll-home-newsletter,
		.ll-home-new-arrivals
	),
	body.loulisa-highend :is(.ll-about-story, .ll-contact-card, .ll-faq) {
		width: calc(100% - 32px);
	}

	body.loulisa-highend.home :is(.ll-home-arrivals > header h2, .ll-home-yarn-brands > header h2, .ll-home-newsletter h2),
	body.loulisa-highend :is(.ll-about-story h2, .ll-contact-card h2, .ll-faq h2) {
		font-size: clamp(27px, 8vw, 34px);
		line-height: 1.08;
	}

	body.loulisa-highend.home .ll-home-arrivals__track ul.products {
		grid-auto-columns: minmax(210px, 76vw);
	}

	body.loulisa-highend.home .ll-yarn-brand-card {
		min-height: 0;
		aspect-ratio: 3 / 4;
	}

	body.loulisa-highend.home .ll-yarn-brand-card strong {
		font-size: clamp(16px, 4.8vw, 21px);
	}

	body.loulisa-highend.home .ll-home-newsletter__content,
	body.loulisa-highend .ll-about-story__content,
	body.loulisa-highend .ll-contact-card__content {
		padding: 28px 22px 32px;
	}

	body.loulisa-highend .ll-shop-title h1 {
		font-size: clamp(36px, 11vw, 44px);
	}

	body.loulisa-highend .ll-shop-categories {
		margin-inline: -16px;
		padding-inline: 16px;
		scrollbar-width: thin;
	}

	body.loulisa-highend .ll-shop-categories a {
		min-height: 44px;
		padding-inline: 14px;
	}

	body.loulisa-highend .ll-shop-toolbar .woocommerce-ordering select {
		min-height: 48px;
		padding-right: 42px;
	}

	body.loulisa-highend .ll-filter-panel > summary {
		min-height: 52px;
	}

	body.loulisa-highend ul.products li.product .ll-card-title {
		font-size: clamp(13px, 3.7vw, 14px);
	}

	body.loulisa-highend ul.products li.product :is(.ll-card-price, .ll-card-stock) {
		padding-right: 46px;
	}

	body.loulisa-highend ul.products li.product .ll-card-price .ll-price-value,
	body.loulisa-highend ul.products li.product .price .ll-price-value {
		font-size: clamp(25px, 7.2vw, 29px);
	}

	body.loulisa-highend ul.products li.product .ll-card-stock {
		align-items: flex-start;
		font-size: clamp(9.5px, 2.8vw, 11px);
	}

	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:first-child,
	body.loulisa-highend.single-product .woocommerce-product-gallery .flexy-item:only-child {
		flex-basis: 92% !important;
	}

	body.loulisa-highend.single-product .product_title {
		margin-right: 36px;
		font-size: clamp(27px, 8.6vw, 33px);
	}

	body.loulisa-highend.single-product .summary .price .ll-price-value {
		font-size: clamp(38px, 12vw, 46px);
	}

	body.loulisa-highend.single-product .ct-cart-actions {
		flex-wrap: nowrap;
	}

	body.loulisa-highend.single-product .single_add_to_cart_button {
		min-width: 0;
	}

	body.loulisa-highend.woocommerce-checkout .site-main {
		padding-top: 28px;
	}

	body.loulisa-highend.woocommerce-checkout :is(
		.woocommerce-billing-fields,
		.woocommerce-shipping-fields,
		.woocommerce-additional-fields,
		#order_review
	) {
		padding: 20px 16px;
		border-radius: 12px;
	}

	body.loulisa-highend.woocommerce-checkout .form-row-first,
	body.loulisa-highend.woocommerce-checkout .form-row-last {
		float: none;
		width: 100%;
	}

	body.loulisa-highend.woocommerce-checkout .woocommerce-checkout-review-order-table :is(th, td) {
		padding-right: 7px;
		padding-left: 7px;
	}

	body.loulisa-highend.woocommerce-checkout #place_order,
	body.loulisa-highend .cart_totals .checkout-button {
		width: 100%;
	}

	body.loulisa-highend .ll-usp-bar > div {
		width: calc(100% - 32px);
	}

	body.loulisa-highend .ll-footer-legal {
		padding-inline: 16px;
		text-align: center;
	}
}

/* Extra-small phones still keep a useful two-column shop grid, with calmer
 * type and controls that do not compete for the same horizontal space. */
@media (max-width: 359px) {
	body.loulisa-highend .ll-mobile-search input {
		padding-inline: 10px;
		font-size: 13px;
	}

	body.loulisa-highend .ll-mobile-search button {
		min-width: 70px;
		padding-inline: 10px;
		font-size: 12px;
	}

	body.loulisa-highend.woocommerce ul.products,
	body.loulisa-highend .woocommerce ul.products,
	body.loulisa-highend ul.products {
		gap: 22px 8px !important;
	}

	body.loulisa-highend ul.products li.product .ll-card-content {
		padding-top: 11px;
	}

	body.loulisa-highend ul.products li.product .ll-card-title {
		font-size: 12.5px;
	}

	body.loulisa-highend ul.products li.product :is(.ll-card-price, .ll-card-stock) {
		padding-right: 41px;
	}

	body.loulisa-highend ul.products li.product .ll-quick-add {
		width: 38px !important;
		min-width: 38px;
		height: 38px;
		min-height: 38px;
	}
}

/* A landscape phone has tablet-like width but very little height. */
@media (max-width: 999px) and (max-height: 600px) and (orientation: landscape) {
	body.loulisa-highend.home .ll-promo-carousel {
		min-height: max(330px, calc(100svh - 36px));
	}

	body.loulisa-highend.home .ll-promo-carousel__slide {
		padding: 26px 34px 48px;
	}

	body.loulisa-highend.home .ll-promo-carousel h2 {
		font-size: clamp(34px, 6.2vw, 48px);
	}

	body.loulisa-highend.home .ll-promo-carousel__text {
		margin-top: 12px;
	}

	body.loulisa-highend.home .ll-promo-carousel__button {
		margin-top: 16px;
	}
}

/* Feedback 3.4: calmer type scale and one cohesive footer composition. */
body.loulisa-highend.home .ll-home-arrivals .woocommerce-loop-product__title,
body.loulisa-highend.home .ll-home-arrivals .wc-block-grid__product-title {
	min-height: 2.76em;
	font-size: 16px;
	line-height: 1.38;
}

body.loulisa-highend.home .ll-home-newsletter {
	margin-bottom: clamp(46px, 5vw, 72px);
}

body.loulisa-highend .ll-usp-bar > div {
	padding-block: 18px;
}

body.loulisa-highend #footer [data-row="middle"] .ct-container {
	padding-block: 40px !important;
}

body.loulisa-highend #footer [data-row="bottom"] .ct-container {
	row-gap: 14px !important;
	padding-block: 18px 16px !important;
}

body.loulisa-highend #footer [data-row="bottom"] .ll-footer-legal {
	grid-column: 1 / -1;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 13px 0 0;
	border-top-color: rgba(255, 255, 255, .16);
	color: rgba(255, 255, 255, .82);
	font-size: 11px;
}

body.loulisa-highend #footer [data-row="bottom"] .ll-footer-legal a {
	text-decoration: none;
}

body.loulisa-highend #footer [data-row="bottom"] .ll-footer-legal a:hover {
	color: #fff;
}

body.loulisa-highend #footer .ct-footer-socials a[hidden] {
	display: none !important;
}

@media (min-width: 1000px) {
	body.loulisa-highend #footer [data-row="middle"] .ct-container {
		grid-template-columns: minmax(230px, .75fr) minmax(0, 2.25fr) !important;
		gap: 64px;
	}

	body.loulisa-highend #footer [data-column="logo"] img {
		width: min(100%, 260px) !important;
	}

	body.loulisa-highend #footer [data-column="contacts"] .ct-contact-info {
		width: 100%;
	}

	body.loulisa-highend #footer [data-column="contacts"] ul {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 26px;
		width: 100%;
	}

	body.loulisa-highend #footer [data-column="contacts"] li {
		align-items: flex-start;
		margin: 0 !important;
	}
}

@media (max-width: 999px) {
	body.loulisa-highend #footer [data-row="middle"] .ct-container {
		gap: 28px;
		padding-block: 34px !important;
	}
}

@media (max-width: 689px) {
	body.loulisa-highend.home .ll-home-arrivals .woocommerce-loop-product__title,
	body.loulisa-highend.home .ll-home-arrivals .wc-block-grid__product-title {
		font-size: 14px;
	}

	body.loulisa-highend #footer [data-column="logo"] img {
		width: min(100%, 210px) !important;
	}

	body.loulisa-highend #footer [data-column="contacts"] .ct-contact-info {
		display: block !important;
		width: 100%;
	}

	body.loulisa-highend #footer [data-column="contacts"] ul {
		display: grid !important;
		gap: 14px;
		width: 100%;
	}

	body.loulisa-highend #footer [data-column="contacts"] li {
		justify-content: flex-start;
		margin: 0 !important;
	}

	body.loulisa-highend #footer [data-row="bottom"] .ll-footer-legal {
		gap: 7px;
		padding: 14px 12px 0;
	}
}
