/* Узкие экраны: компактнее блок «Фильтры», полоса сортировки и подменю букетов (меньше вертикали) */
@media (max-width: 767px) {
	.page_catalog .catalog-filter-section { margin-bottom: 10px; border-radius: 12px; }
	.page_catalog .catalog-filter-section__toolbar { padding: 8px 10px 6px; }
	.page_catalog .catalog-filter-section__heading { font-size: 14px; margin: 0 0 2px; }
	.page_catalog .catalog-filter-section__lead { display: none; }
	.page_catalog .catalog-filter-section__body { padding: 8px 10px 10px; }
	.page_catalog .catalog-filter-group + .catalog-filter-group { margin-top: 4px; }
	.page_catalog .catalog-filter-title { margin-bottom: 4px; font-size: 11px; }
	.page_catalog .catalog-filter-subtitle { margin: 4px 0 2px; font-size: 12px; }
	.page_catalog .catalog-filter-tags { gap: 4px; }
	.page_catalog .catalog-filter-tag { padding: 4px 10px; font-size: 12px; }
	.page_catalog .catalog-filter-count { margin-bottom: 4px; }
	.page_catalog .catalog-filter-select { min-height: 36px; padding: 6px 10px; font-size: 13px; }
	.page_catalog .row.catalog_filters,
	.row.catalog_filters {
		padding: 10px 12px;
		gap: 10px;
		margin-bottom: 12px;
		border-radius: 12px;
	}
	.page_catalog .catalog_filters .by_currency { gap: 6px; }
	.page_catalog .catalog_filters .by_currency > a,
	.catalog_filters .by_currency > a { padding: 6px 12px; font-size: 12px; }
	.page_catalog .catalog_filters .sorting select,
	.page_catalog .catalog_filters .sorting .form-control,
	.page_catalog .catalog_filters .sorting .form-select,
	.catalog_filters .sorting select,
	.catalog_filters .sorting .form-control,
	.catalog_filters .sorting .form-select {
		padding: 8px 12px;
		min-height: 38px;
		font-size: 13px;
	}
	.page_catalog .catalog-sort-field { gap: 4px; max-width: none; }
	.page_catalog .catalog-bukety-selects-wrap { margin-bottom: 6px !important; padding-left: 8px !important; padding-right: 8px !important; }
	.page_catalog .catalog-bukety-selects-row { gap: 8px !important; }
	.page_catalog .catalog-bukety-mob-field__lbl { margin-bottom: 3px !important; font-size: 11px !important; }
	.page_catalog .catalog-bukety-mob-select .catalog-filter-select { min-height: 38px !important; font-size: 14px !important; }
	.page_catalog .mobile-catalog-buttons { margin: 14px 0 !important; gap: 8px !important; padding: 0 10px !important; }
}

.catalog-bukety-selects-row { display:flex; flex-direction:column; gap:10px; align-items:stretch; margin:0; }
@media (min-width:994px) {
	.catalog-bukety-selects-row {
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:16px;
		align-items:start;
	}
}
@media (max-width:993px) {
	.catalog-bukety-selects-wrap {
		background:#f3f4f6;
		width:100vw;
		max-width:100vw;
		margin-left:calc(50% - 50vw);
		margin-right:calc(50% - 50vw);
		padding:12px max(10px, env(safe-area-inset-right)) 14px max(10px, env(safe-area-inset-left)) !important;
		margin-bottom:0 !important;
		box-sizing:border-box;
	}
	.catalog-bukety-selects-row {
		display:grid !important;
		grid-template-columns:1fr 1fr;
		gap:10px;
		align-items:start;
	}
}
.catalog-bukety-select-wrap { flex:1 1 auto; width:100%; min-width:0; max-width:100%; position:relative; }
.catalog-bukety-mob-select { display:block !important; margin-top:0; }
.catalog-bukety-mob-field {
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:16px;
	padding:10px 12px 11px;
	box-sizing:border-box;
	box-shadow:0 1px 0 rgba(15,23,42,0.04);
}
.catalog-bukety-mob-field__lbl {
	display:block;
	font-size:12px;
	font-weight:500;
	color:#94a3b8;
	margin:0 0 5px;
	line-height:1.2;
	letter-spacing:0;
	text-transform:none;
}
.catalog-bukety-mob-field__control { position:relative; }
.catalog-bukety-mob-field__chev {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:22px;
	height:22px;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events:none;
	color:#9ca3af;
}
.catalog-bukety-mob-field__chev svg { display:block; }
.catalog-bukety-mob-select .catalog-filter-select.catalog-bukety-mob-select-native {
	width:100%;
	max-width:100%;
	box-sizing:border-box;
	margin:0;
	padding:0 26px 0 0;
	min-height:0;
	font-size:16px;
	font-weight:600;
	line-height:1.25;
	color:#0f172a;
	border:0;
	border-radius:0;
	background:transparent;
	-webkit-appearance:none;
	appearance:none;
	cursor:pointer;
	font-family:inherit;
}
.catalog-bukety-mob-select .catalog-filter-select.catalog-bukety-mob-select-native:focus {
	outline:none;
	box-shadow:none;
}
.catalog-bukety-mob-select .catalog-filter-select.catalog-bukety-mob-select-native:focus-visible {
	outline:2px solid #60967d;
	outline-offset:2px;
	border-radius:4px;
}
.catalog-bukety-mob-toolbar { display:none; margin-top:0; }
@media (max-width:993px) {
	.catalog-bukety-mob-toolbar { display:block; margin-top:12px; }
}
.catalog-bukety-mob-actions { display:flex; gap:8px; flex-wrap:nowrap; margin:0; align-items:stretch; }
.catalog-bukety-mob-chip {
	flex:1;
	min-width:0;
	display:inline-flex;
	align-items:center;
	justify-content:flex-start;
	gap:6px;
	padding:10px 10px;
	border-radius:999px;
	border:1px solid #e5e7eb;
	background:#fff;
	font-size:13px;
	font-weight:600;
	color:#1e293b;
	cursor:pointer;
	font-family:inherit;
	line-height:1.15;
	box-sizing:border-box;
	box-shadow:0 1px 0 rgba(15,23,42,0.04);
}
.catalog-bukety-mob-chip__txt { flex:1 1 auto; min-width:0; text-align:left; }
.catalog-bukety-mob-chip__ic { flex-shrink:0; display:flex; align-items:center; justify-content:center; color:#475569; }
.catalog-bukety-mob-chip__ic svg { display:block; }
.catalog-bukety-mob-chip__tail { flex-shrink:0; display:flex; align-items:center; justify-content:center; margin-left:auto; padding-left:4px; color:#94a3b8; }
.catalog-bukety-mob-chip__tail svg { display:block; }
.catalog-bukety-mob-chip:active { background:#f9fafb; }
.catalog-bukety-mob-chip--filters .catalog-bukety-mob-chip__txt { flex:1 1 auto; }
.catalog-bukety-mob-chip__badge {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:20px;
	height:20px;
	padding:0 6px;
	border-radius:999px;
	background:#60967d;
	color:#fff;
	font-size:11px;
	font-weight:700;
	line-height:1;
}
.catalog-bukety-mob-meta {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	gap:12px;
	margin-top:12px;
	padding-top:0;
	border-top:0;
}
.catalog-bukety-mob-found { font-size:14px; font-weight:500; color:#9ca3af; margin:0; line-height:1.3; }
.catalog-bukety-sheet-overlay {
	position:fixed; inset:0; background:rgba(15,23,42,0.45); z-index:10050;
	opacity:0; visibility:hidden; transition:opacity .2s, visibility .2s;
}
.catalog-bukety-sheet-overlay.is-open { opacity:1; visibility:visible; }
.catalog-bukety-sheet {
	position:fixed; left:0; right:0; bottom:0;
	max-height:92vh;
	min-height:58vh;
	background:#fff;
	border-radius:16px 16px 0 0; z-index:10051; transform:translateY(105%);
	transition:transform .28s ease; box-shadow:0 -8px 32px rgba(0,0,0,.12);
	display:flex; flex-direction:column; box-sizing:border-box;
}
.catalog-bukety-sheet.is-open { transform:translateY(0); }
.catalog-bukety-sheet__head {
	display:flex; align-items:center; justify-content:space-between;
	padding:14px 16px 10px; border-bottom:1px solid #e5e7eb; flex-shrink:0;
}
.catalog-bukety-sheet__title { margin:0; font-size:17px; font-weight:700; color:#0f172a; }
.catalog-bukety-sheet__close {
	border:0; background:transparent; font-size:26px; line-height:1; cursor:pointer;
	color:#64748b; padding:4px 8px; font-family:inherit;
}
.catalog-bukety-sheet__list {
	overflow-y:auto; flex:1; min-height:0;
	padding:8px 12px max(16px, env(safe-area-inset-bottom));
	-webkit-overflow-scrolling:touch;
}
.catalog-bukety-sheet__item {
	display:block; width:100%; text-align:left; box-sizing:border-box;
	padding:12px 14px; margin:0 0 8px; border:1px solid #e5e7eb; border-radius:12px;
	background:#fff; font-size:15px; font-weight:600; color:#1e293b;
	cursor:pointer; font-family:inherit; line-height:1.3;
}
.catalog-bukety-sheet__item:last-child { margin-bottom:0; }
.catalog-bukety-sheet__item.is-active {
	border-color:#60967d; background:#f0faf5; color:#1e3d2e;
}
.catalog-bukety-sheet__group-title {
	font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.04em;
	color:#64748b; margin:14px 0 8px; line-height:1.2;
}
.catalog-bukety-sheet__group-title:first-child { margin-top:4px; }
.catalog-bukety-sheet__subtle {
	font-size:12px; font-weight:600; color:#475569; margin:0 0 6px 2px;
}
body.catalog-bukety-sheet-open { overflow:hidden; touch-action:none; }
@media (min-width:994px) {
	.catalog-bukety-sheet-overlay,
	.catalog-bukety-sheet { display:none !important; }
}
/* Тот же UX что на узкой мобилке: до 993px дубль блока «Фильтры» и полосы сортировки скрыт — контент в чипах/шторках */
@media (max-width:993px) {
	.page_catalog .catalog-bukety-selects-wrap ~ #catalog-bukety-panel-filters,
	.page_catalog .catalog-bukety-selects-wrap ~ #catalog-bukety-panel-sort {
		display:none !important;
		visibility:hidden !important;
		height:0 !important;
		min-height:0 !important;
		max-height:0 !important;
		margin:0 !important;
		padding:0 !important;
		overflow:hidden !important;
		border:0 !important;
		pointer-events:none !important;
	}
}
.catalog-bukety-select-wrap .catalog-nav-seo-links {
	position:absolute; width:1px; height:1px; margin:-1px; padding:0; overflow:hidden;
	clip:rect(0,0,0,0); clip-path:inset(50%); border:0; white-space:nowrap;
}
.catalog-bukety-select-wrap .catalog-nav-seo-links a { display:block; }
/* Плитки под SEO-текстом (дубль навигации снизу; на десктопе тоже) */
.catalog-bukety-below-text { display:block; margin-top:8px; }
.catalog-bukety-below-inner { max-width:1200px; margin:0 auto; padding:0 12px; box-sizing:border-box; }
.catalog-bukety-below-heading {
	font-size:17px; font-weight:700; color:#2f4c40; margin:0 0 14px 0; line-height:1.3;
}
.catalog-bukety-below-group { margin:0 0 18px 0; }
.catalog-bukety-below-group:last-child { margin-bottom:0; }
.catalog-bukety-below-group-title {
	font-weight:700; font-size:14px; color:#2f4c40; margin:0 0 8px 0; line-height:1.3;
}
.catalog-bukety-below-grid {
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:8px 10px;
}
@media (max-width:400px) {
	.catalog-bukety-below-grid { grid-template-columns:1fr; }
}
.catalog-bukety-below-link {
	display:block;
	padding:10px 12px;
	border-radius:10px;
	text-align:center;
	font-size:14px;
	line-height:1.3;
	text-decoration:none;
	color:#3d5a4a;
	background:linear-gradient(135deg, rgba(96,150,125,0.12) 0%, rgba(96,150,125,0.05) 100%);
	border:1px solid rgba(91,126,110,0.22);
	box-sizing:border-box;
}
.catalog-bukety-below-link:hover { color:#28a745; border-color:rgba(40,167,69,0.45); }
.catalog-bukety-below-link.is-current {
	font-weight:700;
	color:#1e3d2e;
	border-color:rgba(40,167,69,0.55);
	box-shadow:0 0 0 1px rgba(40,167,69,0.2);
}

.mobile-catalog-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin: 30px 0;
	padding: 0 15px;
	position: relative;
	z-index: 1001;
}

@media (min-width: 768px) {
	.mobile-catalog-buttons {
		margin: 40px 0;
	}
}

.btn-show-more .btn-show-more-total {
	font-weight: 400;
	opacity: 0.95;
	white-space: nowrap;
}

.btn-show-more {
	display: inline-block;
	padding: 14px 28px;
	background: #60967d;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	transition: background 0.3s ease;
	width: 100%;
	max-width: 320px;
	cursor: pointer;
	font-family: inherit;
	box-shadow: 0 2px 8px rgba(96, 150, 125, 0.3);
	pointer-events: auto;
	position: relative;
	z-index: 1;
}

.btn-show-more:hover,
.btn-show-more:active {
	background: #4a7c59;
	color: #fff;
	box-shadow: 0 4px 12px rgba(96, 150, 125, 0.4);
}

.btn-show-more:disabled {
	background: #ccc;
	cursor: not-allowed;
	opacity: 0.6;
	box-shadow: none;
	pointer-events: none;
}

.btn-scroll-top {
	padding: 12px 24px;
	background: #E5E5E5;
	color: #60967d;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	width: 100%;
	max-width: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.btn-scroll-top:hover {
	background: #f0f0f0;
	color: #4a7c59;
	box-shadow: 0 2px 8px rgba(96, 150, 125, 0.2);
}

.btn-scroll-top .caret-up {
	font-size: 18px;
	line-height: 1;
	color: #60967d;
}

/* Скрываем стандартную пагинацию для всех устройств */
.pagination-wrapper {
	display: none !important;
}

/* Показываем кнопки "Показать еще" для всех устройств */
.mobile-catalog-buttons {
	display: flex !important;
}

/* Единый красивый стиль для таблиц в тексте категорий и специальных блоках (например, "Пионы") */
.page_catalog .catalog-desc table,
.page_catalog .catalog-piony-tables table {
	width: 100%;
	border-collapse: collapse;
	margin: 24px 0;
	background: transparent !important;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none;
}

.page_catalog .catalog-desc table thead tr,
.page_catalog .catalog-piony-tables table thead tr {
	background: transparent !important;
}

.page_catalog .catalog-desc table th,
.page_catalog .catalog-desc table td,
.page_catalog .catalog-piony-tables table th,
.page_catalog .catalog-piony-tables table td {
	padding: 9px 12px;
	border-bottom: 1px solid #edf2f7;
	text-align: left;
	font-size: 14px;
	background: transparent !important;
}

.page_catalog .catalog-desc table th,
.page_catalog .catalog-piony-tables table th {
	font-weight: 600;
	color: #2c3e50;
}

.page_catalog .catalog-desc table tbody tr:nth-child(even),
.page_catalog .catalog-piony-tables table tbody tr:nth-child(even) {
	background: transparent !important;
}

.page_catalog .catalog-desc table tr,
.page_catalog .catalog-piony-tables table tr {
	background: transparent !important;
}

.page_catalog .catalog-desc table tbody tr:last-child td,
.page_catalog .catalog-piony-tables table tbody tr:last-child td {
	border-bottom: none;
}

/* Красивое оформление контентных списков и блоков из админ-редактора */
.page_catalog .catalog-desc {
	background: #ffffff;
	border: 1px solid #e6efe9;
	border-radius: 14px;
	padding: 20px 22px;
	margin: 22px 0 14px;
	color: #2b3b34;
	line-height: 1.65;
}
/* Мобилка: без отдельной «карточки» — текст на фоне страницы, как блоки на главной (один отступ от .container) */
@media (max-width: 768px) {
	.page_catalog .catalog-desc {
		background: transparent;
		border: none;
		border-radius: 0;
		padding: 18px 0;
		margin: 16px 0 12px;
		box-shadow: none;
	}
}

.page_catalog .catalog-desc h2,
.page_catalog .catalog-desc h3,
.page_catalog .catalog-desc h4 {
	color: #1f3a30;
	line-height: 1.3;
	margin: 0 0 12px;
	background: transparent !important;
}

.page_catalog .catalog-desc h1 {
	background: transparent !important;
}

.page_catalog .catalog-desc p {
	margin: 0 0 12px;
}

/* Фото слева с обтеканием текстом (вставляй img/figure с классом seo-photo-left) */
.page_catalog .catalog-desc img.seo-photo-left,
.page_catalog .catalog-desc figure.seo-photo-left,
.page_catalog .catalog-page-content--fullwidth img.seo-photo-left,
.page_catalog .catalog-page-content--fullwidth figure.seo-photo-left {
	/* Important: в общем стиле есть `float: none !important` для любых img внутри catalog-desc. */
	float: left !important;
	clear: none !important;

	/* Не задаём width/height: берём сохранённый размер из конструктора. */
	max-width: 100% !important;

	margin: 0 18px 12px 0;
	border-radius: 14px;
	overflow: hidden;

	/* Без подложки под фото. */
	background: transparent;
}

.page_catalog .catalog-desc .seo-photo-left,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left {
	background: transparent !important;
}

/*
 * Фото слева: классическое обтекание — float:left у figure, flow-root у обёртки (содержит float).
 * Текст в .seo-photo-left-main идёт справа от фото и обтекает его по строкам.
 */
.page_catalog .catalog-desc .seo-photo-left-wrap,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap {
	display: flow-root;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box;
	overflow: visible;
}

.page_catalog .catalog-desc .seo-photo-left-wrap figure.seo-photo-left,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap figure.seo-photo-left {
	position: static !important;
	left: auto !important;
	top: auto !important;
	float: left !important;
	clear: none !important;
	margin: 0 18px 12px 0 !important;
	max-width: 100%;
	z-index: auto;
}

/* Фолбэк без <figure>: класс на img (CKEditor мог вырезать figure) */
.page_catalog .catalog-desc .seo-photo-left-wrap > img.seo-photo-left__img,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap > img.seo-photo-left__img,
.page_catalog .catalog-desc .seo-photo-left-wrap img.seo-photo-left__img:first-of-type,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap img.seo-photo-left__img:first-of-type {
	float: left !important;
	clear: none !important;
	margin: 0 18px 12px 0 !important;
	max-width: 100%;
	object-fit: cover;
	border-radius: 14px;
}

.page_catalog .catalog-desc .seo-photo-left-wrap .seo-photo-left-main,
.page_catalog .catalog-desc .seo-photo-left-wrap .seo-photo-left-text,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap .seo-photo-left-main,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap .seo-photo-left-text {
	min-width: 0;
	max-width: 100%;
}

.page_catalog .catalog-desc .seo-photo-left-text,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-text {
	display: block;
}

.page_catalog .catalog-desc .seo-photo-left-text h3,
.page_catalog .catalog-page-content--fullwidth .seo-photo-left-text h3 {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.page_catalog .catalog-desc figure.seo-photo-left + h3,
.page_catalog .catalog-page-content--fullwidth figure.seo-photo-left + h3 {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

/* Фолбэк: figure сразу в section */
.page_catalog .catalog-desc .seo-section:has(> figure.seo-photo-left):not(:has(.seo-photo-left-wrap)),
.page_catalog .catalog-page-content--fullwidth .seo-section:has(> figure.seo-photo-left):not(:has(.seo-photo-left-wrap)) {
	display: block;
	overflow: visible;
}

.page_catalog .catalog-desc .seo-section:has(> figure.seo-photo-left):not(:has(.seo-photo-left-wrap)) > figure.seo-photo-left,
.page_catalog .catalog-page-content--fullwidth .seo-section:has(> figure.seo-photo-left):not(:has(.seo-photo-left-wrap)) > figure.seo-photo-left {
	float: left !important;
	clear: none !important;
	margin: 0 18px 12px 0 !important;
}

.page_catalog .catalog-desc figure.seo-photo-left img,
.page_catalog .catalog-page-content--fullwidth figure.seo-photo-left img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
}

.page_catalog .catalog-desc img.seo-photo-left,
.page_catalog .catalog-page-content--fullwidth img.seo-photo-left {
	display: block;
	object-fit: cover;
}

@media (max-width: 767px) {
	.page_catalog .catalog-desc img.seo-photo-left,
	.page_catalog .catalog-desc figure.seo-photo-left,
	.page_catalog .catalog-page-content--fullwidth img.seo-photo-left,
	.page_catalog .catalog-page-content--fullwidth figure.seo-photo-left {
		float: none !important;
		clear: none !important;
		max-width: 100% !important;
	}

	.page_catalog .catalog-desc figure.seo-photo-left img,
	.page_catalog .catalog-desc img.seo-photo-left,
	.page_catalog .catalog-page-content--fullwidth figure.seo-photo-left img,
	.page_catalog .catalog-page-content--fullwidth img.seo-photo-left {
		height: 100% !important;
	}

	.page_catalog .catalog-desc .seo-photo-left-wrap,
	.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap {
		display: flow-root;
	}

	.page_catalog .catalog-desc .seo-photo-left-wrap figure.seo-photo-left,
	.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap figure.seo-photo-left,
	.page_catalog .catalog-desc .seo-photo-left-wrap img.seo-photo-left__img,
	.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap img.seo-photo-left__img {
		float: none !important;
		display: block;
		margin: 0 auto 12px !important;
	}

	.page_catalog .catalog-desc .seo-photo-left-wrap .seo-photo-left-main,
	.page_catalog .catalog-desc .seo-photo-left-wrap .seo-photo-left-text,
	.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap .seo-photo-left-main,
	.page_catalog .catalog-page-content--fullwidth .seo-photo-left-wrap .seo-photo-left-text {
		width: 100%;
	}

	.page_catalog .catalog-desc .seo-section:has(> figure.seo-photo-left) > figure.seo-photo-left,
	.page_catalog .catalog-page-content--fullwidth .seo-section:has(> figure.seo-photo-left) > figure.seo-photo-left {
		float: none !important;
		display: block;
		margin: 0 auto 12px !important;
	}
}

.page_catalog .catalog-desc ul {
	margin: 0 0 14px;
	padding: 0;
	display: grid;
	gap: 8px;
	list-style: none;
}

.page_catalog .catalog-desc ul > li {
	position: relative;
	padding-left: 20px;
}

.page_catalog .catalog-desc ul > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.62em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5a9a7a;
}

/* Нумерованный список — 1. 2. 3. (не сетка, иначе пропадают номера) */
.page_catalog .catalog-desc ol {
	margin: 0 0 14px;
	padding: 0 0 0 1.5em;
	list-style: decimal;
	list-style-position: outside;
	display: block;
}

.page_catalog .catalog-desc ol > li {
	margin: 0 0 8px;
	padding-left: 0.35em;
	line-height: 1.55;
}

/* Конструктор: три круглых фото + подпись снизу (в ряд через flex) */
.page_catalog .catalog-desc .seo-triple-circles .seo-triple-circles-grid,
.seo-triple-circles .seo-triple-circles-grid,
.page_catalog .catalog-desc .seo-triple-circles-grid,
.seo-triple-circles-grid {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center;
	align-items: flex-start;
	gap: 110px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.page_catalog .catalog-desc .seo-triple-circle-item,
.seo-triple-circle-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	max-width: 100%;
}

.page_catalog .catalog-desc .seo-triple-circle-photo,
.seo-triple-circle-photo {
	width: 100%;
	max-width: 9rem;
	aspect-ratio: 1;
	margin: 0 auto 10px;
	overflow: hidden;
	border-radius: 50%;
	background: #e8f0eb;
	border: 1px solid #d5e5dc;
	box-sizing: border-box;
}

.page_catalog .catalog-desc .seo-triple-circle-photo img,
.seo-triple-circle-photo img {
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	display: block;
	object-fit: cover;
}

.page_catalog .catalog-desc .seo-triple-circle-caption,
.seo-triple-circle-caption {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #334940;
}

@media (max-width: 640px) {
	.page_catalog .catalog-desc .seo-triple-circles .seo-triple-circles-grid,
	.seo-triple-circles .seo-triple-circles-grid,
	.page_catalog .catalog-desc .seo-triple-circles-grid,
	.seo-triple-circles-grid {
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: stretch;
	}

	.page_catalog .catalog-desc .seo-triple-squares .seo-triple-squares-grid,
	.seo-triple-squares .seo-triple-squares-grid,
	.page_catalog .catalog-desc .seo-triple-squares-grid,
	.seo-triple-squares-grid {
		flex-direction: column !important;
		flex-wrap: wrap !important;
		align-items: stretch;
	}
}

/* Конструктор: три квадрата со светло-оранжевым фоном и текстом внутри (как круги по сетке) */
.page_catalog .catalog-desc .seo-triple-squares .seo-triple-squares-grid,
.seo-triple-squares .seo-triple-squares-grid,
.page_catalog .catalog-desc .seo-triple-squares-grid,
.seo-triple-squares-grid {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	justify-content: center;
	align-items: flex-start;
	gap: 110px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

.page_catalog .catalog-desc .seo-triple-square-item,
.seo-triple-square-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 auto;
	min-width: 0;
	max-width: 100%;
}

.page_catalog .catalog-desc .seo-triple-square-box,
.seo-triple-square-box {
	width: 100%;
	max-width: 9rem;
	aspect-ratio: 1;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff4e6;
	border: 1px solid #fad5a5;
	box-shadow: 0 2px 8px rgba(180, 100, 40, 0.08);
}

.page_catalog .catalog-desc .seo-triple-square-box .seo-triple-square-text,
.page_catalog .catalog-desc .seo-triple-square-box p,
.seo-triple-square-text {
	margin: 0 !important;
	padding: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #5c3d2e;
	text-align: center;
	font-weight: 600;
}

.page_catalog .catalog-desc .seo-section {
	padding: 14px 16px;
	border: 1px solid #e2ece6;
	border-radius: 12px;
	background: #fbfdfc;
	margin-bottom: 14px;
}

/* Блок «Фото слева» — без подложки-карточки (только контент) */
.page_catalog .catalog-desc .seo-section.seo-photo-left-section,
.page_catalog .catalog-page-content--fullwidth .seo-section.seo-photo-left-section {
	padding: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}

.page_catalog .catalog-desc .seo-cta {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #e7dfcf;
	background: linear-gradient(180deg, #fbf7ee 0%, #f6f0e4 100%);
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-highlight {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #d9e9e1;
	background: linear-gradient(180deg, #f4faf7 0%, #edf7f2 100%);
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-text-bg {
	margin: 0 0 14px !important;
	padding: 14px 16px !important;
	border-radius: 12px !important;
	border: 1px solid #bcd8ca !important;
	background: #e8f5ee !important;
	box-shadow: 0 4px 14px rgba(43, 74, 58, 0.06) !important;
	display: block !important;
}

.page_catalog .catalog-desc .seo-text-bg p {
	margin: 0;
	color: #2f4c40;
	line-height: 1.62;
	font-size: 15px;
}

.page_catalog .catalog-desc .seo-text-bg__content {
	display: block !important;
	margin: 0 0 14px !important;
	padding: 14px 16px !important;
	border-radius: 12px !important;
	border: 1px solid #bcd8ca !important;
	background: #e8f5ee !important;
	box-shadow: 0 4px 14px rgba(43, 74, 58, 0.06) !important;
	color: #2f4c40 !important;
	line-height: 1.62 !important;
	font-size: 15px !important;
}

/* Плашка «Бесплатная доставка» (конструктор) */
.page_catalog .catalog-desc .seo-free-delivery-badge,
.seo-free-delivery-badge {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	padding: 12px 18px;
	border-radius: 12px;
	border: 1px solid #b8dcc8;
	background: linear-gradient(135deg, #f0faf4 0%, #e8f5ee 100%);
	box-shadow: 0 4px 14px rgba(43, 74, 58, 0.08);
	box-sizing: border-box;
	margin: 0 0 14px;
	font-size: 16px;
	font-weight: 700;
	color: #1f4a32;
	letter-spacing: 0.02em;
	text-align: center;
}

.page_catalog .catalog-desc .seo-free-delivery-badge__icon,
.seo-free-delivery-badge__icon {
	font-size: 1.35em;
	line-height: 1;
	flex-shrink: 0;
}

.page_catalog .catalog-desc .seo-free-delivery-badge__text,
.seo-free-delivery-badge__text {
	line-height: 1.35;
}

/* Каждый SEO-блок должен идти отдельно, а не в одной строке (плашка доставки — отдельно, у неё flex) */
.page_catalog .catalog-desc .seo-section,
.page_catalog .catalog-desc .seo-reviews,
.page_catalog .catalog-desc .seo-text-bg,
.page_catalog .catalog-desc .seo-table-wrap,
.page_catalog .catalog-desc .seo-modern-block {
	display: block !important;
	width: 100% !important;
	clear: both;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page_catalog .catalog-desc .seo-free-delivery-badge {
	width: 100% !important;
	clear: both;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.page_catalog .catalog-desc .seo-table-wrap {
	padding: 14px 16px;
	border: 1px solid #dfe9e3;
	border-radius: 12px;
	background: transparent;
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-table-wrap h3 {
	margin: 0 0 10px;
}

.page_catalog .catalog-desc .seo-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #dbe8e1;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
}

.page_catalog .catalog-desc .seo-table th,
.page_catalog .catalog-desc .seo-table td {
	padding: 10px 12px;
	border-bottom: 1px solid #edf2ef;
	border-right: 1px solid #edf2ef;
	font-size: 14px;
	line-height: 1.45;
}

.page_catalog .catalog-desc .seo-table th:last-child,
.page_catalog .catalog-desc .seo-table td:last-child {
	border-right: none;
}

.page_catalog .catalog-desc .seo-table tbody tr:last-child td {
	border-bottom: none;
}

.page_catalog .catalog-desc .seo-table thead th {
	background: transparent;
	color: #1f3a30;
	font-weight: 700;
}

.page_catalog .catalog-desc .seo-table tbody tr:nth-child(even) td {
	background: transparent;
}

/* Альтернативный стиль таблицы (для блока tableAlt в конструкторе) */
.page_catalog .catalog-desc .seo-table-wrap--alt,
.seo-table-wrap--alt {
	background: transparent;
	border: none !important;
}

.page_catalog .catalog-desc .seo-table--alt,
.seo-table--alt {
	border: none !important;
	background: transparent !important;
}

.page_catalog .catalog-desc .seo-table--alt thead th,
.seo-table--alt thead th {
	background: transparent;
	color: #1f3a30;
	font-weight: 800;
	border-bottom: none !important;
}

.page_catalog .catalog-desc .seo-table--alt th,
.page_catalog .catalog-desc .seo-table--alt td,
.seo-table--alt th,
.seo-table--alt td {
	border-right: 2px solid #d7e7dd !important;
	border-bottom: 1px solid #e2ece6 !important;
	border-left: none !important;
}

.page_catalog .catalog-desc .seo-table--alt thead th:last-child,
.page_catalog .catalog-desc .seo-table--alt tbody td:last-child,
.seo-table--alt thead th:last-child,
.seo-table--alt tbody td:last-child {
	border-right: none !important;
}

.page_catalog .catalog-desc .seo-table--alt tbody tr:nth-child(even) td,
.page_catalog .catalog-desc .seo-table--alt tbody tr td,
.seo-table--alt tbody tr td {
	background: transparent !important;
}


.page_catalog .catalog-desc .seo-reviews,
.seo-reviews {
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-reviews h2,
.page_catalog .catalog-desc .seo-reviews h3,
.seo-reviews h2,
.seo-reviews h3 {
	margin: 0 0 12px;
	text-align: center;
}

.page_catalog .catalog-desc .seo-reviews-grid,
.seo-reviews-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	grid-auto-flow: row;
}

.page_catalog .catalog-desc .seo-review-card,
.page_catalog .catalog-desc .seo-reviews-grid article,
.seo-review-card,
.seo-reviews-grid article {
	background: #fff;
	border: 2px solid #e0f0e6;
	border-radius: 12px;
	padding: 14px 12px;
	box-shadow: 0 6px 18px rgba(43, 74, 58, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	position: relative;
	/* Чтобы оценка сверху, текст по центру, а дата/имя всегда внизу */
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page_catalog .catalog-desc .seo-reviews-grid :not(.seo-reviews-grid):has(.seo-review-stars):has(.seo-review-meta),
.seo-reviews-grid :not(.seo-reviews-grid):has(.seo-review-stars):has(.seo-review-meta) {
	/* Делаем “карточку” даже если CKEditor заменил теги/обёртки и не сохранил article/seo-review-card */
	background: #fff;
	border: 2px solid #e0f0e6;
	border-radius: 12px;
	padding: 14px 12px;
	box-shadow: 0 6px 18px rgba(43, 74, 58, 0.04);
	transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.page_catalog .catalog-desc .seo-review-card::after,
.page_catalog .catalog-desc .seo-reviews-grid article::after,
.seo-review-card::after,
.seo-reviews-grid article::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border-radius: 10px;
	border: 1px solid rgba(96, 150, 125, 0.22);
	pointer-events: none;
}

.page_catalog .catalog-desc .seo-review-card:hover,
.page_catalog .catalog-desc .seo-reviews-grid article:hover,
.seo-review-card:hover,
.seo-reviews-grid article:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(43, 74, 58, 0.07);
	border-color: #cfe3d8;
}

.page_catalog .catalog-desc .seo-review-stars,
.seo-review-stars {
	color: #e0a93a;
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.page_catalog .catalog-desc .seo-review-text,
.seo-review-text {
	margin: 0 0 12px;
	font-size: 14px;
	color: #334940;
	flex: 1 1 auto;
}

.page_catalog .catalog-desc .seo-review-meta,
.seo-review-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 12px;
	color: #6a7d74;
	margin-top: auto;
}

.page_catalog .catalog-desc .seo-review-meta span,
.seo-review-meta span {
	white-space: nowrap;
}

.page_catalog .catalog-desc .seo-modern-block {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #dfe9e3;
	background: transparent;
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-modern-block h3 {
	margin: 0 0 10px;
}

.page_catalog .catalog-desc .seo-section h1,
.page_catalog .catalog-desc .seo-section h2,
.page_catalog .catalog-desc .seo-section h3,
.page_catalog .catalog-desc .seo-section h4,
.page_catalog .catalog-desc .seo-modern-block h1,
.page_catalog .catalog-desc .seo-modern-block h2,
.page_catalog .catalog-desc .seo-modern-block h3,
.page_catalog .catalog-desc .seo-modern-block h4 {
	text-align: center;
	background: transparent !important;
}

.page_catalog .catalog-desc .seo-modern-block p:last-child {
	margin-bottom: 0;
}

.page_catalog .catalog-desc .seo-steps ol {
	counter-reset: step;
	list-style: none;
	padding-left: 0;
}

.page_catalog .catalog-desc .seo-steps ol li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 10px;
}

.page_catalog .catalog-desc .seo-steps ol li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #5d9a7d;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}

.page_catalog .catalog-desc .seo-pricecards-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.page_catalog .catalog-desc .seo-pricecard {
	border: 1px solid #e3ece7;
	border-radius: 10px;
	padding: 12px;
	background: #fff;
}

.page_catalog .catalog-desc .seo-pricecard--accent {
	border-color: #cfe3d8;
	background: linear-gradient(180deg, #f7fcf9 0%, #eef8f3 100%);
}

.page_catalog .catalog-desc .seo-pricecard p {
	margin: 6px 0 0;
}

.page_catalog .catalog-desc .seo-timeline-item {
	display: flex;
	gap: 10px;
	padding: 8px 10px;
	border: 1px solid #e5eee9;
	border-radius: 9px;
	background: #fff;
	margin-bottom: 8px;
}

.page_catalog .catalog-desc .seo-timeline-item strong {
	color: #2f5b4c;
	min-width: 74px;
}

.page_catalog .catalog-desc .seo-badges .seo-badge {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 6px 6px 0;
	border-radius: 999px;
	border: 1px solid #d5e9df;
	background: #edf7f2;
	font-size: 13px;
	color: #35584a;
}

.page_catalog .catalog-desc .seo-faqchips .seo-chip {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 7px 10px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dfe9e3;
	text-decoration: none;
	color: #35584a;
}

.page_catalog .catalog-desc .seo-beforeafter-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.page_catalog .catalog-desc .seo-before,
.page_catalog .catalog-desc .seo-after {
	padding: 12px;
	border-radius: 10px;
}

.page_catalog .catalog-desc .seo-before {
	border: 1px dashed #cfded6;
	background: #fff;
}

.page_catalog .catalog-desc .seo-after {
	border: 1px solid #d7e8de;
	background: #f5faf7;
}

.page_catalog .catalog-desc .seo-before p,
.page_catalog .catalog-desc .seo-after p {
	margin: 6px 0 0;
}

.page_catalog .catalog-desc .seo-seasonal ul,
.page_catalog .catalog-desc .seo-guarantees ul {
	margin-bottom: 0;
}

.page_catalog .catalog-desc .seo-promo {
	border-color: #dfe7d7;
	background: linear-gradient(180deg, #fff9ef 0%, #f8f2e6 100%);
}

.page_catalog .catalog-desc .seo-promo p {
	margin: 0;
}

.page_catalog .catalog-desc .seo-varieties {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #dce9e2;
	background: #f9fcfa;
	margin-bottom: 14px;
}

.page_catalog .catalog-desc .seo-varieties-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

.page_catalog .catalog-desc .variety-item {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: 1px solid #e5efe9;
	border-radius: 10px;
	padding: 8px 10px;
}

.page_catalog .catalog-desc .variety-photo-wrap {
	width: 56px !important;
	height: 56px !important;
	min-width: 56px;
	max-width: 56px;
	min-height: 56px;
	max-height: 56px;
	flex: 0 0 56px;
	margin: 0;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #d9e7df;
	background: #eef5f1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.page_catalog .catalog-desc .variety-photo {
	width: 56px !important;
	height: 56px !important;
	min-width: 56px;
	max-width: 56px;
	min-height: 56px;
	max-height: 56px;
	display: block;
	object-fit: cover;
	border-radius: 50%;
}

.page_catalog .catalog-desc .variety-item p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #4f6158;
	text-align: left;
}

@media (max-width: 767px) {
	.page_catalog .catalog-desc {
		padding: 16px 14px;
		border-radius: 12px;
	}
	.page_catalog .catalog-desc .variety-photo-wrap {
		width: 56px !important;
		height: 56px !important;
		flex-basis: 56px;
	}
	.page_catalog .catalog-desc .seo-table-wrap {
		overflow-x: auto;
	}
	.page_catalog .catalog-desc .seo-table {
		min-width: 340px;
	}
	.page_catalog .catalog-desc .seo-reviews-grid,
	.seo-reviews-grid {
		grid-template-columns: 1fr;
	}
	.page_catalog .catalog-desc .seo-pricecards-grid,
	.page_catalog .catalog-desc .seo-beforeafter-grid {
		grid-template-columns: 1fr;
	}
	.page_catalog .catalog-desc .seo-timeline-item {
		flex-direction: column;
		gap: 4px;
	}
}
/* Мобильные селекты вместо высокой сетки колонок */
.catalog-root-mobile-selects { display: none; }
@media (max-width: 767px) {
	.catalog-root-columns--desktop { display: none !important; }
	.catalog-root-mobile-selects { display: block !important; }
}
.catalog-root-mobile-selects-inner { display: flex; flex-direction: column; gap: 10px; }
.catalog-root-mob-wrap { position: relative; }
.catalog-root-mob-wrap .catalog-root-mob-label { display: block; font-weight: 600; font-size: 13px; color: #2f4c40; margin: 0 0 4px 0; line-height: 1.2; }
.catalog-root-mob-wrap .catalog-filter-select { width: 100%; max-width: 100%; box-sizing: border-box; min-height: 40px; }
/* Дубли навигации ссылками для обхода (рядом с select на мобилке) */
.catalog-nav-seo-links {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
	white-space: nowrap;
}
.catalog-nav-seo-links a { display: block; }
/* Два ряда на десктопе: 3 + 2 карточки; на узком экране переносится дальше */
.catalog-root-columns {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:18px 16px;
	align-items:stretch;
}
@media (max-width:991px) {
	.catalog-root-columns { grid-template-columns:repeat(2, minmax(0, 1fr)); gap:16px 14px; }
}
@media (max-width:575px) {
	.catalog-root-columns { grid-template-columns:1fr; gap:14px; }
}
.catalog-root-column {
	background:linear-gradient(135deg, rgba(96,150,125,0.12) 0%, rgba(96,150,125,0.05) 100%);
	border:1px solid rgba(91,126,110,0.22);
	border-radius:12px;
	padding:12px 14px;
	display:flex;
	flex-direction:column;
	gap:6px;
}
.catalog-root-column-title {
	font-weight:700;
	font-size:15px;
	color:#2f4c40;
	text-decoration:none;
	margin-bottom:4px;
}
.catalog-root-column-title:hover { text-decoration:underline; color:#1e3d2e; }
.catalog-root-column-link {
	font-size:14px;
	color:#3d5a4a;
	text-decoration:none;
	line-height:1.35;
}
.catalog-root-column-link:hover { color:#28a745; text-decoration:underline; }
.catalog-root-column-sublinks--3 {
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	gap:6px 12px;
	margin-top:2px;
	width:100%;
}
.catalog-root-column-sublinks--3 .catalog-root-column-sublinks-col {
	display:flex;
	flex-direction:column;
	gap:6px;
	min-width:0;
}
@media (max-width:575px) {
	.catalog-root-column-sublinks--3 { grid-template-columns:1fr; }
}

