#middleSlider {
	margin-bottom: 24px;
}

.panel-click.selected {
	pointer-events: none;
}

.items.productList {
	margin-bottom: 24px;
}

.removeFromWishlist {
	display: none;
}

/* SEO-текст внизу каталога */
.tsk-seo-text {
	margin-top: 24px;
	padding: 18px 18px;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
	font-family: "Montserrat", sans-serif;
	color: #0f172a;
	line-height: 1.7;
	font-size: 14px;
	max-width: 980px;
}

/* Если контейнер растягивается на всю ширину — центрируем */
.tsk-seo-text {
	margin-left: auto;
	margin-right: auto;
}

.tsk-seo-text p {
	margin: 0 0 12px 0;
}

.tsk-seo-text p:last-child {
	margin-bottom: 0;
}

.tsk-seo-text h2,
.tsk-seo-text h3,
.tsk-seo-text h4 {
	margin: 16px 0 10px;
	line-height: 1.25;
	color: #111827;
}

.tsk-seo-text h2 {
	font-size: 18px;
	font-weight: 700;
}
.tsk-seo-text h3 {
	font-size: 16px;
	font-weight: 700;
}
.tsk-seo-text h4 {
	font-size: 15px;
	font-weight: 700;
}

.tsk-seo-text ul,
.tsk-seo-text ol {
	padding-left: 20px;
	margin: 10px 0 14px;
}

.tsk-seo-text li {
	margin: 6px 0;
}

/* Ссылки внутри SEO-текста: фирменные цвета без !important (берём специфичностью id) */
#catalogSeoText a,
#catalogSeoText p a,
#catalogSeoText li a {
	color: var(--primary-color, #fcb514);
	text-decoration: none;
	border-bottom: 1px dashed rgba(252, 181, 20, 0.55);
	transition:
		border-color 0.2s ease,
		color 0.2s ease;
}

#catalogSeoText a:visited,
#catalogSeoText p a:visited,
#catalogSeoText li a:visited {
	color: var(--primary-color, #fcb514);
}

#catalogSeoText a:hover,
#catalogSeoText p a:hover,
#catalogSeoText li a:hover {
	color: #f59e0b;
	border-bottom-color: rgba(245, 158, 11, 0.9);
}

.tsk-seo-text a:focus-visible {
	outline: 2px solid rgba(252, 181, 20, 0.55);
	outline-offset: 3px;
	border-radius: 6px;
}

.tsk-seo-text blockquote {
	margin: 14px 0;
	padding: 10px 14px;
	border-left: 3px solid rgba(252, 181, 20, 0.75);
	background: rgba(252, 181, 20, 0.06);
	border-radius: 10px;
}

.tsk-seo-text img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

/* Блок быстрых тегов seo.meta.tags в каталоге */
.sotbit-seometa-tags-wrapper .sotbit-seometa-tags-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.sotbit-seometa-tags-wrapper .answer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 0 16px;
	border-top: 0;
	color: inherit;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link {
	margin: 0;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.2px;
	color: #1a1a1a;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border: 1px solid rgba(255, 204, 51, 0.3);
	box-shadow:
		0 2px 6px rgba(255, 204, 51, 0.25),
		inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.btn-simple.btn-micro {
	min-width: auto;
	padding: 10px 14px;
	line-height: 1.2;
	border-radius: 8px;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:hover {
	transform: translateY(-1px);
	background-position: 100% 0;
	color: #1a1a1a;
	box-shadow:
		0 4px 12px rgba(255, 204, 51, 0.4),
		inset 0 1px 2px rgba(255, 255, 255, 0.6);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:active {
	transform: translateY(0);
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link:focus-visible {
	outline: 2px solid rgba(255, 204, 51, 0.65);
	outline-offset: 2px;
}

.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.selected,
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link.active,
.sotbit-seometa-tags-wrapper .sotbit-seometa-tag-link[aria-current="page"] {
	color: #111827;
	background: linear-gradient(135deg, #ffcc33, #ffd700 50%, #ffcc33);
	background-size: 200% 200%;
	border-color: rgba(255, 204, 51, 0.45);
	box-shadow:
		0 6px 18px rgba(255, 204, 51, 0.2),
		inset 0 1px 2px rgba(255, 255, 255, 0.55);
}

@media (max-width: 1024px) {
	.tsk-seo-text {
		max-width: none;
		margin-left: 12px;
		margin-right: 12px;
	}
}

@media (max-width: 768px) {
	.tsk-seo-text {
		padding: 14px 14px;
		border-radius: 12px;
		font-size: 13px;
		line-height: 1.65;
	}
	.tsk-seo-text h2 {
		font-size: 16px;
	}
	.tsk-seo-text h3 {
		font-size: 15px;
	}
}

@media (max-width: 420px) {
	.tsk-seo-text {
		margin-left: 10px;
		margin-right: 10px;
		padding: 12px 12px;
	}
}
