.filter-box {
	font-family: Tilda;
}

@media(max-width: 768px) {
	.filter-box {
		border-radius: 0;
	}
}

.filter-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}

.filter-header h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #0A0D14;
}

.filter-reset {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	font-weight: 500;
	font-family: Tilda;
	text-align: center;
	text-decoration: none;
}

.filter-reset a {
	color: #00A1E4;
}

.filter-item {
	margin-bottom: 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 768px) {
	.filter-item {
		position: relative;
		top: 90px;
	}
}

.filter-item label {
	display: block;
	font-size: 16px;
	line-height: 15px;
	color: #00A1E4;
	font-weight: 500;
	margin-bottom: 15px;
}

.filter-item select,
.filter-range input,
.filter-range-3 input {
	width: 100%;
	padding: 12px;
	border: 1px solid #E0E7EF;
	border-radius: 10px;
	background: #F9FAFB;
	font-size: 14px;
	outline: none;
	transition: 0.2s;
	color: #999;
}

.filter-item select:focus,
.filter-range input:focus,
.filter-range-3 input:focus {
	border-color: #3B82F6;
	background: #fff;
}

.filter-range {
	display: flex;
	gap: 15px;
}

.filter-range.size {
	display: flex;
	flex-direction: column;
}

.filter-range input {
	flex: 1;
}

.catalog__page__input {
	width: 50% !important;
	padding: 8px !important;
	margin-bottom: 10px;
}

.filter-range-3 input {
	flex: 1;
}

.filter-item select {
	appearance: none;
	background-image: url('data:image/svg+xml;utf8,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L6 6L11 1" stroke="%23999" stroke-width="2" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
	background-position: right 12px center;
}

.color__blue {
	color: #00A1E4 !important;
}

.catalog__elements {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(5px, 2vw, 30px);
	width: 70%;
	align-items: stretch;
	align-content: start;
}

.catalog__page__blocks {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: clamp(10px, 2vw, 40px);
}

.catalog__mobile__filter {
	display: none;
}

@media (max-width: 1250px) {
	.catalog__elements {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 900px) {
	.catalog__elements {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.catalog__page__blocks {
		display: block;
	}

	.catalog__elements {
		grid-template-columns: repeat(1, 1fr);
		width: 100%;
		padding-bottom: 50px;
	}

	.catalog__page {
		padding: 0;
	}

	.catalog__mobile__filter {
		padding-bottom: 30px;
		display: flex;
		justify-content: space-between;
	}

	.filter__mobile__items a {
		color: #0A0D14;
		font-family: Tilda;
		font-weight: 600;
		font-size: 20px;
		text-decoration: none;
	}

	.policy__block__title h1 {
		font-size: 30px;
	}

	.filter__mobile__items a::after {
		content: "";
		position: absolute;
		background-image: url(../img/filter.png);
		background-repeat: no-repeat;
		width: 30px;
		height: 30px;
		background-position: center;
	}

	.mobile__search {
		width: 70%;
		padding: 0px 0px 4px 34px;
	}

	.mobile__search {
		float: right;
	}

	.search__img {
		left: 10px;
	}

	.mobile__search__img {
		left: 46px;
	}

	.search__wrap.mobile__search {
		display: block;
		width: 100%;
	}
}

.catalog-pagination {
	margin: 40px 0;
	position: relative;
	left: 45%;
	width: fit-content;
}

@media (max-width: 768px) {
	.catalog-pagination {
		left: 0;
	}
}

.catalog-pagination ul {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
}

.catalog-pagination li a,
.catalog-pagination li span {
	padding: 10px 14px;
	border: 1px solid #ddd;
	text-decoration: none;
}

.catalog-pagination li .current {
	background: #1e73be;
	color: #fff;
	border-color: #1e73be;
}

.catalog__elements {
	overflow: visible !important;
	transform: none !important;
}

.catalog__elements .product-card {
	position: static !important;
}

.filter-checkboxes {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

/* ===== СЕРИИ: показать все ===== */

.filter-series__list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.filter-series__list .is-hidden {
	display: none;
}

.filter-series__list.is-expanded .is-hidden {
	display: flex;
}

.filter-show-more {
	background: none;
	border: none;
	padding: 0;
	margin-top: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #00A1E4;
	cursor: pointer;
	text-align: left;
}

.filter-show-more:hover {
	text-decoration: underline;
}

.filter-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #0A0D14;
	margin-bottom: 0 !important;
}

.filter-checkbox span {
	user-select: none;
	color: #000;
	padding-left: 15px;
	font-weight: 400;
}

.filter-checkbox {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	user-select: none;
	font-size: 16px;
	color: #0A0D14;
}

.filter-checkbox input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.filter-checkbox span {
	position: relative;
	padding-left: 34px;
	line-height: 22px;
	align-items: flex-start;
}

/* квадрат */
.filter-checkbox span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border: 2px solid #D1D9E6;
	border-radius: 6px;
	background: #fff;
	transition: all 0.2s ease;
}

/* галочка (по умолчанию скрыта) */
.filter-checkbox span::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 10px;
	width: 6px;
	height: 10px;
	border-right: 2px solid #9CA3AF;
	/* серый */
	border-bottom: 2px solid #9CA3AF;
	transform: translateY(-60%) rotate(45deg);
	opacity: 0;
	transition: opacity 0.15s ease;
}

/* 🔹 hover — показываем СЕРУЮ галочку */
.filter-checkbox:hover span::after {
	opacity: 1;
}

/* 🔹 checked — синий фон + БЕЛАЯ галочка */
.filter-checkbox input:checked+span::before {
	background: #00A1E4;
	border-color: #00A1E4;
}

.filter-checkbox input:checked+span::after {
	opacity: 1;
	border-color: #fff;
}

/* ===== input с "от / до" ===== */

.input-prefix {
	position: relative;
	width: 100%;
}

.input-prefix::before {
	content: attr(data-prefix);
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	color: #9CA3AF;
	pointer-events: none;
}

.input-prefix input {
	padding-left: 34px;
	color: #4B4B4B;
	/* место под "от / до" */
}

.input-prefix {
	position: relative;
	flex: 1;
}

.input-prefix::before {
	content: attr(data-prefix);
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #9CA3AF;
	font-size: 14px;
	pointer-events: none;
}

.input-prefix input {
	padding-left: 36px;
}

.filter-subtitle {
	color: #98A0B4;
	font-size: 14px;
}

/* ===== FLOATING FILTER BUTTON (MOBILE) ===== */
.catalog__mobile-filter {
	display: none;
}

@media (max-width: 768px) {
	.catalog__mobile-filter {
		display: block;
		position: fixed;
		left: 16px;
		bottom: 20px;
		z-index: 1100;
	}
}

/* сама кнопка */
.catalog__mobile-filter-btn {
	background: #00A1E4;
	border: none;
	display: flex;
	position: fixed;
	bottom: 20px;
	left: 16px;
	gap: 10px;
	border-radius: 41px;
	padding: 12px 28px;
	color: #ffffff;
	align-items: center;
	z-index: 9999;
}

/* Drawer */
@media (max-width: 768px) {
	.filter-box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100dvh;
		max-height: 100dvh;
		z-index: 1000;
		padding: 0 20px 40px 20px;
		transform: translateX(100%);
		transition: transform 0.35s ease;
		display: block;
		overflow-y: auto;
	}
}

@media (max-width: 768px) {
	.filter-header {
		display: none;
	}
}

.filter-box.is-open {
	transform: translateX(0);
}

/* Mobile actions */
.filter-mobile-actions {
	display: none;
}

@media (max-width: 768px) {
	.filter-mobile-actions {
		display: flex;
		flex-direction: column;
		gap: 14px;
		margin-top: 30px;
	}
}

/* Desktop — скрываем mobile-кнопки */
@media (min-width: 727px) {
	.filter-mobile-actions {
		display: none;
	}
}

/* ===== Mobile filter header ===== */
.filter-mobile-header {
	display: none;
}

@media (max-width: 768px) {
	.filter-mobile-header {
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: fixed;
		width: 100%;
		left: 0;
		top: 0;
		z-index: 10;
		background: #F8F8F8;
		padding: 16px 20px;
		border-bottom: 1px solid #E5EAF1;
	}

	.filter-mobile-title {
		font-size: 18px;
		font-weight: 600;
		color: #0A0D14;
	}

	.filter-mobile-close {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		border: none;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		color: #0A0D14;
	}
}

.mobile-filter-nav {
	position: relative;
	top: 70px;
}

.mobile-filter-nav__item.open-categories {
	display: none !important;
}

@media (max-width: 768px) {
	.mobile-filter-nav__item.open-categories {
		display: flex !important;
	}
}

.mobile-filter-nav__item.open-categories {
	background: none;
	border: none;
	justify-content: space-between;
	width: 100%;
}

.mobile-filter-nav__item.open-categories span {
	font-family: Tilda;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	color: #191919;
}

@media (max-width: 768px) {

	.filter-box {
		display: flex;
		flex-direction: column;
		height: 100vh;
		padding-bottom: 0;
		/* убираем лишнее */
	}

	/* прокручиваемая часть */
	.filter-scroll {
		flex: 1;
		overflow-y: auto;
		padding: 20px;
	}

	/* низ */
	.product-btn {
		position: sticky;
		bottom: 0;
		display: flex;
		flex-direction: column;
		gap: 12px;
		z-index: 20;
	}
}

.product-btn.product-btn--request {
	width: 300px;
}

@media(max-width:768px) {
	.filter-box {
		padding: 0;
	}
}

@media (max-width: 768px) {

	.filter-box {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		flex-direction: column;
		background: #fff;
		z-index: 1000;
		transform: translateX(100%);
		transition: transform .3s ease;
	}

	.filter-box.is-open {
		transform: translateX(0);
	}

	/* 🔹 СКРОЛЛИРУЕМАЯ ЧАСТЬ */
	.filter-scroll {
		flex: 1;
		overflow-y: auto;
		padding: 20px;
		padding-bottom: 230px;
		/* место под кнопку */
	}

	/* 🔹 ФИКС НИЗ */
	.filter-footer {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 16px;
		background: #fff;
		border-top: 1px solid #E5EAF1;
		z-index: 2000;
	}

	.filter-footer .product-btn {
		width: 100%;
		height: 52px;
		border-radius: 12px;
		font-size: 16px;
		font-weight: 400;
	}
}

.catalog__mobile-filter.is-hidden {
	display: none !important;
}

.catalog__mobile-filter-btn {
	display: flex;
	align-items: center;
	gap: 10px;
}

.catalog__mobile-filter-icon {
	flex: 0 0 auto;
	display: block;
}

@media (max-width: 768px) {
	.filter-mobile-header .filter-reset {
		display: none;
	}
}

.filter-reset-btn {
	display: none;
}

@media (max-width: 768px) {
	.filter-footer {
		display: flex;
		flex-direction: column;
		gap: 12px;
		height: 150px;
	}

	.filter-reset-btn {
		display: flex;
		justify-content: center;
		align-items: center;

		height: 52px;
		border-radius: 12px;

		font-size: 13px;
		font-weight: 400;
		text-decoration: none;

		color: #00A1E4;
	}
}

.catalog__page .catalog__page__blocks {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 40px;
	align-items: start;
}

@media (max-width: 1024px) {
	.catalog__page .catalog__page__blocks {
		grid-template-columns: 1fr;
	}
}

.catalog__page .filter-box {
	background: transparent;
	border: none;
	padding: 0;
}

@media(max-width: 768px) {
	.catalog__page .filter-box {
		background: #FDFDFD;
	}
}

.catalog__page .filter-scroll {
	overflow: visible;
}

@media(max-width: 768px) {
	.catalog__page .filter-scroll {
		overflow: scroll;
	}
}

.catalog__page .catalog-sidebar {
	padding-right: 20px;
	margin-bottom: 75px;
}

@media(max-width: 768px) {
	.catalog__page .catalog-sidebar {
		display: none;
	}
}

.catalog__page .catalog-sidebar__item {
	padding: 18px 0;
	border-bottom: 1px solid #dcdcdc;
}

.catalog__page .catalog-sidebar__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog__page .catalog-sidebar__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	color: #0A0D14;
	text-decoration: none;
	max-width: 200px;
	background: none;
	border: none;
}

.catalog__page .catalog-sidebar__title.is-active {
	color: #00a1e4;
}

.catalog__page .catalog-sidebar__toggle {
	border: none;
	background: none;
	padding: 0;
	font-size: 30px;
	line-height: 1;
	color: #111;
	cursor: pointer;
	flex-shrink: 0;
}

.catalog-sidebar__title,
.catalog-sidebar__subtitle,
.catalog-sidebar__pick {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;

	padding: 0;
	margin: 0;
	border: none;
	background: transparent;

	text-align: left;
	font: inherit;
	color: inherit;
	cursor: pointer;
}

.catalog__page .catalog-sidebar__children {
	display: none;
	padding-top: 18px;
}

.catalog__page .catalog-sidebar__children ul {
	margin: 0;
	padding-left: 18px;
	list-style: disc;
}

.catalog__page .catalog-sidebar__children li {
	margin-bottom: 5px;
}

.catalog-sidebar__series a,
.catalog-sidebar__series .catalog-sidebar__series-link {
	color: #98A0B4 !important;
	font-size: 14px !important;
	font-family: Tilda;
}

@media(max-widtn: 768px) {

	.catalog-sidebar__series a,
	.catalog-sidebar__series .catalog-sidebar__series-link {
		font-size: 16px;
	}
}

.catalog-sidebar__series a.is-active,
.catalog-sidebar__series .catalog-sidebar__series-link.is-active {
	color: #00A1E4 !important;
	font-weight: 500;
}

.catalog__page .catalog-sidebar__children a {
	font-size: 16px;
	color: #4B4B4B;
	font-family: Tilda;
	text-decoration: none;
}

.catalog__page .catalog-sidebar__children a.is-active {
	color: #00a1e4;
}

.catalog__page .catalog-sidebar__item.is-open .catalog-sidebar__children {
	display: block;
}

.catalog__page .catalog__elements {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.catalog__page .catalog-product {
	display: flex;
	flex-direction: column;
}

.catalog__page .catalog-product__card {
	display: grid;
	grid-template-columns: 220px 1fr;
	gap: 32px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000000;
}

.catalog-product__price-label {
	color: #999999;
	font-family: Tilda;
	font-size: 16px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.catalog__page .catalog-product {
		grid-template-columns: 1fr;
	}

	.catalog__page .catalog-product__card {
		display: flex;
		flex-direction: column;
	}

	.catalog-product__payments {
		display: none;
	}

	.catalog-product__advantages {
		display: none !important;
	}
}

.catalog__page .catalog-product__image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.catalog__page .catalog-product__image img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.catalog__page .catalog-product__main {
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.catalog__page .catalog-product__title {
	font-size: 32px;
	font-weight: 600;
	color: #00A1E4;
	text-decoration: underline;
	margin-bottom: 30px;
	line-height: 100%;
}

.catalog__page .catalog-product__content {
	display: grid;
	grid-template-columns: 180px 180px 1fr;
	gap: 28px;
}

@media (max-width: 1200px) {
	.catalog__page .catalog-product__content {
		grid-template-columns: 1fr;
	}
}

.catalog__page .catalog-product__price {
	font-size: 28px;
	font-weight: 800;
	color: #00a1e4;
	font-family: Tilda;
	margin-bottom: 8px;
}

.catalog__page .catalog-product__old-price {
	font-size: 16px;
	font-family: Tilda;
	color: #999999;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}

.catalog__page .catalog-product__old-price span {
	text-decoration: line-through;
}

.catalog__page .catalog-product__label {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 8px;
	font-family: Tilda;
	color: #070707;
}

.catalog__page .catalog-product__payments ul {
	margin: 0;
	padding-left: 18px;
}

.catalog__page .catalog-product__payments li {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	font-family: Tilda;
}

.catalog__page .catalog-product__specs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catalog__page .catalog-product__spec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	font-family: Tilda;
}

.catalog__page .catalog-product__spec strong {
	color: #111;
	font-weight: 500;
}

.catalog__page .catalog-product__bottom {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 25px;
	flex-wrap: wrap;
}

.catalog__page .catalog-product__advantages {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	line-height: 28px;
	font-size: 16px;
	font-family: Tilda;
	color: #999999;
}

.catalog__page .catalog-product__advantages span {
	white-space: nowrap;
	display: flex;
	gap: 6px;
	align-items: center;
}

.catalog-sidebar__children {
	display: none;
}

.catalog-sidebar__item.is-open .catalog-sidebar__children {
	display: block;
}

.catalog-sidebar__series {
	display: none;
}

/* .catalog-sidebar__subitem:hover .catalog-sidebar__series {
	display: block;
} */

.catalog-sidebar__subitem.is-series-open .catalog-sidebar__series {
	display: block;
}

.catalog-sidebar__title.is-active {
	color: #00A1E4;
}

.catalog-sidebar__subtitle.is-active {
	color: #00A1E4;
	font-weight: 500;
}

.catalog-sidebar__series a.is-active {
	color: #00A1E4;
	font-weight: 500;
}

/* Подкатегория */
.catalog-sidebar__subitem {
	position: relative;
	margin-bottom: 14px;
}

/* СЕРИИ (скрыты) */
.catalog-sidebar__series {
	display: none;
	padding-left: 16px;
	margin-top: 6px;
}

@media(max-width: 768px) {
	.catalog-sidebar__series {
		padding-left: 0;
	}
}

/* 🔥 HOVER раскрытие
.catalog-sidebar__subitem:hover .catalog-sidebar__series {
	display: block;
} */

/* список */
.catalog-sidebar__series ul {
	padding-left: 16px;
	margin: 0;
	list-style: disc;
}

.catalog-sidebar__series li::marker {
	color: #00a1e4;
}

.mobile-categories-screen.mobile-filter-screen {
	display: none;
}

@media (max-width: 768px) {
	.mobile-filter-screen {
		display: none;
		min-height: 100%;
	}

	.mobile-filter-screen.is-active {
		display: block;
	}

	.mobile-categories-screen {
		padding-top: 72px;
	}

	.category-mobile-header {
		display: flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 16px 20px;
		background: #F8F8F8;
		border-bottom: 1px solid #E5EAF1;
		z-index: 30;
	}

	.category-mobile-title {
		font-size: 18px;
		font-weight: 600;
		color: #0A0D14;
	}

	.category-mobile-back {
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		border: none;
		font-size: 24px;
		cursor: pointer;
		color: #0A0D14;
	}

	.category-mobile-close {
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		background: none;
		border: none;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		color: #0A0D14;
	}

	.catalog-sidebar--mobile {
		display: block !important;
		padding-top: 8px;
	}

	.catalog-sidebar--mobile .catalog-sidebar__title {
		font-size: 24px;
		line-height: 1.05;
		max-width: calc(100% - 40px);
	}

	.catalog-sidebar--mobile .catalog-sidebar__subtitle {
		font-size: 16px;
		line-height: 1.4;
		display: block;
		max-width: calc(100% - 24px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.catalog-sidebar--mobile .catalog-sidebar__series a {
		font-size: 14px;
		line-height: 1.5;
	}

	.catalog-sidebar--mobile .catalog-sidebar__item {
		padding: 22px 0;
	}
}

.catalog-sidebar__pick,
.catalog-sidebar__series-link {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}

@media (max-width: 768px) {

	.catalog-sidebar--mobile .catalog-sidebar__title,
	.catalog-sidebar--mobile .catalog-sidebar__subtitle,
	.catalog-sidebar--mobile .catalog-sidebar__series-link {
		width: 100%;
		text-align: left;
	}
}

.catalog-sidebar__series-link.is-active {
	color: #00A1E4 !important;
	font-weight: 500;
}

.catalog-sidebar__series-link {
	color: #98A0B4;
	font-size: 14px;
	font-family: Tilda;
}

.catalog-product__buy-row {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.catalog-product__actions {
	width: 100%;
}

.catalog-product__delivery-note {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 28px;
	color: #999999;
}

.catalog-product__delivery-icon {
	font-size: 20px;
	line-height: 1;
}

.catalog-product .product-btn.add-to-cart,
.catalog-product .product-qty {
	flex: 0 0 auto;
	min-width: 300px;
}

.catalog-product .product-btn.add-to-cart {
	width: 300px;
}

@media (max-width: 1024px) {
	.catalog-product__buy-row {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.catalog-product .product-btn.add-to-cart,
	.catalog-product .product-qty {
		width: 100%;
		min-width: 100%;
	}

	.catalog-product__delivery-note {
		justify-content: center;
		text-align: center;
	}
}

@media (min-width: 769px) {
	.filter-footer {
		display: none;
	}
}

@media (max-width: 768px) {
	.catalog-product__price-block {
		display: flex;
		flex-direction: row;
		gap: 15px;
	}
}

.catalog-product__price-wrap--request {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
}

.catalog-sidebar__subtitle {
	transition: color 0.2s ease;
}

.catalog-sidebar__subtitle:hover {
	color: #75d6ff;
}

.catalog-sidebar__subtitle-toggle {
	background: transparent;
	border: none;
	padding: 0;
	text-align: left;
	cursor: pointer;
	width: 100%;
	font: inherit;
}

.catalog-sidebar__subtitle.is-active,
.catalog-sidebar__subtitle-toggle.is-active {
	color: #75d6ff;
}