.lampshop-shop-hero {
	border-bottom: 1px solid var(--ls-border);
	background: rgba(238, 232, 222, 0.44);
	padding: clamp(24px, 4vw, 38px) 0 16px;
}

.lampshop-shop-hero p,
.lampshop-shop-hero__description,
.lampshop-filter-note,
.lampshop-product-card__sku,
.lampshop-product-card__disclaimer,
.lampshop-product-summary__short,
.lampshop-product-tabs p,
.lampshop-product-meta,
.lampshop-product-inquiry p {
	color: var(--muted);
}

.lampshop-shop-hero .lampshop-disclaimer {
	max-width: 760px;
	margin: 14px 0 18px;
}

.lampshop-shop-section,
.lampshop-related-products {
	padding: clamp(28px, 5vw, 54px) 0;
}

.lampshop-shop-hero h1 {
	margin-bottom: 10px;
	font-size: clamp(2rem, 4vw, 3.1rem);
}

.lampshop-shop-hero p:not(.eyebrow),
.lampshop-shop-hero__description {
	max-width: 720px;
}

.lampshop-catalog-segments {
	display: flex;
	gap: var(--ls-space-sm);
	overflow-x: auto;
	padding: 4px 0 0;
}

.lampshop-catalog-segments a {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	background: rgba(251, 248, 241, 0.76);
	color: var(--ls-muted);
	font-size: 0.78rem;
	font-weight: 600;
	padding: 0 14px;
	white-space: nowrap;
}

.lampshop-catalog-segments a:hover,
.lampshop-catalog-segments a.is-active {
	border-color: rgba(44, 71, 65, 0.34);
	background: var(--accent);
	color: var(--primary-foreground);
}

.lampshop-catalog-layout {
	display: grid;
	grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
	gap: var(--ls-space-lg);
	align-items: start;
}

.lampshop-catalog-sidebar {
	position: sticky;
	top: 128px;
}

.lampshop-catalog-filters {
	display: grid;
	gap: 12px;
	margin: 0;
	border: 1px solid var(--ls-border);
	border-radius: var(--ls-radius-md);
	background: rgba(251, 248, 241, 0.92);
	padding: 14px;
	box-shadow: var(--shadow-soft);
}

.lampshop-catalog-filters__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--border);
}

.lampshop-catalog-filters__head p {
	margin: 0;
	color: var(--foreground);
	font-size: 0.9rem;
	font-weight: 600;
}

.lampshop-catalog-filters__head a {
	color: var(--accent);
	font-size: 0.78rem;
	font-weight: 600;
}

.lampshop-catalog-filters__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	align-items: end;
}

.lampshop-catalog-filters label {
	display: grid;
	gap: 7px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox {
	display: flex;
	align-items: center;
	gap: 9px;
	min-height: 40px;
	color: var(--foreground);
}

.lampshop-catalog-checkbox input {
	width: 16px;
	min-height: 16px;
	padding: 0;
}

.lampshop-catalog-filters input,
.lampshop-catalog-filters select,
.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	width: 100%;
	min-height: 38px;
	border: 1px solid var(--border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.58);
	color: var(--foreground);
	font: inherit;
	padding: 7px 10px;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox input {
	width: 16px;
	min-height: 16px;
	padding: 0;
}

.lampshop-catalog-filters__actions {
	display: grid;
	gap: 8px;
}

.lampshop-catalog-filters__actions .button {
	min-height: 40px;
	border-radius: 999px;
	font-size: 0.84rem;
}

.lampshop-catalog-filters__actions .button--primary {
	border-color: var(--ls-green) !important;
	background: var(--ls-green) !important;
	color: var(--primary-foreground) !important;
}

.lampshop-catalog-filters__actions .button--outline {
	border-color: var(--ls-border) !important;
	background: rgba(251, 248, 241, 0.72) !important;
	color: var(--foreground) !important;
}

.lampshop-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 0.85fr) minmax(420px, 1.15fr);
	align-items: center;
	gap: 16px;
	margin-bottom: 18px;
	border: 1px solid var(--ls-border);
	border-radius: var(--ls-radius-md);
	background: rgba(251, 248, 241, 0.78);
	padding: var(--ls-space-md);
}

.lampshop-shop-toolbar .woocommerce-result-count {
	margin: 0 0 4px;
	color: var(--foreground);
	font-size: 0.9rem;
}

.lampshop-filter-note {
	max-width: 520px;
	margin: 0;
	line-height: 1.5;
}

.lampshop-catalog-controls {
	display: grid;
	grid-template-columns: minmax(180px, 1fr) minmax(145px, 0.55fr) auto;
	gap: 10px;
	align-items: end;
	min-width: 0;
	width: 100%;
}

.lampshop-catalog-controls label {
	display: grid;
	gap: 5px;
	color: var(--muted);
	font-size: 0.72rem;
	font-weight: 600;
}

.lampshop-catalog-controls .button {
	min-height: 40px;
	border-radius: 999px;
	border-color: var(--ls-border) !important;
	background: rgba(238, 232, 222, 0.7) !important;
	color: var(--foreground) !important;
}

.woocommerce .lampshop-products-grid,
.woocommerce ul.products,
.lampshop-products-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

.lampshop-product-card {
	position: relative;
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(225, 217, 207, 0.88);
	border-radius: var(--ls-radius-md);
	background: var(--ls-surface);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lampshop-product-card:hover {
	border-color: rgba(44, 71, 65, 0.4);
	box-shadow: var(--shadow-soft);
	transform: translateY(-2px);
}

.lampshop-product-card__image-link {
	position: relative;
	display: block;
}

.lampshop-product-card__media {
	position: relative;
	background: #fff;
}

.lampshop-product-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 2.9;
	background: #fff;
	padding: 12px;
}

.lampshop-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform 220ms ease;
}

.lampshop-product-card__image span {
	color: rgba(106, 101, 94, 0.58);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: none;
}

.lampshop-product-card:hover .lampshop-product-card__image img {
	transform: scale(1.04);
}

.lampshop-product-badge {
	position: absolute;
	top: 9px;
	left: 9px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	background: rgba(251, 248, 241, 0.92);
	color: var(--ls-text);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding: 4px 8px;
	text-transform: uppercase;
}

.lampshop-product-badge--muted {
	color: var(--muted);
}

.lampshop-product-card__heart {
	position: absolute;
	top: 9px;
	right: 9px;
	width: 34px;
	min-height: 34px;
	border-radius: 999px;
	background: rgba(251, 248, 241, 0.92);
	color: var(--ls-green);
}

.lampshop-product-card__heart svg {
	width: 17px;
	height: 17px;
}

.lampshop-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
	padding: 11px;
}

.lampshop-product-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.lampshop-product-card__meta span {
	min-width: 0;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(238, 232, 222, 0.78);
	color: var(--ls-green);
	font-size: 0.6rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	max-width: 100%;
	padding: 3px 7px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.lampshop-product-card__title {
	margin: 0;
	font-size: 0.94rem;
	font-weight: 600;
	line-height: 1.24;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lampshop-product-card__title a:hover {
	color: var(--accent);
}

.lampshop-product-card__sku,
.lampshop-product-card__disclaimer {
	margin: 0;
	font-size: 0.7rem;
	line-height: 1.3;
}

.lampshop-product-card__price {
	margin: 0;
	color: var(--ls-text);
	font-size: 0.93rem;
	font-weight: 600;
}

.lampshop-product-card__actions {
	display: grid;
	grid-template-columns: 1fr 38px;
	gap: 8px;
	margin-top: auto;
	padding-top: 4px;
}

.lampshop-product-card .lampshop-product-card__actions .button {
	min-height: 38px;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1;
	padding-inline: 12px;
}

.woocommerce ul.products li.product .lampshop-product-card__actions .button.button--primary,
.lampshop-products-grid .lampshop-product-card__actions .button.button--primary,
.lampshop-product-card .lampshop-product-card__actions .button.button--primary {
	border-color: var(--ls-green) !important;
	background: var(--ls-green) !important;
	color: var(--primary-foreground) !important;
}

.woocommerce ul.products li.product .lampshop-product-card__actions .button.button--primary:hover,
.lampshop-products-grid .lampshop-product-card__actions .button.button--primary:hover,
.lampshop-product-card .lampshop-product-card__actions .button.button--primary:hover {
	background: var(--ls-green-soft) !important;
	color: var(--primary-foreground) !important;
}

.lampshop-icon-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	min-height: 42px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	background: transparent;
	color: var(--ls-text);
	cursor: pointer;
	font: inherit;
}

.woocommerce ul.products li.product .lampshop-product-card__view,
.lampshop-products-grid .lampshop-product-card__view,
.lampshop-product-card .lampshop-product-card__view {
	width: 38px;
	min-height: 38px;
	border-color: var(--ls-border) !important;
	background: rgba(238, 232, 222, 0.58) !important;
	color: var(--foreground) !important;
	border-radius: 999px;
	padding-inline: 0;
}

.lampshop-product-card__view svg {
	width: 17px;
	height: 17px;
}

.lampshop-placeholder-action.is-acknowledged {
	outline: 2px solid var(--brass);
	outline-offset: 2px;
}

.woocommerce-pagination {
	margin-top: 34px;
}

.woocommerce nav.woocommerce-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	border: 0 !important;
	list-style: none;
}

.woocommerce-pagination li,
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 !important;
	border: 0 !important;
}

.woocommerce-pagination a,
.woocommerce-pagination span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	min-height: 40px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	background: rgba(251, 248, 241, 0.76);
	color: var(--foreground);
	font-weight: 600;
	line-height: 1;
	padding: 0 13px;
}

.woocommerce-pagination .current,
.woocommerce nav.woocommerce-pagination ul li span.current {
	border-color: var(--ls-green);
	background: var(--ls-green);
	color: var(--primary-foreground);
}

.lampshop-empty-state {
	max-width: 720px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(251, 248, 241, 0.78);
	padding: clamp(28px, 5vw, 44px);
}

.lampshop-product-breadcrumbs {
	padding: 22px 0;
}

.woocommerce-breadcrumb {
	color: var(--muted);
	font-size: 0.82rem;
}

.woocommerce-breadcrumb a {
	color: var(--accent);
}

.lampshop-single-product {
	padding-bottom: clamp(54px, 7vw, 86px);
}

.lampshop-single-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
	gap: clamp(36px, 7vw, 78px);
	align-items: start;
}

.lampshop-product-gallery__main {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 540px;
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: #fff;
	padding: clamp(22px, 4vw, 38px);
}

.lampshop-product-gallery__main img {
	width: 100%;
	max-height: 560px;
	object-fit: contain;
}

.lampshop-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.lampshop-product-gallery__thumbs img {
	aspect-ratio: 1 / 1;
	width: 100%;
	border: 1px solid var(--border);
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
	padding: 8px;
}

.lampshop-product-summary {
	padding-top: 18px;
}

.lampshop-product-summary__category {
	margin-bottom: 8px;
	color: var(--muted);
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.lampshop-product-pill {
	display: inline-flex;
	width: fit-content;
	margin-bottom: 14px;
	border: 1px solid var(--border);
	border-radius: 999px;
	background: var(--background);
	color: var(--muted);
	font-size: 0.75rem;
	font-weight: 600;
	padding: 5px 10px;
}

.lampshop-product-summary h1 {
	margin-bottom: 16px;
	font-size: clamp(2.25rem, 4vw, 3.4rem);
}

.lampshop-product-summary__price {
	margin-bottom: 10px;
	font-size: 1.55rem;
	font-weight: 600;
}

.lampshop-product-summary .lampshop-disclaimer {
	margin-bottom: 22px;
}

.lampshop-product-summary__short {
	margin-bottom: 28px;
}

.lampshop-product-tabs {
	display: grid;
	gap: 10px;
	margin-bottom: 28px;
}

.lampshop-product-tabs details {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(251, 248, 241, 0.72);
	padding: 0;
}

.lampshop-product-tabs summary {
	cursor: pointer;
	font-weight: 600;
	padding: 15px 18px;
}

.lampshop-product-tabs details > *:not(summary) {
	margin: 0 18px 18px;
}

.lampshop-detail-list {
	display: grid;
	gap: 0;
}

.lampshop-detail-list p,
.lampshop-detail-list__row {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin: 0;
	border-bottom: 1px solid rgba(225, 217, 207, 0.8);
	padding: 10px 0;
}

.lampshop-detail-list p:last-child,
.lampshop-detail-list__row:last-child {
	border-bottom: 0;
}

.lampshop-detail-list span {
	color: var(--muted);
}

.lampshop-detail-list .stock {
	margin: 0;
	font-weight: 600;
}

.lampshop-product-tabs .shop_attributes {
	width: 100%;
	border-collapse: collapse;
}

.lampshop-product-tabs .shop_attributes th,
.lampshop-product-tabs .shop_attributes td {
	border-bottom: 1px solid rgba(225, 217, 207, 0.8);
	padding: 10px 0;
	text-align: left;
	vertical-align: top;
}

.lampshop-product-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 16px;
}

.lampshop-quantity-placeholder {
	display: inline-grid;
	grid-template-columns: 42px 58px 42px;
	border: 1px solid var(--border);
	border-radius: 10px;
	overflow: hidden;
}

.lampshop-quantity-placeholder button,
.lampshop-quantity-placeholder input {
	min-height: 46px;
	border: 0;
	background: transparent;
	color: var(--foreground);
	font: inherit;
	text-align: center;
}

.lampshop-quantity-placeholder button {
	cursor: pointer;
}

.lampshop-ask-button {
	width: 100%;
	margin-bottom: 22px;
	border-radius: 10px;
}

.lampshop-trust-notes {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 24px;
}

.lampshop-trust-notes span {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	color: var(--muted);
	font-size: 0.78rem;
	text-align: center;
}

.lampshop-product-meta {
	border-top: 1px solid var(--border);
	padding-top: 16px;
	font-size: 0.9rem;
}

.lampshop-product-inquiry {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
	gap: 28px;
	margin-bottom: clamp(48px, 7vw, 82px);
	border: 1px solid var(--border);
	border-radius: 18px;
	background: rgba(238, 232, 222, 0.42);
	padding: clamp(24px, 5vw, 42px);
}

.lampshop-product-inquiry:focus {
	outline: 2px solid var(--brass);
	outline-offset: 4px;
}

.lampshop-product-inquiry.is-highlighted {
	box-shadow: 0 0 0 4px rgba(190, 146, 67, 0.18);
}

.lampshop-related-products {
	background: rgba(238, 232, 222, 0.38);
}

.woocommerce-store-notice,
.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
	border: 1px solid var(--border);
	border-radius: var(--radius);
	background: rgba(251, 248, 241, 0.9);
	color: var(--foreground);
	padding: 14px 18px;
}

@media (max-width: 1100px) {
	.lampshop-catalog-layout {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-sidebar {
		position: static;
	}

	.lampshop-shop-toolbar {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-filters__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lampshop-catalog-filters__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

	.lampshop-single-product__grid,
	.lampshop-product-inquiry {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 760px) {
	.lampshop-shop-hero {
		padding-top: 24px;
	}

	.lampshop-catalog-filters__grid {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-filters__actions,
	.lampshop-catalog-filters__actions .button {
		width: 100%;
	}

	.lampshop-shop-toolbar {
		display: grid;
	}

	.lampshop-catalog-controls {
		grid-template-columns: 1fr;
		min-width: 0;
	}

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

	.lampshop-product-card__body {
		padding: 12px;
	}

	.lampshop-product-card__meta {
		display: flex;
	}

	.lampshop-product-card__meta span:last-child {
		text-align: left;
	}

	.lampshop-product-card__actions {
		grid-template-columns: 1fr 40px;
	}

	.lampshop-product-card__view {
		width: 40px;
	}

	.lampshop-product-card__heart {
		width: 34px;
	}

	.lampshop-product-gallery__main {
		min-height: 320px;
	}

	.lampshop-product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lampshop-product-actions,
	.lampshop-product-actions .button {
		width: 100%;
	}

	.lampshop-quantity-placeholder {
		width: 100%;
		grid-template-columns: 46px 1fr 46px;
	}

	.lampshop-trust-notes {
		grid-template-columns: 1fr;
	}
}

/* Catalogue grid density; other shared product grids retain their own columns. */
.lampshop-catalog-main .lampshop-products-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 760px) {
	.lampshop-catalog-main .lampshop-products-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 520px) {
	.lampshop-catalog-main .lampshop-products-grid {
		grid-template-columns: 1fr;
	}
}

/* Catalogue introduction, high-level categories, and lower-page price note. */
.lampshop-shop-hero {
	padding: clamp(30px, 4vw, 46px) 0 clamp(26px, 3.5vw, 38px);
}

.lampshop-shop-hero h1 {
	max-width: 18ch;
	margin-bottom: 12px;
}

.lampshop-shop-hero__intro,
.lampshop-shop-hero__support {
	max-width: 64ch;
}

.lampshop-shop-hero__intro {
	margin-bottom: 6px;
	color: var(--foreground) !important;
	font-size: 1rem;
}

.lampshop-shop-hero__support {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 0.88rem;
}

.lampshop-catalog-top-level {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 24px;
	border-radius: var(--ls-radius-sm);
	background: rgba(238, 232, 222, 0.6);
	padding: 4px;
}

.lampshop-catalog-top-level a {
	display: grid;
	gap: 3px;
	min-width: 0;
	border: 1px solid transparent;
	border-radius: calc(var(--ls-radius-sm) - 2px);
	padding: 10px 12px;
	color: var(--foreground);
}

.lampshop-catalog-top-level a:hover,
.lampshop-catalog-top-level a.is-active {
	border-color: rgba(225, 217, 207, 0.92);
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 3px 10px rgba(23, 33, 31, 0.05);
}

.lampshop-catalog-top-level__title {
	display: flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	font-size: 0.76rem;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lampshop-catalog-top-level__title svg {
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.lampshop-catalog-top-level__title strong {
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lampshop-catalog-top-level small {
	overflow: hidden;
	color: var(--muted);
	font-size: 0.68rem;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lampshop-catalog-note {
	margin-top: clamp(36px, 5vw, 56px);
	border-top: 1px solid var(--ls-border);
	padding-top: 18px;
}

.lampshop-catalog-note .lampshop-disclaimer {
	max-width: 760px;
	margin: 0;
	color: var(--muted);
	font-size: 0.78rem;
	line-height: 1.55;
}

@media (max-width: 760px) {
	.lampshop-catalog-top-level {
		grid-auto-columns: minmax(230px, 82vw);
		grid-auto-flow: column;
		grid-template-columns: none;
		overflow-x: auto;
		scroll-snap-type: x proximity;
	}

	.lampshop-catalog-top-level a {
		scroll-snap-align: start;
	}
}

/* Final catalogue controls: mirror the custom app's sidebar and two-row toolbar. */
.lampshop-catalog-layout {
	grid-template-columns: minmax(270px, 294px) minmax(0, 1fr);
	gap: clamp(30px, 3.5vw, 46px);
}

.lampshop-catalog-sidebar {
	top: 132px;
}

.lampshop-catalog-filters {
	display: grid;
	gap: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.lampshop-catalog-filters__head {
	align-items: flex-start;
	border: 0;
	padding: 0;
}

.lampshop-catalog-filters__head p {
	margin: 0 0 5px;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lampshop-catalog-filters__head span {
	display: block;
	color: var(--muted);
	font-size: 0.8rem;
	line-height: 1.45;
}

.lampshop-catalog-filters__head a {
	margin-top: 2px;
	color: var(--muted);
	font-size: 0.75rem;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.lampshop-catalog-filters__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.lampshop-filter-card {
	border: 1px solid var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.62);
	padding: 16px;
}

.lampshop-filter-card__title {
	margin: 0 0 11px;
	font-size: 0.9rem;
	font-weight: 500;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox {
	min-height: 20px;
	gap: 11px;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox span {
	font-size: 0.9rem;
	font-weight: 500;
}

.lampshop-catalog-filters input,
.lampshop-catalog-filters select {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
	background: rgba(255, 255, 255, 0.72);
	font-size: 0.88rem;
}

.lampshop-catalog-filters__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 9px;
}

.lampshop-catalog-filters__actions .button {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
}

.lampshop-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(170px, 190px) auto;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 16px 12px;
	margin-bottom: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.lampshop-shop-toolbar > div:first-child {
	grid-column: 1;
	grid-row: 1;
}

.lampshop-shop-toolbar .woocommerce-result-count {
	margin: 0 0 4px;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
}

.lampshop-filter-note {
	max-width: 380px;
	margin: 0;
	font-size: 0.78rem;
	line-height: 1.45;
}

.lampshop-shop-toolbar__actions,
.lampshop-catalog-controls {
	display: contents;
}

.lampshop-catalog-search {
	grid-column: 1 / -1;
	grid-row: 2;
}

.lampshop-catalog-sort {
	grid-column: 2;
	grid-row: 1;
}

.lampshop-catalog-search span,
.lampshop-catalog-sort span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	min-height: 46px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.66);
	font-size: 0.92rem;
}

.lampshop-catalog-controls input[type="search"] {
	padding-inline: 16px;
}

.lampshop-catalog-controls__submit {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.lampshop-catalog-view-controls {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	min-height: 46px;
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.66);
}

.lampshop-catalog-view-controls button {
	min-width: 42px;
	border-radius: calc(var(--ls-radius-sm) - 2px);
}

@media (max-width: 1100px) {
	.lampshop-catalog-layout {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-sidebar {
		position: static;
	}

	.lampshop-catalog-filters__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lampshop-catalog-filters__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.lampshop-catalog-filters__grid,
	.lampshop-catalog-filters__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-shop-toolbar {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto auto;
	}

	.lampshop-shop-toolbar > div:first-child {
		grid-column: 1 / -1;
	}

	.lampshop-catalog-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.lampshop-catalog-sort {
		grid-column: 1;
		grid-row: 3;
	}

	.lampshop-catalog-view-controls {
		grid-column: 2;
		grid-row: 3;
		width: auto;
	}
}

/* Approved product card proportions shared by catalogue, home, and related grids. */
.lampshop-product-card {
	border-color: rgba(225, 217, 207, 0.94);
	border-radius: var(--ls-radius-md);
	background: #fdfbf7;
	box-shadow: none;
}

.lampshop-product-card:hover {
	border-color: rgba(44, 71, 65, 0.32);
	box-shadow: 0 12px 28px rgba(23, 33, 31, 0.07);
	transform: translateY(-2px);
}

.lampshop-product-card__media {
	border-bottom: 1px solid rgba(225, 217, 207, 0.72);
	background: #fff;
}

.lampshop-product-card__image-link {
	height: 100%;
}

.lampshop-product-card__image {
	height: clamp(220px, 22vw, 280px);
	min-height: 220px;
	aspect-ratio: auto;
	background: #fff;
	padding: clamp(22px, 3vw, 34px);
}

.lampshop-product-card__image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.lampshop-product-card__image span {
	color: rgba(69, 75, 73, 0.58);
	font-size: 0.72rem;
	letter-spacing: 0.04em;
}

.lampshop-product-badge {
	top: 12px;
	left: 12px;
	border-color: rgba(44, 71, 65, 0.2);
	background: rgba(251, 248, 241, 0.94);
	font-size: 0.64rem;
	letter-spacing: 0.08em;
	padding: 5px 9px;
}

.lampshop-product-card__heart {
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	min-height: 36px;
	border: 1px solid rgba(44, 71, 65, 0.2);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: none;
}

.lampshop-product-card__heart svg {
	width: 18px;
	height: 18px;
	fill: none;
}

.lampshop-product-card__body {
	gap: 0;
	padding: 16px;
}

.lampshop-product-card__meta {
	flex-wrap: nowrap;
	gap: 6px;
	margin-bottom: 12px;
	overflow: hidden;
}

.lampshop-product-card__meta span {
	flex: 0 1 auto;
	max-width: calc(50% - 3px);
	border: 1px solid rgba(225, 217, 207, 0.82);
	background: rgba(238, 232, 222, 0.48);
	font-size: 0.64rem;
	letter-spacing: 0.06em;
	padding: 4px 8px;
}

.lampshop-product-card__title {
	display: -webkit-box;
	min-height: 2.7em;
	margin: 0 0 7px;
	overflow: hidden;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.lampshop-product-card__sku {
	margin: 0 0 8px;
	color: rgba(69, 75, 73, 0.72);
	font-size: 0.76rem;
	line-height: 1.4;
}

.lampshop-product-card__price {
	margin: 0;
	color: var(--foreground);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
}

.lampshop-product-card__actions {
	grid-template-columns: minmax(0, 1fr) 42px;
	gap: 9px;
	margin-top: auto;
	padding-top: 16px;
}

.lampshop-product-card .lampshop-product-card__actions .button,
.woocommerce ul.products li.product .lampshop-product-card__view,
.lampshop-products-grid .lampshop-product-card__view,
.lampshop-product-card .lampshop-product-card__view {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
}

.lampshop-product-card .lampshop-product-card__actions .button.button--primary {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	padding-inline: 13px;
}

.lampshop-product-card__action-icon,
.lampshop-product-card__action-icon svg {
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.woocommerce ul.products li.product .lampshop-product-card__view,
.lampshop-products-grid .lampshop-product-card__view,
.lampshop-product-card .lampshop-product-card__view {
	width: 42px;
	border-color: rgba(44, 71, 65, 0.2) !important;
	background: rgba(238, 232, 222, 0.52) !important;
}

@media (max-width: 760px) {
	.lampshop-product-card__image {
		height: 190px;
		min-height: 190px;
		padding: 20px;
	}

	.lampshop-product-card__body {
		padding: 14px;
	}

	.lampshop-product-card__actions {
		grid-template-columns: minmax(0, 1fr) 40px;
	}

	.lampshop-product-card .lampshop-product-card__actions .button,
	.woocommerce ul.products li.product .lampshop-product-card__view,
	.lampshop-products-grid .lampshop-product-card__view,
	.lampshop-product-card .lampshop-product-card__view {
		min-height: 40px;
	}
}

@media (max-width: 520px) {
	.lampshop-product-card__image {
		height: 250px;
		min-height: 250px;
		padding: 28px;
	}
}

/* Catalogue and WooCommerce visual consolidation pass. */
.lampshop-shop-hero {
	padding: clamp(34px, 5vw, 56px) 0 20px;
}

.lampshop-shop-hero h1 {
	max-width: 16ch;
	margin-bottom: 12px;
	font-size: clamp(2.1rem, 4vw, 3.25rem);
	line-height: 1.12;
}

.lampshop-shop-hero p:not(.eyebrow),
.lampshop-shop-hero__description {
	max-width: 56ch;
	line-height: 1.6;
}

.lampshop-shop-hero .lampshop-disclaimer {
	margin: 18px 0 20px;
}

.lampshop-catalog-segments {
	gap: 8px;
	padding: 6px 0 2px;
	scroll-padding-inline: 16px;
}

.lampshop-catalog-segments a {
	min-height: 38px;
	font-size: 0.8125rem;
	letter-spacing: 0;
}

.lampshop-shop-section {
	padding: clamp(30px, 5vw, 58px) 0 clamp(56px, 7vw, 84px);
}

.lampshop-catalog-layout {
	grid-template-columns: minmax(228px, 276px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 30px);
}

.lampshop-catalog-filters {
	gap: 14px;
	border-radius: var(--ls-radius-md);
	padding: 16px;
}

.lampshop-catalog-filters__head p {
	font-size: 0.95rem;
}

.lampshop-catalog-filters label,
.lampshop-catalog-controls label {
	gap: 8px;
	font-size: 0.875rem;
	line-height: 1.4;
}

.lampshop-catalog-filters label span,
.lampshop-catalog-controls label span {
	color: var(--muted);
	font-weight: 600;
}

.lampshop-catalog-filters input,
.lampshop-catalog-filters select,
.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	min-height: 44px;
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.76);
	font-size: 1rem;
}

.lampshop-catalog-checkbox input {
	accent-color: var(--ls-green);
}

.lampshop-shop-toolbar {
	grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: 18px;
	margin-bottom: 22px;
	padding: 16px;
}

.lampshop-shop-toolbar .woocommerce-result-count {
	font-size: 0.95rem;
	font-weight: 600;
}

.lampshop-filter-note {
	font-size: 0.875rem;
}

.lampshop-shop-toolbar__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: end;
	min-width: 0;
}

.lampshop-catalog-controls {
	grid-template-columns: minmax(180px, 1fr) minmax(150px, 0.55fr) auto;
	gap: 10px;
}

.lampshop-catalog-controls .button {
	min-height: 44px;
}

.lampshop-catalog-view-controls {
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	background: rgba(251, 248, 241, 0.78);
	padding: 3px;
}

.lampshop-catalog-view-controls button {
	min-height: 36px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: var(--muted);
	cursor: pointer;
	font: inherit;
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0 13px;
}

.lampshop-catalog-view-controls button[aria-pressed="true"] {
	background: var(--ls-green);
	color: var(--primary-foreground);
}

.woocommerce .lampshop-products-grid,
.woocommerce ul.products,
.lampshop-products-grid {
	gap: 18px;
}

.lampshop-product-card {
	border-radius: var(--ls-radius-md);
	box-shadow: none;
}

.lampshop-product-card__image {
	height: clamp(220px, 22vw, 280px);
	min-height: 220px;
	aspect-ratio: auto;
	background: #fff;
	padding: clamp(22px, 3vw, 34px);
}

.lampshop-product-badge,
.lampshop-product-card__meta span {
	font-size: 0.64rem;
	letter-spacing: 0.06em;
}

.lampshop-product-card__heart {
	border: 1px solid rgba(44, 71, 65, 0.2);
	box-shadow: none;
}

.lampshop-product-card__body {
	gap: 0;
	padding: 16px;
}

.lampshop-product-card__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
}

.lampshop-product-card__sku,
.lampshop-product-card__disclaimer {
	font-size: 0.76rem;
	line-height: 1.4;
}

.lampshop-product-card__price {
	font-size: 1rem;
	font-variant-numeric: tabular-nums;
}

.lampshop-product-card__actions {
	grid-template-columns: minmax(0, 1fr) 42px;
	gap: 9px;
	padding-top: 16px;
}

.lampshop-product-card .lampshop-product-card__actions .button,
.woocommerce ul.products li.product .lampshop-product-card__view,
.lampshop-products-grid .lampshop-product-card__view,
.lampshop-product-card .lampshop-product-card__view {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
}

.lampshop-catalog-main.is-view-list .lampshop-products-grid,
.woocommerce .lampshop-catalog-main.is-view-list ul.products {
	grid-template-columns: 1fr;
}

.lampshop-catalog-main.is-view-list .lampshop-product-card {
	display: grid;
	grid-template-columns: minmax(150px, 210px) minmax(0, 1fr);
	align-items: stretch;
}

.lampshop-catalog-main.is-view-list .lampshop-product-card__media {
	border-right: 1px solid var(--ls-border);
}

.lampshop-catalog-main.is-view-list .lampshop-product-card__image {
	height: 100%;
	min-height: 170px;
	aspect-ratio: auto;
}

.lampshop-catalog-main.is-view-list .lampshop-product-card__body {
	padding: 18px;
}

.lampshop-catalog-main.is-view-list .lampshop-product-card__title {
	max-width: 42ch;
	font-size: 1.08rem;
	-webkit-line-clamp: 2;
}

.lampshop-catalog-main.is-view-list .lampshop-product-card__actions {
	max-width: 320px;
}

.woocommerce-pagination {
	margin-top: 38px;
}

.woocommerce-pagination a,
.woocommerce-pagination span,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	min-width: 42px;
	min-height: 42px;
	font-size: 0.875rem;
}

.lampshop-empty-state {
	text-align: left;
}

.lampshop-empty-state h2 {
	margin-bottom: 10px;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.lampshop-single-product__grid {
	gap: clamp(34px, 6vw, 70px);
}

.lampshop-product-summary h1 {
	max-width: 16ch;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.12;
}

.lampshop-product-summary__price {
	font-variant-numeric: tabular-nums;
}

.lampshop-product-inquiry {
	border-radius: var(--ls-radius-md);
}

@media (max-width: 1100px) {
	.lampshop-shop-toolbar__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-view-controls {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.lampshop-shop-hero {
		padding-top: 28px;
	}

	.lampshop-shop-toolbar {
		gap: 14px;
		padding: 14px;
	}

	.lampshop-catalog-controls,
	.lampshop-shop-toolbar__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-view-controls {
		width: 100%;
	}

	.lampshop-catalog-view-controls button {
		flex: 1;
	}

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

	.lampshop-catalog-main.is-view-list .lampshop-product-card {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-main.is-view-list .lampshop-product-card__media {
		border-right: 0;
		border-bottom: 1px solid var(--ls-border);
	}

	.lampshop-catalog-main.is-view-list .lampshop-product-card__image {
		min-height: 190px;
		aspect-ratio: 4 / 3;
	}
}

@media (max-width: 520px) {
	.woocommerce .lampshop-products-grid,
	.woocommerce ul.products,
	.lampshop-products-grid {
		grid-template-columns: 1fr;
	}
}

/* Targeted catalogue cleanup: match the custom app's quieter filter and toolbar rhythm. */
.lampshop-catalog-layout {
	grid-template-columns: minmax(230px, 280px) minmax(0, 1fr);
	gap: clamp(24px, 3.2vw, 34px);
}

.lampshop-catalog-filters {
	gap: 18px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.lampshop-catalog-filters__head {
	align-items: flex-start;
	padding: 0;
	border-bottom: 0;
}

.lampshop-catalog-filters__head p {
	margin: 0 0 4px;
	color: var(--foreground);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.lampshop-catalog-filters__head span {
	display: block;
	color: var(--muted);
	font-size: 0.8125rem;
	line-height: 1.4;
}

.lampshop-catalog-filters__head a {
	margin-top: 1px;
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.lampshop-catalog-filters__grid {
	gap: 14px;
}

.lampshop-filter-card {
	border: 1px solid var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.7);
	padding: 16px;
}

.lampshop-filter-card__title {
	margin: 0 0 10px;
	color: var(--foreground);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.lampshop-filter-card__range {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox {
	min-height: 20px;
	gap: 11px;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox span {
	color: var(--foreground);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
}

.lampshop-catalog-filters .lampshop-catalog-checkbox input {
	width: 18px;
	min-width: 18px;
	height: 18px;
	min-height: 18px;
	border-radius: 3px;
}

.lampshop-catalog-filters label {
	color: var(--foreground);
	font-size: 0.875rem;
}

.lampshop-catalog-filters label span {
	color: var(--muted);
	font-size: 0.78rem;
	font-weight: 600;
	line-height: 1.2;
}

.lampshop-catalog-filters input,
.lampshop-catalog-filters select {
	min-height: 42px;
	border-color: var(--ls-border);
	background: rgba(251, 248, 241, 0.88);
	font-size: 0.92rem;
}

.lampshop-catalog-filters__actions {
	grid-template-columns: 1fr;
	gap: 9px;
}

.lampshop-catalog-filters__actions .button {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
}

.lampshop-shop-toolbar {
	grid-template-columns: minmax(220px, 0.9fr) minmax(360px, 1.4fr);
	align-items: start;
	gap: 18px;
	margin-bottom: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.lampshop-shop-toolbar .woocommerce-result-count {
	margin: 2px 0 6px;
	color: var(--foreground);
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
}

.lampshop-filter-note {
	max-width: 520px;
	font-size: 0.8125rem;
	line-height: 1.45;
}

.lampshop-shop-toolbar__actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: start;
}

.lampshop-catalog-controls {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(174px, 190px) auto;
	gap: 10px;
	align-items: start;
}

.lampshop-catalog-controls label span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.lampshop-catalog-search {
	grid-column: 1 / -1;
	order: 2;
}

.lampshop-catalog-sort {
	grid-column: 2;
	order: 1;
}

.lampshop-catalog-controls .button {
	grid-column: 3;
	order: 1;
	min-height: 44px;
	border-radius: var(--ls-radius-sm);
	border-color: var(--ls-border) !important;
	background: rgba(251, 248, 241, 0.72) !important;
	color: var(--foreground) !important;
	padding-inline: 16px;
}

.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	min-height: 44px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.76);
	font-size: 0.95rem;
}

.lampshop-catalog-controls input[type="search"] {
	padding-inline: 16px;
}

.lampshop-catalog-view-controls {
	align-self: start;
	min-height: 44px;
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.76);
	padding: 3px;
}

.lampshop-catalog-view-controls button {
	min-width: 44px;
	min-height: 36px;
	border-radius: calc(var(--ls-radius-sm) - 2px);
	font-size: 0;
	padding: 0;
}

.lampshop-catalog-view-controls button::before {
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1;
}

.lampshop-catalog-view-controls button[data-catalogue-view="grid"]::before {
	content: "\25A6";
}

.lampshop-catalog-view-controls button[data-catalogue-view="list"]::before {
	content: "\2630";
}

.lampshop-catalog-view-controls button[aria-pressed="true"] {
	background: var(--ls-green);
	color: var(--primary-foreground);
}

@media (max-width: 1100px) {
	.lampshop-catalog-layout,
	.lampshop-shop-toolbar {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-sidebar {
		position: static;
	}

	.lampshop-catalog-filters__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lampshop-catalog-filters__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lampshop-shop-toolbar__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-view-controls {
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.lampshop-catalog-filters__grid,
	.lampshop-catalog-filters__actions,
	.lampshop-catalog-controls,
	.lampshop-shop-toolbar__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-search,
	.lampshop-catalog-sort,
	.lampshop-catalog-controls .button {
		grid-column: 1;
	}

	.lampshop-catalog-search {
		order: 1;
	}

	.lampshop-catalog-sort {
		order: 2;
	}

	.lampshop-catalog-controls .button {
		order: 3;
		width: 100%;
	}

	.lampshop-filter-card__range {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-view-controls {
		width: 100%;
	}

	.lampshop-catalog-view-controls button {
		flex: 1;
	}
}

/* Follow-up catalogue polish: functional category browser, cleaner toolbar, and sturdier filter controls. */
.lampshop-shop-hero {
	padding-bottom: clamp(28px, 4vw, 42px);
}

.lampshop-catalog-browser {
	margin-top: 0;
	border-bottom: 1px solid var(--ls-border);
	background: rgba(247, 243, 236, 0.72);
}

.lampshop-catalog-browser__head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.lampshop-catalog-browser__head .eyebrow {
	margin-bottom: 8px;
	color: var(--muted);
	letter-spacing: 0.28em;
}

.lampshop-catalog-browser__head h2 {
	max-width: none;
	margin: 0;
	font-size: clamp(1.45rem, 2.5vw, 1.95rem);
	font-weight: 500;
}

.lampshop-catalog-browser__controls {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}

.lampshop-catalog-browser__controls button {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 999px;
	background: var(--ls-green);
	color: var(--primary-foreground);
	cursor: pointer;
	font: inherit;
	font-size: 1.35rem;
	line-height: 1;
}

.lampshop-catalog-segments {
	display: grid;
	grid-auto-columns: minmax(190px, 220px);
	grid-auto-flow: column;
	gap: 22px;
	overflow-x: auto;
	padding: 22px 0 10px;
	scroll-padding-inline: 1px;
	scroll-snap-type: x proximity;
}

.lampshop-catalog-segments::-webkit-scrollbar {
	height: 0;
}

.lampshop-catalog-segments a {
	display: grid;
	align-content: space-between;
	min-height: 252px;
	border: 1px solid rgba(225, 217, 207, 0.92);
	border-radius: var(--ls-radius-md);
	background: rgba(251, 248, 241, 0.74);
	color: var(--foreground);
	padding: 18px;
	scroll-snap-align: start;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.lampshop-catalog-segments a:hover,
.lampshop-catalog-segments a.is-active {
	border-color: rgba(44, 71, 65, 0.52);
	background: rgba(251, 248, 241, 0.9);
	box-shadow: var(--shadow-soft);
	color: var(--foreground);
	transform: translateY(-2px);
}

.lampshop-catalog-segments__image {
	display: grid;
	place-items: center;
	min-height: 126px;
	border-bottom: 1px solid rgba(225, 217, 207, 0.62);
	margin-bottom: 22px;
	padding-bottom: 14px;
}

.lampshop-catalog-segments__image img {
	display: block;
	width: 100%;
	height: 118px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.lampshop-catalog-segments__image > span {
	display: grid;
	place-items: center;
	width: 74px;
	height: 74px;
	border: 1px solid var(--ls-border);
	border-radius: 999px;
	color: rgba(44, 71, 65, 0.62);
	font-size: 2rem;
	font-weight: 500;
}

.lampshop-catalog-segments strong {
	align-self: end;
	margin-top: auto;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.lampshop-catalog-segments em {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	margin-top: 12px;
	color: var(--foreground);
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0.18em;
	line-height: 1;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(4px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.lampshop-catalog-segments em svg {
	width: 14px;
	height: 14px;
}

.lampshop-catalog-segments a:hover em,
.lampshop-catalog-segments a.is-active em {
	opacity: 1;
	transform: translateY(0);
}

.lampshop-shop-section {
	padding-top: clamp(34px, 5vw, 52px);
}

.lampshop-shop-toolbar {
	grid-template-columns: minmax(250px, 0.7fr) minmax(520px, 1.3fr);
	gap: 24px;
}

.lampshop-shop-toolbar .woocommerce-result-count,
.lampshop-filter-note {
	max-width: 340px;
}

.lampshop-shop-toolbar__actions {
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
}

.lampshop-catalog-controls {
	grid-template-columns: minmax(0, 1fr) minmax(180px, 190px) auto;
}

.lampshop-catalog-search {
	grid-column: 1 / -1;
}

.lampshop-catalog-sort {
	grid-column: 2;
	justify-self: stretch;
}

.lampshop-catalog-controls .button {
	grid-column: 3;
	border-radius: var(--ls-radius-sm);
}

.lampshop-catalog-controls input[type="search"] {
	width: 100%;
}

.lampshop-catalog-view-controls {
	border-radius: var(--ls-radius-sm);
}

.lampshop-catalog-view-controls button {
	border-radius: calc(var(--ls-radius-sm) - 2px);
}

.lampshop-filter-card,
.lampshop-catalog-filters input,
.lampshop-catalog-filters select,
.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	border-radius: var(--ls-radius-sm);
}

@media (max-width: 1100px) {
	.lampshop-shop-toolbar {
		grid-template-columns: 1fr;
	}

	.lampshop-shop-toolbar .woocommerce-result-count,
	.lampshop-filter-note {
		max-width: none;
	}

	.lampshop-catalog-controls {
		grid-template-columns: minmax(0, 1fr) minmax(180px, 220px) auto;
	}
}

@media (max-width: 760px) {
	.lampshop-catalog-browser__head {
		align-items: start;
	}

	.lampshop-catalog-browser__controls {
		display: none;
	}

	.lampshop-catalog-segments {
		grid-auto-columns: minmax(168px, 76vw);
		gap: 14px;
	}

	.lampshop-catalog-segments a {
		min-height: 220px;
	}

	.lampshop-catalog-search,
	.lampshop-catalog-sort,
	.lampshop-catalog-controls .button {
		grid-column: 1;
	}
}

/* Catalogue filter layout: final source of truth for the custom-app composition. */
.lampshop-catalog-layout {
	grid-template-columns: minmax(270px, 294px) minmax(0, 1fr);
	gap: clamp(30px, 3.5vw, 46px);
}

.lampshop-catalog-filters {
	display: grid;
	gap: 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	box-shadow: none;
}

.lampshop-catalog-filters__head {
	align-items: flex-start;
	border: 0;
	padding: 0;
}

.lampshop-catalog-filters__head p {
	margin: 0 0 5px;
	font-size: 0.78rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lampshop-catalog-filters__head span {
	display: block;
	color: var(--muted);
	font-size: 0.8rem;
}

.lampshop-catalog-filters__grid,
.lampshop-catalog-filters__actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.lampshop-filter-card {
	border: 1px solid var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.62);
	padding: 16px;
}

.lampshop-catalog-filters__actions {
	gap: 9px;
}

.lampshop-catalog-filters__actions .button {
	min-height: 42px;
	border-radius: var(--ls-radius-sm);
}

.lampshop-shop-toolbar {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(170px, 190px) auto;
	grid-template-rows: auto auto;
	align-items: center;
	gap: 16px 12px;
	margin-bottom: 22px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
}

.lampshop-shop-toolbar > div:first-child {
	grid-column: 1;
	grid-row: 1;
}

.lampshop-shop-toolbar .woocommerce-result-count {
	max-width: none;
	margin: 0 0 4px;
	font-size: 0.92rem;
	font-weight: 600;
}

.lampshop-filter-note {
	max-width: 380px;
	margin: 0;
	font-size: 0.78rem;
}

.lampshop-shop-toolbar__actions,
.lampshop-catalog-controls {
	display: contents;
}

.lampshop-catalog-search {
	grid-column: 1 / -1;
	grid-row: 2;
}

.lampshop-catalog-sort {
	grid-column: 2;
	grid-row: 1;
	justify-self: stretch;
}

.lampshop-catalog-search span,
.lampshop-catalog-sort span {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.lampshop-catalog-controls input,
.lampshop-catalog-controls select {
	min-height: 46px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.66);
	font-size: 0.92rem;
}

.lampshop-catalog-controls input[type="search"] {
	width: 100%;
	padding-inline: 16px;
}

.lampshop-catalog-controls .lampshop-catalog-controls__submit {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
}

.lampshop-catalog-view-controls {
	grid-column: 3;
	grid-row: 1;
	justify-self: end;
	width: auto;
	min-height: 46px;
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.66);
}

.lampshop-catalog-view-controls button {
	min-width: 42px;
	border-radius: calc(var(--ls-radius-sm) - 2px);
}

@media (max-width: 1100px) {
	.lampshop-catalog-layout {
		grid-template-columns: 1fr;
	}

	.lampshop-catalog-sidebar {
		position: static;
	}

	.lampshop-catalog-filters__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lampshop-catalog-filters__actions {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.lampshop-catalog-filters__grid,
	.lampshop-catalog-filters__actions {
		grid-template-columns: 1fr;
	}

	.lampshop-shop-toolbar {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto auto;
	}

	.lampshop-shop-toolbar > div:first-child {
		grid-column: 1 / -1;
	}

	.lampshop-catalog-search {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	.lampshop-catalog-sort {
		grid-column: 1;
		grid-row: 3;
	}

	.lampshop-catalog-view-controls {
		grid-column: 2;
		grid-row: 3;
	}
}

/* Final UI polish: catalogue rhythm and product surface depth. */
.lampshop-catalog-top-level {
	margin-top: clamp(32px, 4vw, 44px);
}

.lampshop-single-product__grid {
	gap: clamp(24px, 4vw, 44px);
}

.lampshop-single-product__grid > .ls-surface-panel {
	padding: clamp(20px, 3vw, 32px);
}

.lampshop-product-gallery__main {
	border-color: rgba(225, 217, 207, 0.72);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.lampshop-product-summary.ls-surface-panel {
	padding-top: clamp(24px, 3vw, 32px);
}

.lampshop-product-inquiry.ls-surface-panel {
	background: var(--ls-panel-bg);
	border-radius: var(--ls-radius-md);
	box-shadow: var(--ls-panel-shadow);
}

@media (max-width: 700px) {
	.lampshop-catalog-top-level {
		margin-top: 28px;
	}

	.lampshop-single-product__grid > .ls-surface-panel {
		padding: 18px;
	}
}

/* Single-product primary action follows the approved compact quote button. */
.lampshop-single-product .lampshop-add-to-quote {
	display: inline-flex;
	flex: 1 1 190px;
	gap: 10px;
	min-height: 48px;
	border: 1px solid var(--ls-green);
	border-radius: var(--ls-radius-sm);
	background: var(--ls-green);
	color: var(--primary-foreground);
	padding: 11px 22px;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1;
	box-shadow: none;
}

.lampshop-single-product .lampshop-add-to-quote svg {
	width: 15px;
	height: 15px;
	flex: 0 0 15px;
	stroke-width: 1.7;
}

.lampshop-single-product .lampshop-add-to-quote:hover {
	border-color: var(--ls-green-soft);
	background: var(--ls-green-soft);
	color: var(--primary-foreground);
}

.lampshop-single-product .lampshop-add-to-quote:focus-visible {
	outline: 2px solid var(--ls-gold);
	outline-offset: 3px;
}

/* Keep the single-product action hierarchy deliberate and independent of card CTAs. */
.lampshop-single-product .lampshop-product-actions {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	gap: 10px;
	align-items: stretch;
	margin-bottom: 12px;
}

.lampshop-single-product .lampshop-quantity-placeholder {
	width: 142px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.72);
}

.lampshop-single-product .lampshop-quantity-placeholder button,
.lampshop-single-product .lampshop-quantity-placeholder input {
	min-height: 48px;
}

.lampshop-single-product .lampshop-add-to-quote {
	width: 100%;
	border-color: var(--ls-green) !important;
	background: var(--ls-green) !important;
	color: var(--primary-foreground) !important;
}

.lampshop-single-product .lampshop-add-to-quote:hover {
	border-color: var(--ls-green-soft) !important;
	background: var(--ls-green-soft) !important;
	color: var(--primary-foreground) !important;
}

.lampshop-single-product .lampshop-product-actions [data-action="moodboard"] {
	grid-column: 1 / -1;
	width: 100%;
	min-height: 46px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(238, 232, 222, 0.46);
	color: var(--ls-green);
}

.lampshop-single-product .lampshop-product-actions [data-action="moodboard"]:hover {
	border-color: rgba(44, 71, 65, 0.3);
	background: rgba(238, 232, 222, 0.78);
	color: var(--ls-green-soft);
}

.lampshop-single-product .lampshop-ask-button {
	min-height: 46px;
	border-color: var(--ls-border);
	border-radius: var(--ls-radius-sm);
	background: rgba(251, 248, 241, 0.58);
	color: var(--foreground);
}

.lampshop-single-product .lampshop-ask-button:hover {
	border-color: rgba(44, 71, 65, 0.28);
	background: rgba(238, 232, 222, 0.58);
	color: var(--ls-green);
}

@media (max-width: 600px) {
	.lampshop-single-product .lampshop-product-actions {
		grid-template-columns: 1fr;
	}

	.lampshop-single-product .lampshop-quantity-placeholder {
		width: min(160px, 100%);
	}

	.lampshop-single-product .lampshop-product-actions [data-action="moodboard"] {
		grid-column: auto;
	}
}

/* Compact catalogue introduction. Keep this final so earlier catalogue polish
   passes cannot re-expand the hero. */
.lampshop-shop-hero {
	padding: clamp(20px, 2.5vw, 30px) 0 18px;
}

.lampshop-shop-hero .eyebrow {
	margin-bottom: 6px;
}

.lampshop-shop-hero h1 {
	max-width: none;
	margin-bottom: 8px;
}

.lampshop-shop-hero__support {
	max-width: 64ch;
	margin-bottom: 0;
}

.lampshop-shop-hero .lampshop-catalog-top-level {
	margin-top: 18px;
}

@media (min-width: 761px) {
	.lampshop-shop-hero h1 {
		white-space: nowrap;
	}
}

@media (max-width: 760px) {
	.lampshop-shop-hero h1 {
		white-space: normal;
	}
}

.lampshop-product-gallery__open,
.lampshop-product-gallery__thumbs button {
	display: block;
	width: 100%;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: zoom-in;
}

.lampshop-product-gallery__open img {
	display: block;
	transition: opacity 160ms ease;
}

.lampshop-product-gallery__open:hover img {
	opacity: 0.92;
}

.lampshop-product-gallery__open:focus-visible,
.lampshop-product-gallery__thumbs button:focus-visible {
	outline: 3px solid rgba(44, 71, 65, 0.24);
	outline-offset: 3px;
}

.has-product-lightbox {
	overflow: hidden;
}

.lampshop-product-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	background: rgba(18, 20, 19, 0.92);
	padding: clamp(18px, 4vw, 52px);
}

.lampshop-product-lightbox[hidden] {
	display: none;
}

.lampshop-product-lightbox__stage {
	display: grid;
	place-items: center;
	width: min(1100px, 88vw);
	height: min(820px, 82vh);
}

.lampshop-product-lightbox__stage img {
	grid-area: 1 / 1;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.lampshop-product-lightbox__close,
.lampshop-product-lightbox__nav {
	position: absolute;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(255,255,255,0.28);
	border-radius: 50%;
	background: rgba(20, 28, 26, 0.78);
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
}

.lampshop-product-lightbox__close { top: 18px; right: 18px; }
.lampshop-product-lightbox__nav { top: 50%; transform: translateY(-50%); }
.lampshop-product-lightbox__nav--prev { left: 18px; }
.lampshop-product-lightbox__nav--next { right: 18px; }
.lampshop-product-lightbox__count { position: absolute; bottom: 18px; margin: 0; color: #fff; }

@media (max-width: 600px) {
	.lampshop-product-lightbox { padding: 64px 16px; }
	.lampshop-product-lightbox__stage { width: 100%; height: 72vh; }
	.lampshop-product-lightbox__nav { top: auto; bottom: 14px; transform: none; }
	.lampshop-product-lightbox__count { bottom: 26px; }
}
