/* Uni placeholder in search.twig — our panel lives on body, so hide the empty one. */
.header-search > .live-search {
	display: none !important;
}

html.lavapro-ls-open,
html.lavapro-ls-open body {
	overflow: hidden;
	overscroll-behavior: none;
}

html.lavapro-ls-open #fly-menu,
html.lavapro-ls-open .fly-menu__search-m.show .header-search,
html.lavapro-ls-open .fly-menu-backdrop {
	display: none !important;
}

html.lavapro-ls-open .ocf-btn-mobile-fixed,
html.lavapro-ls-open .ocf-container {
	visibility: hidden !important;
	pointer-events: none !important;
}

.lavapro-ls {
	display: none;
	position: fixed;
	z-index: 2147483647;
	top: 0;
	left: 0;
	box-sizing: border-box;
	touch-action: pan-y pan-x;
	font-family: var(--body-font, 'Montserrat', sans-serif);
	color: var(--body-c, #151515);
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(231, 76, 60, .12);
}

.lavapro-ls.is-open {
	display: block !important;
	top: var(--lavapro-vvt, 0px);
	left: var(--lavapro-vvl, 0px);
	width: var(--lavapro-vvw, 100%);
	height: var(--lavapro-vvh, 100%);
	max-height: var(--lavapro-vvh, 100%);
	right: auto;
	bottom: auto;
}

.lavapro-ls-dim {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: rgba(247, 248, 250, .92);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	pointer-events: auto;
	cursor: pointer;
}

.lavapro-ls__panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: var(--lavapro-vvh, 100%);
	max-height: var(--lavapro-vvh, 100%);
	background: #fff;
	box-shadow: 0 18px 44px rgba(21, 21, 21, .16);
	pointer-events: auto;
}

.lavapro-ls__bar {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 12px;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 16px 24px 12px;
	border-bottom: 2px solid var(--btn-primary-bg, #e74c3c);
}

.lavapro-ls__ico {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	background: currentColor;
	color: rgba(21, 21, 21, .28);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>") center / 22px no-repeat;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/></svg>") center / 22px no-repeat;
}

.lavapro-ls__q {
	flex: 1 1 auto;
	min-width: 0;
	height: 42px;
	padding: 0;
	border: 0 !important;
	background: transparent;
	box-shadow: none !important;
	outline: none;
	font-size: 22px;
	font-weight: 600;
	line-height: 42px;
	color: #151515;
	letter-spacing: -.01em;
}

.lavapro-ls__q:focus {
	outline: none;
	box-shadow: none !important;
}

.lavapro-ls__x {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #f5f5f5;
	color: #666;
	font-size: 28px;
	line-height: 36px;
	cursor: pointer;
}

.lavapro-ls__x:hover {
	background: #ececec;
	color: #111;
}

.lavapro-ls__hint {
	flex: 0 0 auto;
	max-width: none;
	width: 100%;
	margin: 0;
	padding: 14px 24px 6px;
	color: #888;
	font-size: 14px;
}

.lavapro-ls__wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
	max-width: none;
	width: 100%;
	margin: 0;
}

@media (min-width: 641px) {
	.lavapro-ls__wrap.has-aside {
		flex-direction: row;
		align-items: stretch;
		overflow: hidden;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end {
		display: flex;
		flex-direction: column;
		flex: 0 0 272px;
		width: 272px;
		max-width: 34%;
		height: auto;
		max-height: none;
		overflow: hidden;
		padding: 0;
		gap: 0;
		border-right: 1px solid rgba(21, 21, 21, .08);
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-dock {
		display: block;
		flex: 0 0 auto;
		z-index: 3;
		padding: 8px 12px;
		background: #f7f7f8;
		border-bottom: 1px solid rgba(21, 21, 21, .08);
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-dock:empty {
		display: none;
		padding: 0;
		border: 0;
		box-shadow: none;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-scroll {
		flex: 1 1 auto;
		min-height: 0;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		padding: 8px 0 16px;
		background: #f7f7f8;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-scroll::-webkit-scrollbar {
		width: 6px;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-scroll::-webkit-scrollbar-track {
		background: #f7f7f8;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__end-scroll::-webkit-scrollbar-thumb {
		background: #cfcfcf;
		border-radius: 8px;
		border: 1px solid #f7f7f8;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__body {
		flex: 1 1 auto;
		min-width: 0;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__applied {
		flex-wrap: wrap;
		align-items: center;
		gap: 6px 8px;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__applied-pill {
		min-height: 32px;
		max-width: calc(100% - 88px);
		padding: 4px 8px 4px 10px;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__applied-clear {
		min-height: 32px;
		padding: 4px 2px;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__applied-n {
		white-space: nowrap;
		max-width: 9em;
	}
}

@media (min-width: 1280px) {
	.lavapro-ls__wrap.has-aside .lavapro-ls__end {
		flex-basis: 300px;
		width: 300px;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 641px) and (max-width: 900px) {
	.lavapro-ls__wrap.has-aside .lavapro-ls__end {
		flex-basis: 220px;
		width: 220px;
		max-width: 42%;
	}

	.lavapro-ls__wrap.has-aside .lavapro-ls__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

.lavapro-ls__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	padding: 4px 0 0;
	scrollbar-width: thin;
	scrollbar-color: #d4d4d4 transparent;
}

.lavapro-ls__body::-webkit-scrollbar {
	width: 8px;
}

.lavapro-ls__body::-webkit-scrollbar-thumb {
	background: #d0d0d0;
	border-radius: 8px;
}

.lavapro-ls__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-height: 108px;
	min-width: 0;
	padding: 12px 10px;
	border: none;
	border-radius: 12px;
	text-decoration: none !important;
	color: inherit;
	touch-action: manipulation;
	transition: background .15s ease, box-shadow .15s ease;
}

.lavapro-ls__item:hover,
.lavapro-ls__item.is-active,
.lavapro-ls__item:focus {
	background: #fdecea;
	box-shadow: inset 3px 0 0 var(--btn-primary-bg, #e74c3c);
	outline: none;
}

.lavapro-ls__thumb {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid rgba(21, 21, 21, .06);
	border-radius: 10px;
	overflow: hidden;
}

.lavapro-ls__thumb img {
	max-width: 80px !important;
	max-height: 80px !important;
	width: auto;
	height: auto;
	object-fit: contain;
	pointer-events: none;
}

.lavapro-ls__thumb--empty {
	background: linear-gradient(180deg, #f6f6f6, #eee);
}

.lavapro-ls__meta {
	flex: 1 1 auto;
	min-width: 0;
}

.lavapro-ls__name {
	display: block !important;
	overflow: hidden;
	white-space: normal !important;
	word-break: normal;
	overflow-wrap: break-word;
	font-size: 14.5px;
	font-weight: 600;
	line-height: 1.35;
	max-height: 4.05em;
	color: #151515;
}

.lavapro-ls__name .lavapro-ls__hl,
.lavapro-ls__chip-n .lavapro-ls__hl,
.lavapro-ls__sub .lavapro-ls__hl,
.lavapro-ls mark.lavapro-ls__hl,
.lavapro-ls .lavapro-ls__hl {
	display: inline;
	background-color: #ffe082 !important;
	color: #151515 !important;
	border-radius: 2px;
	padding: 0;
	margin: 0;
	font-weight: 800;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

mark.lavapro-ls__hl {
	background-color: #ffe082 !important;
	color: #151515 !important;
}

.lavapro-ls__sub {
	margin-top: 3px;
	font-size: 12px;
	line-height: 1.3;
	color: #8a8a8a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lavapro-ls__codes {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 12px;
	margin-top: 3px;
}

.lavapro-ls__code {
	display: flex;
	align-items: baseline;
	gap: 6px;
	min-width: 0;
	font-size: 12px;
	line-height: 1.3;
	color: #5c5c5c;
	white-space: nowrap;
}

.lavapro-ls__code-v {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lavapro-ls__code-l {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #9a9a9a;
}

.lavapro-ls__code.is-match {
	color: #151515;
}

.lavapro-ls__code.is-match .lavapro-ls__code-l {
	color: #c47a00;
}

.lavapro-ls__codes .lavapro-ls__hl {
	display: inline;
	background-color: #ffe082 !important;
	color: #151515 !important;
	border-radius: 2px;
	padding: 0;
	margin: 0;
	font-weight: 800;
}

.lavapro-ls__sub-stock {
	color: #c0392b;
	font-weight: 600;
}

.lavapro-ls__brand {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-top: 2px;
	min-width: 0;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	overflow: hidden;
}

.lavapro-ls__brand .lavapro-ls__code-l {
	flex: 0 0 auto;
}

.lavapro-ls__brand-n {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lavapro-ls__prices {
	flex: 0 0 auto;
	min-width: 0;
	max-width: none;
	margin: 4px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	font-variant-numeric: tabular-nums;
}

.lavapro-ls__p-row {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 6px;
	white-space: nowrap;
	line-height: 1.2;
}

.lavapro-ls__p-lbl {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .02em;
	color: #888;
}

.lavapro-ls__p-val {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 700;
	color: #e53935;
}

.lavapro-ls__p-new {
	color: var(--a-c-hover, #e74c3c);
}

.lavapro-ls__p-old {
	font-size: 11px;
	font-weight: 500;
	color: #9a9a9a;
	text-decoration: line-through;
}

.lavapro-ls__p-row--opt .lavapro-ls__p-lbl,
.lavapro-ls__p-row--opt .lavapro-ls__p-val {
	color: #e53935;
	font-weight: 700;
}

.lavapro-ls__p-row--opt .lavapro-ls__p-lbl {
	font-size: 11px;
}

.lavapro-ls__end {
	display: none;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
	flex: 0 0 auto;
	width: 100%;
	padding: 0;
	overflow: hidden;
	border: none;
	background: #f7f7f8;
}

.lavapro-ls__end-dock {
	display: none;
}

.lavapro-ls__end-scroll {
	flex: 1 1 auto;
	min-height: 0;
}

.lavapro-ls__facet {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	min-width: 0;
}

.lavapro-ls__facet-stick {
	position: sticky;
	top: 0;
	z-index: 5;
	padding: 8px 12px 10px;
	background: #f7f7f8;
}

.lavapro-ls__facet + .lavapro-ls__facet .lavapro-ls__facet-stick {
	padding-top: 10px;
}

.lavapro-ls__facet-l {
	display: block;
	flex: 0 0 auto;
	position: static;
	margin: 0;
	padding: 0 0 4px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #6d6d6d;
	background: transparent;
	box-shadow: none;
}

.lavapro-ls__facet-row {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	min-width: 0;
	padding: 0 10px 0 12px;
	overflow: visible;
	position: relative;
	z-index: 0;
}

.lavapro-ls__facet-pin,
.lavapro-ls__facet-scroll {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 4px;
	min-width: 0;
	overflow: visible;
}

.lavapro-ls__facet-pin {
	padding: 0;
	margin: 0;
	border: 0;
}

.lavapro-ls__rail {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 8px;
	min-height: 0;
	padding: 8px 12px 6px;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	border-bottom: 1px solid rgba(21, 21, 21, .06);
	background: #fff;
}

.lavapro-ls__rail::-webkit-scrollbar {
	display: none;
}

.lavapro-ls__rail .lavapro-ls__applied {
	flex-wrap: nowrap;
	width: 100%;
}

.lavapro-ls__rail .lavapro-ls__applied-l {
	display: none;
}

.lavapro-ls__rail .lavapro-ls__applied-pill {
	min-height: 32px;
	padding: 4px 8px 4px 10px;
	font-size: 12px;
}

.lavapro-ls__rail .lavapro-ls__applied-n {
	max-width: 10em;
}

.lavapro-ls__dock {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 6px 12px 0;
}

.lavapro-ls__filters {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex: 0 0 auto;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid rgba(21, 21, 21, .14);
	border-radius: 999px;
	background: #fff;
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.lavapro-ls__filters[aria-expanded="true"] {
	border-color: var(--btn-primary-bg, #e74c3c);
	background: #fdecea;
}

.lavapro-ls__filters-n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 20px;
	height: 20px;
	padding: 0 6px;
	border-radius: 999px;
	background: var(--btn-primary-bg, #e74c3c);
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 20px;
}

.lavapro-ls__sheet {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 4;
}

.lavapro-ls__sheet.is-open {
	display: block;
}

.lavapro-ls__sheet-bg {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(21, 21, 21, .42);
	cursor: pointer;
}

.lavapro-ls__sheet-card {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	max-height: min(78vh, 640px);
	padding-bottom: env(safe-area-inset-bottom, 0px);
	overflow: hidden;
	border-radius: 16px 16px 0 0;
	background: #fff;
	box-shadow: 0 -12px 40px rgba(21, 21, 21, .2);
}

.lavapro-ls__sheet-handle {
	flex: 0 0 auto;
	width: 36px;
	height: 4px;
	margin: 8px auto 0;
	border-radius: 4px;
	background: #d8d8d8;
}

.lavapro-ls__sheet-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 auto;
	z-index: 3;
	padding: 8px 8px 8px 16px;
	background: #fff;
	font-size: 16px;
	font-weight: 800;
}

.lavapro-ls__sheet-x {
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: #f5f5f5;
	color: #555;
	font-size: 26px;
	line-height: 42px;
	cursor: pointer;
}

.lavapro-ls__sheet-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding: 12px 16px 20px;
	background: #fff;
}

.lavapro-ls__sheet-applied {
	flex: 0 0 auto;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 8px 16px 10px;
	background: #fff;
	border-bottom: 1px solid rgba(21, 21, 21, .08);
}

.lavapro-ls__sheet-applied[hidden] {
	display: none !important;
}

.lavapro-ls__sheet-applied .lavapro-ls__applied {
	flex-wrap: wrap;
	gap: 6px 8px;
}

.lavapro-ls__sheet-applied .lavapro-ls__applied-pill {
	min-height: 32px;
}

.lavapro-ls__sheet-applied .lavapro-ls__applied-clear {
	min-height: 32px;
}

.lavapro-ls__sheet-empty {
	padding: 24px 8px;
	color: #8a8a8a;
	font-size: 14px;
	text-align: center;
}

.lavapro-ls__sheet-act {
	display: flex;
	gap: 8px;
	flex: 0 0 auto;
	position: relative;
	z-index: 4;
	padding: 8px 16px 12px;
	border-top: 1px solid rgba(21, 21, 21, .08);
	background: #fff;
}

.lavapro-ls__sheet-reset,
.lavapro-ls__sheet-done {
	flex: 1 1 0;
	min-height: 48px;
	border: 0;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.lavapro-ls__sheet-reset {
	background: #f3f3f3;
	color: #333;
}

.lavapro-ls__sheet-done {
	background: var(--btn-primary-bg, #e74c3c);
	color: #fff;
}

.lavapro-ls__sheet .lavapro-ls__facet {
	flex-direction: column;
	align-items: stretch;
	margin: 0 0 16px;
	gap: 6px;
}

.lavapro-ls__sheet .lavapro-ls__facet-stick {
	position: static;
	top: auto;
	z-index: auto;
	margin: 0;
	padding: 0 0 8px;
	background: #fff;
	box-shadow: none;
}

.lavapro-ls__sheet .lavapro-ls__facet-l {
	position: static;
	margin: 0;
	padding: 0 0 6px;
	background: transparent;
	box-shadow: none;
}

.lavapro-ls__sheet .lavapro-ls__facet-row {
	padding: 0;
}

.lavapro-ls__sheet .lavapro-ls__facet-row,
.lavapro-ls__sheet .lavapro-ls__facet-scroll {
	flex-direction: column;
	flex-wrap: nowrap;
	overflow: visible;
}

.lavapro-ls__sheet .lavapro-ls__facet-pin {
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.lavapro-ls__dock .lavapro-ls__pager {
	flex: 1 1 auto;
	min-height: 40px;
	padding: 0;
	justify-content: flex-end;
}

.lavapro-ls__applied {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.lavapro-ls__applied-l {
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: #8a8a8a;
}

.lavapro-ls__applied-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	max-width: 100%;
	min-height: 36px;
	padding: 5px 10px 5px 12px;
	border: 1px solid var(--btn-primary-bg, #e74c3c);
	border-radius: 999px;
	background: #fdecea;
	color: #151515;
	font-size: 13px;
	font-weight: 600;
	font-family: inherit;
	line-height: 1.25;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.lavapro-ls__applied-k {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: #c47a00;
}

.lavapro-ls__applied-n {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 14em;
}

.lavapro-ls__applied-clear {
	min-height: 36px;
	padding: 6px 4px;
	border: 0;
	background: transparent;
	color: var(--btn-primary-bg, #e74c3c);
	font-size: 13px;
	font-weight: 700;
	font-family: inherit;
	text-decoration: underline;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.lavapro-ls__chip-x {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	margin-left: 1px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	color: var(--btn-primary-bg, #e74c3c);
}

.lavapro-ls__chipbox {
	display: flex;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
	border: 1px solid rgba(21, 21, 21, .08);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.lavapro-ls__chip {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	padding: 8px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #222 !important;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	text-decoration: none !important;
	white-space: normal;
	cursor: pointer;
	font-family: inherit;
	-webkit-appearance: none;
	appearance: none;
}

.lavapro-ls__chip:hover,
.lavapro-ls__chip:focus {
	background: #ececec;
	outline: none;
}

.lavapro-ls__chipbox.is-on,
.lavapro-ls__chip.is-on {
	background: #fdecea;
}

.lavapro-ls__chipbox.is-on {
	border-color: var(--btn-primary-bg, #e74c3c);
	box-shadow: inset 0 0 0 1px var(--btn-primary-bg, #e74c3c);
}

.lavapro-ls__chip-go {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 36px;
	min-height: 32px;
	flex: 0 0 36px;
	border: 0;
	border-left: 1px solid rgba(21, 21, 21, .08);
	color: #555 !important;
	text-decoration: none !important;
	background: transparent;
	cursor: pointer;
	touch-action: manipulation;
}

.lavapro-ls__chip-go:hover,
.lavapro-ls__chip-go:focus {
	background: #ececec;
	color: var(--btn-primary-bg, #e74c3c) !important;
	outline: none;
}

.lavapro-ls__chipbox.is-on .lavapro-ls__chip-go {
	border-left-color: rgba(231, 76, 60, .28);
}

.lavapro-ls__chip-c {
	flex: 0 0 auto;
	min-width: 1.4em;
	margin-left: auto;
	font-size: 12px;
	font-weight: 700;
	color: #8a8a8a;
	line-height: 1.3;
	white-space: nowrap;
}

.lavapro-ls__chip--brand,
.lavapro-ls__chip--cat {
	background: #f7f7f7;
}

.lavapro-ls__chip-n {
	flex: 1 1 auto;
	min-width: 0;
	max-width: none;
	overflow: hidden;
	display: block;
	max-height: 2.6em;
	white-space: normal;
	word-break: normal;
	overflow-wrap: break-word;
}

.lavapro-ls__chip-t {
	display: inline;
}

.lavapro-ls__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 6px 10px;
	padding: 8px 16px 16px;
}

.lavapro-ls__list:has(.lavapro-ls__item:only-child) {
	grid-template-columns: minmax(280px, 720px);
}

.lavapro-ls__panel.is-loading .lavapro-ls__list {
	opacity: .55;
	pointer-events: none;
}

.lavapro-ls__panel.is-loading .lavapro-ls__bar {
	box-shadow: inset 0 -2px 0 var(--btn-primary-bg, #e74c3c);
}

.lavapro-ls__empty,
.lavapro-ls__fail {
	padding: 32px 16px;
	text-align: center;
}

.lavapro-ls__empty-title,
.lavapro-ls__fail-title {
	font-size: 15px;
	font-weight: 700;
	color: #222;
}

.lavapro-ls__empty-hint,
.lavapro-ls__fail-hint {
	margin-top: 6px;
	font-size: 13px;
	color: #8a8a8a;
}

.lavapro-ls__skel {
	height: 108px;
	border-radius: 12px;
	background: linear-gradient(90deg, #f4f4f4 25%, #ececec 37%, #f4f4f4 63%);
	background-size: 400% 100%;
	animation: lavapro-ls-pulse 1.1s ease infinite;
}

@keyframes lavapro-ls-pulse {
	0% { background-position: 100% 0; }
	100% { background-position: -100% 0; }
}

@media (prefers-reduced-motion: reduce) {
	.lavapro-ls__skel {
		animation: none;
	}
}

.lavapro-ls__foot {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex: 0 0 auto;
	max-width: none;
	width: 100%;
	margin: 0;
	border-top: 1px solid rgba(21, 21, 21, .08);
	background: #fff;
}

.lavapro-ls__pager {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
	min-height: 48px;
	padding: 6px 20px;
}

.lavapro-ls__pager-n {
	margin-right: auto;
	font-size: 13px;
	font-weight: 600;
	color: #8a8a8a;
}

.lavapro-ls__pager-btn {
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f3f3;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	cursor: pointer;
	font-family: inherit;
}

.lavapro-ls__pager-btn:hover:not(:disabled) {
	background: #ececec;
}

.lavapro-ls__pager-btn:disabled {
	opacity: .35;
	cursor: default;
}

.lavapro-ls__all {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 16px 12px;
	min-height: 44px;
	padding: 0 16px;
	border-radius: 10px;
	background: var(--btn-primary-bg, #e74c3c);
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
}

.lavapro-ls__all:hover,
.lavapro-ls__all:focus {
	filter: brightness(0.96);
	text-decoration: none !important;
	outline: none;
}

@media (min-width: 992px) {
	.lavapro-ls__foot {
		flex-direction: row;
		align-items: center;
	}

	.lavapro-ls__pager {
		flex: 1 1 auto;
	}

	.lavapro-ls__all {
		flex: 0 0 auto;
		margin: 8px 20px 8px 0;
		min-width: 200px;
		min-height: 40px;
	}

	.lavapro-ls__item {
		min-height: 108px;
		padding: 12px 10px;
		gap: 12px;
	}

	.lavapro-ls__thumb {
		flex-basis: 80px;
		width: 80px;
		height: 80px;
	}

	.lavapro-ls__thumb img {
		max-width: 80px !important;
		max-height: 80px !important;
	}

	.lavapro-ls__name {
		font-size: 15px;
		max-height: 4.05em;
	}

	.lavapro-ls__prices {
		min-width: 0;
		max-width: none;
	}

	.lavapro-ls__p-val {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.lavapro-ls__bar {
		padding: 10px 12px;
		padding-top: max(10px, env(safe-area-inset-top));
		gap: 8px;
	}

	.lavapro-ls__q {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.lavapro-ls__x {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}

	.lavapro-ls__hint {
		padding: 12px 14px 4px;
	}

	.lavapro-ls__foot {
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	.lavapro-ls__item {
		min-height: 76px;
		padding: 10px 14px;
		gap: 12px;
	}

	.lavapro-ls__pager {
		padding: 6px 12px;
	}

	.lavapro-ls__all {
		margin: 0 12px 10px;
		margin-bottom: max(10px, env(safe-area-inset-bottom));
		min-height: 48px;
		font-size: 16px;
	}

	.lavapro-ls__chip-go {
		width: 44px;
		flex-basis: 44px;
	}
}

@media (min-width: 390px) and (max-width: 991px) {
	.lavapro-ls__thumb {
		flex-basis: 64px;
		width: 64px;
		height: 64px;
	}

	.lavapro-ls__name {
		font-size: 15px;
	}

	.lavapro-ls__p-val {
		font-size: 16px;
	}
}

@media (max-width: 389px) {
	.lavapro-ls__item {
		min-height: 68px;
		padding: 8px 12px;
		gap: 10px;
	}

	.lavapro-ls__thumb {
		flex-basis: 48px;
		width: 48px;
		height: 48px;
		border-radius: 8px;
	}

	.lavapro-ls__thumb img {
		max-width: 44px;
		max-height: 44px;
	}

	.lavapro-ls__name {
		font-size: 13.5px;
	}

	.lavapro-ls__prices {
		min-width: 0;
		max-width: none;
	}

	.lavapro-ls__p-val {
		font-size: 13.5px;
	}

	.lavapro-ls__p-lbl {
		font-size: 10px;
	}
}

@media (max-width: 1100px) {
	.lavapro-ls__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.lavapro-ls__list {
		grid-template-columns: 1fr;
		padding: 8px 8px 16px;
	}

	.lavapro-ls__wrap {
		overflow: hidden;
		flex-direction: column;
	}

	.lavapro-ls__body {
		order: 1;
		flex: 1 1 auto;
		overflow-x: hidden;
		overflow-y: auto;
		min-height: 0;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		touch-action: pan-y;
	}

	.lavapro-ls__end {
		display: none !important;
	}

	.lavapro-ls__foot {
		padding-bottom: max(8px, env(safe-area-inset-bottom, 0px));
	}

	.lavapro-ls__all {
		margin: 8px 12px 0;
		margin-bottom: 0;
		min-height: 48px;
		font-size: 16px;
	}

	.lavapro-ls__pager-btn[aria-label="В конец"] {
		display: none;
	}

	.lavapro-ls__item {
		touch-action: pan-y;
	}
}
