.cvt-catalog-nav,
.cvt-catalog-nav *,
.cvt-catalog-drawer,
.cvt-catalog-drawer *,
.cvt-catalog-layout,
.cvt-catalog-layout *,
.cvt-catalog-filter-open {
	box-sizing: border-box;
}

.cvt-catalog-nav {
	margin: 0;
	position: static;
	z-index: 20;
}

.cvt-catalog-nav__bar {
	align-items: center;
	background: rgba(234, 194, 217, .78);
	border: 1px solid rgba(74, 54, 27, .12);
	display: flex;
	gap: 0;
	justify-content: center;
	min-height: 54px;
}

.cvt-catalog-nav__bar a {
	align-items: center;
	color: #4a361b;
	display: inline-flex;
	font-size: 22px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.15;
	min-height: 54px;
	padding: 0 34px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .15s ease, color .15s ease;
	white-space: nowrap;
}

.cvt-catalog-nav__bar a:hover,
.cvt-catalog-nav__bar a:focus,
.cvt-catalog-nav__bar .cvt-catalog-nav__trigger {
	background: rgba(255, 240, 247, .78);
	color: #e91e73;
	outline: 0;
}

.cvt-catalog-drawer[hidden] {
	display: none !important;
}

.cvt-catalog-drawer {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2200;
}

.cvt-catalog-drawer__overlay {
	background: rgba(36, 26, 14, .48);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.cvt-catalog-drawer__panel {
	background: #fff;
	border-right: 1px solid #ecd5df;
	box-shadow: 18px 0 45px rgba(74, 54, 27, .16);
	color: #4a361b;
	display: grid;
	grid-template-columns: 250px minmax(360px, 1fr);
	height: 100%;
	left: 0;
	max-width: 760px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: min(760px, calc(100vw - 24px));
}

.cvt-catalog-drawer__close {
	align-items: center;
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 50%;
	color: #2b2118;
	cursor: pointer;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	left: 16px;
	position: absolute;
	top: 64px;
	width: 36px;
	z-index: 2;
}

.cvt-catalog-drawer__close::before,
.cvt-catalog-drawer__close::after {
	background: currentColor;
	content: "";
	height: 2px;
	position: absolute;
	width: 16px;
}

.cvt-catalog-drawer__close::before {
	transform: rotate(45deg);
}

.cvt-catalog-drawer__close::after {
	transform: rotate(-45deg);
}

.cvt-catalog-drawer__rail {
	border-right: 1px solid #f0d8e3;
	display: flex;
	flex-direction: column;
	gap: 6px;
	overflow-y: auto;
	padding: 108px 16px 24px;
}

.cvt-catalog-drawer__tab {
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: #2b2118;
	cursor: pointer;
	font-family: inherit;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 12px;
	text-align: left;
}

.cvt-catalog-drawer__tab:hover,
.cvt-catalog-drawer__tab:focus,
.cvt-catalog-drawer__tab.is-active {
	background: #fff0f7;
	color: #e91e73;
	outline: 0;
}

.cvt-catalog-drawer__content {
	overflow-y: auto;
	padding: 64px 24px 28px;
}

.cvt-catalog-drawer__section {
	display: none;
}

.cvt-catalog-drawer__section.is-active {
	display: block;
}

.cvt-catalog-drawer__head {
	align-items: flex-start;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
}

.cvt-catalog-drawer__title {
	color: #4a361b;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 6px;
}

.cvt-catalog-drawer__text {
	color: #7a6344;
	font-size: 15px;
	line-height: 1.35;
	max-width: 300px;
}

.cvt-catalog-drawer__all {
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	color: #4a361b;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
	min-height: 38px;
	padding: 10px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.cvt-catalog-drawer__links {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cvt-catalog-drawer__links--wide {
	grid-template-columns: minmax(0, 1fr);
}

.cvt-catalog-drawer__links a {
	align-items: center;
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	color: #4a361b;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
	min-height: 42px;
	padding: 10px 12px;
	text-decoration: none;
}

.cvt-catalog-drawer__links a:hover,
.cvt-catalog-drawer__links a:focus,
.cvt-catalog-drawer__links a.is-accent,
.cvt-catalog-drawer__all:hover,
.cvt-catalog-drawer__all:focus {
	background: #fff0f7;
	border-color: #e91e73;
	color: #e91e73;
	outline: 0;
}

.cvt-catalog-filter-open {
	align-items: center;
	background: #fff0f7;
	border: 1px solid #e6cbd7;
	border-radius: 8px;
	color: #4a361b;
	display: none;
	font-family: inherit;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.2;
	min-height: 40px;
	padding: 10px 14px;
}

.cvt-catalog-layout {
	align-items: start;
	display: grid !important;
	gap: 22px;
	grid-template-columns: minmax(230px, 270px) minmax(0, 1fr);
}

.cvt-catalog-layout .catalog_goods {
	grid-column: 2;
	min-width: 0;
	width: 100%;
}

.cvt-catalog-layout .cvt-catalog-filter {
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	box-shadow: 0 10px 28px rgba(74, 54, 27, .08);
	color: #4a361b;
	grid-column: 1;
	grid-row: 1;
	height: auto !important;
	left: auto !important;
	margin: 0;
	overflow: visible;
	position: sticky !important;
	right: auto !important;
	top: 48px;
	transform: none !important;
	width: 100% !important;
	z-index: 5;
}

.cvt-catalog-filter .filter_overlay,
.cvt-catalog-filter .filter_cl {
	display: none;
}

.cvt-catalog-filter .filter_hidden {
	display: block !important;
	max-height: none !important;
	overflow: visible !important;
	padding: 14px;
	width: auto !important;
}

.cvt-catalog-filter__head {
	align-items: center;
	border-bottom: 1px solid #f1dbe5;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.cvt-catalog-filter__title {
	color: #4a361b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
}

.cvt-catalog-filter__reset {
	color: #e91e73;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
}

.cvt-catalog-filter .cvt-tag-search {
	margin-bottom: 14px;
}

.cvt-catalog-filter .cvt-tag-search__title {
	display: none;
}

.cvt-catalog-filter .cvt-tag-search__label {
	color: #7a6344;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 6px;
}

.cvt-catalog-filter .cvt-tag-search__line {
	display: grid;
	gap: 6px;
	grid-template-columns: minmax(0, 1fr) 38px;
}

.cvt-catalog-filter .cvt-tag-search__input {
	border: 1px solid #ecd5df;
	border-radius: 8px;
	color: #4a361b;
	font-family: inherit;
	font-size: 14px;
	height: 38px;
	min-width: 0;
	padding: 0 10px;
	width: 100%;
}

.cvt-catalog-filter .cvt-tag-search__submit {
	background: #fff0f7;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	cursor: pointer;
	position: relative;
}

.cvt-catalog-filter .cvt-tag-search__submit::before {
	border: 2px solid #e91e73;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 10px;
	position: absolute;
	top: 9px;
	width: 12px;
}

.cvt-catalog-filter .cvt-tag-search__submit::after {
	background: #e91e73;
	content: "";
	height: 2px;
	left: 22px;
	position: absolute;
	top: 23px;
	transform: rotate(45deg);
	width: 8px;
}

.cvt-catalog-filter__groups {
	display: grid;
	gap: 12px;
}

.cvt-catalog-filter .filter_block {
	margin: 0;
	padding: 0;
	width: auto;
}

.cvt-catalog-filter .filter_block__title {
	align-items: center;
	color: #4a361b;
	display: flex;
	font-size: 17px;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1.15;
	margin: 0 0 8px;
}

.cvt-catalog-filter .all_filter_close {
	background: transparent;
	border: 0;
	color: #e91e73;
	height: 18px;
	position: relative;
	width: 18px;
}

.cvt-catalog-filter .all_filter_close::before,
.cvt-catalog-filter .all_filter_close::after {
	background: currentColor;
	content: "";
	height: 2px;
	left: 2px;
	position: absolute;
	top: 8px;
	width: 14px;
}

.cvt-catalog-filter .all_filter_close::before {
	transform: rotate(45deg);
}

.cvt-catalog-filter .all_filter_close::after {
	transform: rotate(-45deg);
}

.cvt-catalog-filter .filter_button {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.cvt-catalog-filter .filter_button > div,
.cvt-catalog-filter .select_box {
	align-items: center;
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	color: #4a361b;
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
	min-height: 34px;
	padding: 7px 9px;
	text-align: left;
	transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.cvt-catalog-filter .filter_button > div input {
	display: none;
}

.cvt-catalog-filter .filter_button > div:hover,
.cvt-catalog-filter .filter_button > div:focus,
.cvt-catalog-filter .filter_button > div.active,
.cvt-catalog-filter .select_box:hover,
.cvt-catalog-filter .select.open .select_box {
	background: #fff0f7;
	border-color: #e91e73;
	color: #e91e73;
	outline: 0;
}

.cvt-catalog-filter .filter_button > div.disabled {
	opacity: .42;
}

.cvt-catalog-filter .filter_button > div.line_full {
	flex-basis: 100%;
	justify-content: center;
}

.cvt-filter-section--sale .filter_button > div {
	background: #fff0f7;
	border-color: #e6cbd7;
	color: #e91e73;
}

.cvt-catalog-filter .select {
	position: relative;
}

.cvt-catalog-filter .select_box {
	justify-content: space-between;
	width: 100%;
}

.cvt-catalog-filter .select_bot {
	background: #fff;
	border: 1px solid #ecd5df;
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba(74, 54, 27, .12);
	display: none;
	left: 0;
	margin-top: 4px;
	position: absolute;
	right: 0;
	z-index: 8;
}

.cvt-catalog-filter .select.open .select_bot {
	display: block;
}

.cvt-catalog-filter .select_bot ul {
	margin: 0;
	padding: 6px;
}

.cvt-catalog-filter .select_bot li {
	border-radius: 6px;
	color: #4a361b;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	list-style: none;
	padding: 8px;
}

.cvt-catalog-filter .select_bot li:hover,
.cvt-catalog-filter .select_bot li.active {
	background: #fff0f7;
	color: #e91e73;
}

.cvt-catalog-filter .select_bot input {
	display: none;
}

.cvt-catalog-filter__actions {
	align-items: center;
	border-top: 1px solid #f1dbe5;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	padding: 12px 14px 14px;
}

.cvt-catalog-filter__actions .buttons {
	align-items: center;
	background: #e91e73;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 15px;
	font-weight: 500;
	justify-content: center;
	line-height: 1.15;
	min-height: 38px;
	padding: 9px 14px;
	text-align: center;
}

@media only screen and (max-width: 1190px) {
	.cvt-catalog-nav__bar a {
		font-size: 18px;
		padding: 0 22px;
	}
}

@media only screen and (max-width: 1023px) {
	.cvt-catalog-layout {
		grid-template-columns: minmax(210px, 245px) minmax(0, 1fr);
		gap: 16px;
	}

	.cvt-catalog-filter .filter_button > div {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.cvt-catalog-nav {
		margin: 0;
		position: static;
	}

	.cvt-catalog-nav__bar {
		display: none;
	}

	.cvt-catalog-drawer__panel {
		display: block;
		max-width: none;
		overflow-y: auto;
		width: min(420px, 100vw);
	}

	.cvt-catalog-drawer__close {
		top: 46px;
	}

	.cvt-catalog-drawer__rail {
		border-right: 0;
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 92px 14px 12px;
	}

	.cvt-catalog-drawer__tab {
		background: #fff8fb;
		border: 1px solid #ecd5df;
		font-size: 14px;
		text-align: center;
	}

	.cvt-catalog-drawer__content {
		padding: 0 14px 22px;
	}

	.cvt-catalog-drawer__head {
		display: block;
		margin-bottom: 12px;
	}

	.cvt-catalog-drawer__title {
		font-size: 22px;
	}

	.cvt-catalog-drawer__text {
		display: none;
	}

	.cvt-catalog-drawer__all {
		margin-top: 8px;
		width: 100%;
	}

	.cvt-catalog-drawer__links {
		grid-template-columns: minmax(0, 1fr);
	}

	.cvt-catalog-layout {
		display: block !important;
	}

	.cvt-catalog-filter-open {
		display: inline-flex;
		margin: 8px 0 14px;
		width: 100%;
	}

	.cvt-catalog-layout .cvt-catalog-filter {
		border-radius: 0;
		bottom: 0;
		box-shadow: 0 -12px 30px rgba(74, 54, 27, .18);
		display: none;
		left: 0 !important;
		max-height: calc(100vh - 34px);
		overflow-y: auto;
		position: fixed !important;
		right: 0 !important;
		top: 34px;
		width: 100% !important;
		z-index: 2300;
	}

	.cvt-catalog-layout .cvt-catalog-filter.is-open {
		display: block !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		transform: none !important;
		visibility: visible !important;
	}

	.cvt-catalog-filter .filter_overlay {
		background: rgba(36, 26, 14, .4);
		bottom: 0;
		display: block;
		left: 0;
		position: fixed;
		right: 0;
		top: 34px;
		z-index: -1;
	}

	.cvt-catalog-filter .filter_cl {
		background: #fff;
		border: 1px solid #ecd5df;
		border-radius: 50%;
		display: block;
		height: 36px;
		position: fixed;
		right: 14px;
		top: 46px;
		width: 36px;
		z-index: 2;
	}

	.cvt-catalog-filter .filter_cl::before,
	.cvt-catalog-filter .filter_cl::after {
		background: #2b2118;
		content: "";
		height: 2px;
		left: 9px;
		position: absolute;
		top: 16px;
		width: 16px;
	}

	.cvt-catalog-filter .filter_cl::before {
		transform: rotate(45deg);
	}

	.cvt-catalog-filter .filter_cl::after {
		transform: rotate(-45deg);
	}

	.cvt-catalog-filter form {
		display: block !important;
		left: 0 !important;
		max-width: none !important;
		right: auto !important;
		width: 100% !important;
	}

	.cvt-catalog-filter .filter_hidden {
		background: #fff;
		padding: 18px 14px 10px;
	}

	.cvt-catalog-filter__head .cvt-catalog-filter__reset {
		display: none;
	}

	.cvt-catalog-filter .cvt-tag-search__line {
		grid-template-columns: minmax(0, 1fr) 42px;
	}

	.cvt-catalog-filter .filter_button > div {
		justify-content: center;
		min-height: 36px;
		text-align: center;
	}

	.cvt-catalog-filter .filter_button > div.line_full {
		flex-basis: auto;
	}

	.cvt-catalog-filter__actions {
		background: #fff;
		bottom: 0;
		position: sticky;
	}
}
