/*? Debug */
/*! Debug - Start */
#debug-icon {
	left: 0;
	right: auto;
}
#debug-icon a {
	display: block;
}
@media (max-width: 1199.98px) {
	#debug-bar .ci-label a {
		padding: 0px 6px;
	}
}
@media (max-width: 1024.98px) {
	#debug-bar .ci-label a {
		padding: 0px 10px;
	}
}
@media (max-width: 575.98px) {
	#debug-bar .ci-label a {
		padding: 0px 6px;
	}
}
@media (max-width: 420.98px) {
	#debug-bar .ci-label a {
		padding: 0px 4px;
	}
	#debug-bar #toolbar-position,
	#debug-bar #toolbar-theme {
		padding: 0 2px;
	}
}
@media (max-width: 374.98px) {
	#debug-bar .ci-label a {
		padding: 0px 2px;
	}
}
/*! Debug - End */

/*? Validation */
/*! Validation - Start */
.iti {
	width: 100%;
}
.iti .iti__selected-flag {
	padding: 0 12px;
}
.error {
	color: #dc0814;
}
.error-message {
	font-size: 12px;
	font-weight: 500;
	margin-top: 4px;
	padding: 4px 8px;
	border-radius: 4px;
}
.error-message::before {
	content: '⚠';
	margin-right: 4px;
	font-size: 10px;
}
._btn._sending {
	opacity: 0.5;
	cursor: not-allowed;
}
/*! Validation - End */

/*? NoUiSlider */
/*! NoUiSlider - Start */
/* Functional styling */
.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base,
.noUi-connects {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
/* Wrapper for all connect elements */
.noUi-connects {
	overflow: hidden;
	z-index: 0;
}
.noUi-connect,
.noUi-origin {
	will-change: transform;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-webkit-transform-style: preserve-3d;
	transform-origin: 0 0;
	-webkit-transform-style: flat;
	transform-style: flat;
}
.noUi-connect {
	height: 100%;
	width: 100%;
}
.noUi-origin {
	height: 100%;
	width: 100%;
}
/* Offset direction */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	left: 0;
	right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the connect elements */
.noUi-vertical .noUi-origin {
	width: 0;
}
.noUi-horizontal .noUi-origin {
	height: 0;
}
.noUi-handle {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
}
.noUi-touch-area {
	height: 100%;
	width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
	-webkit-transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition:
		transform 0.3s,
		-webkit-transform 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
/* Slider size and handle placement */
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 18px;
	height: 18px;
	right: -9px;
	top: -7px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	right: -6px;
	top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	left: -17px;
	right: auto;
}
/* Styling */
.noUi-target {
	height: 3px;
	background-color: #dbdbdb;
	margin: 10px 15px 10px;
	position: relative;
}
.noUi-target::before,
.noUi-target::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.25);
	width: 11px;
	height: 3px;
	position: absolute;
	top: 0;
}
.noUi-target::before {
	left: -10px;
}
.noUi-target::after {
	right: -10px;
}
.noUi-connect {
	background-color: #ffffff;
}
/* Handles and cursors */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 2px solid #ffffff;
	background-color: #0b4e47;
	border-radius: 50%;
	cursor: default;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
/* Disabled state */
[disabled] .noUi-connect {
	background: #b8b8b8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
	cursor: not-allowed;
}
/* Base */
.noUi-pips,
.noUi-pips * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-pips {
	position: absolute;
	color: #999;
}
/* Values */
.noUi-value {
	position: absolute;
	white-space: nowrap;
	text-align: center;
}
.noUi-value-sub {
	color: #ccc;
	font-size: 10px;
}
/* Markings */
.noUi-marker {
	position: absolute;
	background: #ccc;
}
.noUi-marker-sub {
	background: #aaa;
}
.noUi-marker-large {
	background: #aaa;
}
/* Horizontal layout */
.noUi-pips-horizontal {
	padding: 10px 0;
	height: 80px;
	top: 100%;
	left: 0;
	width: 100%;
}
.noUi-value-horizontal {
	-webkit-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
	margin-left: -1px;
	width: 2px;
	height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
	height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
	height: 15px;
}
/* Vertical layout */
.noUi-pips-vertical {
	padding: 0 10px;
	height: 100%;
	top: 0;
	left: 100%;
}
.noUi-value-vertical {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
	width: 5px;
	height: 2px;
	margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
	width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
	width: 15px;
}
.noUi-tooltip {
	color: #999999;
	font-size: 12px;
	position: absolute;
}
.noUi-horizontal .noUi-tooltip {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	left: 50%;
	bottom: -22px;
}
.noUi-vertical .noUi-tooltip {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
	right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	left: auto;
	bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
	-webkit-transform: translate(0, -18px);
	-ms-transform: translate(0, -18px);
	transform: translate(0, -18px);
	top: auto;
	right: 28px;
}
/*! NoUiSlider - End */

/*? Custom CSS */
/*! Custom CSS - Start */
.d-none {
	display: none !important;
}

.lazy-waiting,
.lazy-loading {
	display: block;
	visibility: hidden;
}

.swiper-pagination-lock {
	display: none;
}

/* Quill rich text - frontend read-only display */
.ql-editor {
	padding: 0;
	min-height: auto;
	height: auto;
	overflow: visible;
	white-space: normal;
	word-wrap: break-word;
}

.ql-editor > *:first-child {
	margin-top: 0;
}

.ql-editor > *:last-child {
	margin-bottom: 0;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
	font-weight: 700;
	line-height: 1.3;
	color: inherit;
}

.ql-editor h1 {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 16px;
}

.ql-editor h2 {
	font-size: 24px;
	margin: 24px 0 12px;
}

.ql-editor h3 {
	font-size: 20px;
	margin: 20px 0 10px;
}

.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
	font-size: 18px;
	margin: 16px 0 8px;
}

.ql-editor p {
	margin: 0 0 16px;
	font-weight: 400;
	line-height: 1.6;
}

.ql-editor strong,
.ql-editor b {
	font-weight: 700;
}

.ql-editor em,
.ql-editor i {
	font-style: italic;
}

.ql-editor u {
	text-decoration: underline;
}

.ql-editor s {
	text-decoration: line-through;
}

.ql-editor a {
	color: inherit;
	text-decoration: underline;
}

.ql-editor a:hover {
	text-decoration: none;
}

.ql-editor ul,
.ql-editor ol {
	margin: 0 0 16px;
	padding-left: 1.5em;
}

.ql-editor ul > li::before,
.ql-editor ol > li::before,
.ql-editor li::before {
	content: none !important;
	display: none !important;
}

.ql-editor ul > li {
	list-style-type: disc !important;
	display: list-item;
	margin-bottom: 8px;
	padding-left: 0 !important;
	font-weight: 400;
	line-height: 1.6;
}

.ql-editor ol > li {
	list-style-type: decimal !important;
	display: list-item;
	margin-bottom: 8px;
	padding-left: 0 !important;
	font-weight: 400;
	line-height: 1.6;
}

.ql-editor li > ul,
.ql-editor li > ol {
	margin-top: 8px;
	margin-bottom: 0;
}

.ql-editor blockquote {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-left: 4px solid #d9d9d9;
	color: #555;
	font-weight: 400;
}

.ql-editor pre,
.ql-editor code {
	font-family:
		SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
		monospace;
	font-size: 14px;
}

.ql-editor pre {
	margin: 0 0 16px;
	padding: 12px 16px;
	background: #f5f5f5;
	overflow-x: auto;
}

.ql-editor img,
.ql-editor video {
	max-width: 100%;
	height: auto;
	margin: 0 0 16px;
}

.ql-editor .ql-align-center {
	text-align: center;
}

.ql-editor .ql-align-right {
	text-align: right;
}

.ql-editor .ql-align-justify {
	text-align: justify;
}

.article__content .ql-editor {
	font-weight: 400;
}

._btn._disabled,
._btn.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}

.contacts-menu__text,
.contacts-main-footer__text {
	color: inherit;
}

.card__button {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.list-menu__item .list-menu__link {
	position: relative;
	z-index: 3;
}

.price-filter-catalog {
	width: 250px;
}

.popup__checkbox-wrapper {
	display: flex;
	flex-direction: column;
}

.wishlist__clear_all {
	cursor: pointer;
}

.add_to_cart {
	cursor: pointer;
}

.product-added__goto {
	cursor: pointer;
}

.clear_full_cart {
	cursor: pointer;
}

.added__sku,
.added__ean {
	display: none;
}

.cart-popup__empty {
	color: #2e303f;
	font-size: 22px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	padding: 20px;
}

.brands__item img {
	/* width: auto; */
	height: auto;
}

.product__price {
	min-height: 24px;
}

.list-menu__submenu {
	z-index: 5;
}
.user-menu__body {
	z-index: 3;
}

.catalog__article h1,
.catalog__article h2,
.catalog__article h3,
.catalog__article h4,
.catalog__article h5,
.catalog__article h6 {
	font-size: 32px;
	font-weight: 800;
	color: #fff;
}
@media (max-width: 991.98px) {
	.catalog__article h1,
	.catalog__article h2,
	.catalog__article h3,
	.catalog__article h4,
	.catalog__article h5,
	.catalog__article h6 {
		font-size: 28px;
	}
}
@media (max-width: 479.98px) {
	.catalog__article h1,
	.catalog__article h2,
	.catalog__article h3,
	.catalog__article h4,
	.catalog__article h5,
	.catalog__article h6 {
		font-size: 24px;
	}
}

@media (max-width: 991.98px) {
	.product__bottom img,
	.product__bottom svg {
		display: none;
	}
}

.product__bottom a {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.product__bottom a {
		font-size: 14px;
		padding: 5px 16px;
		min-height: 40px;
	}
}

.payment__details._needs-invoice-details {
	color: #dc0814;
	font-weight: 600;
}

.main-order-cabinet__status._new::before {
	background: #3769ab;
}
.main-order-cabinet__status._new {
	color: #3769ab;
}
.main-order-cabinet__status._assembled::before {
	background: #3769ab;
}
.main-order-cabinet__status._assembled {
	color: #3769ab;
}
.main-order-cabinet__status._sent::before {
	background: #3769ab;
}
.main-order-cabinet__status._sent {
	color: #3769ab;
}

.header__action._cart {
	position: relative;
}

.action-header__count {
	position: absolute;
	top: -10px;
	right: -8px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #be8c5d;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.form-login__row {
	color: #8a8c8d;
}

.bottom-footer {
	align-items: center;
}

.bottom-footer__copy {
	margin-right: 0 !important;
}

.bottom-footer__payments {
	height: 55px;
}

@media (max-width: 991.98px) {
	.main-footer__legal {
		display: none;
	}
}

.bottom-footer__legal {
	flex-direction: column;
	justify-content: space-evenly;
	padding: 8px 0px;
	gap: 4px;
}

@media (min-width: 991.98px) {
	.bottom-footer__legal {
		display: none;
	}
}

.checkout-terms-popup__content .article__text {
	font-size: 14px;
}

.banner__image {
	/* position: relative; */
}
.banner__image img {
	height: auto;
}

/* Banner slider — horizontal slide + blur focus */
.banner__slider {
	overflow: hidden;
}

.banner__slider .banner__image img {
	transition:
		filter 1s ease,
		opacity 1s ease;
}

.banner__slider .swiper-slide-active .banner__image img {
	filter: blur(0);
	opacity: 1;
}

.banner__slider .swiper-slide-prev .banner__image img,
.banner__slider .swiper-slide-next .banner__image img {
	filter: blur(12px);
	opacity: 0.4;
}

.banner__paggination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 999px;
	opacity: 0.35;
	transition:
		width 0.45s cubic-bezier(0.4, 0, 0.2, 1),
		opacity 0.35s ease;
}

.banner__paggination .swiper-pagination-bullet-active {
	width: 28px;
	opacity: 1;
}

.submenu-list-menu__name a {
	color: #2e303f;
}

.header__actions {
	column-gap: 15px;
}

.header__action._search {
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
}

.header-search {
	position: fixed;
	inset: 0;
	z-index: 100;
	visibility: hidden;
	pointer-events: none;
}

.header-search._active {
	visibility: visible;
	pointer-events: auto;
}

.header-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(46, 48, 63, 0.5);
	backdrop-filter: blur(4px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.header-search._active .header-search__backdrop {
	opacity: 1;
}

.header-search__wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
}

.header-search__panel {
	position: relative;
	background: #fff;
	padding: 30px;
	width: 100%;
	transform: translateY(-20px);
	opacity: 0;
	transition:
		transform 0.3s ease,
		opacity 0.3s ease;
}

.header-search._active .header-search__panel {
	transform: translateY(0);
	opacity: 1;
}

.header-search._active .header-search__results {
	transform: translateY(0);
	opacity: 1;
}

.header-search__close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 32px;
	height: 32px;
	border: none;
	background: none;
	padding: 0;
	color: #2e303f;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search__close svg {
	width: 24px;
	height: 24px;
}

.header-search__inner {
	max-width: 860px;
	margin: 0 auto;
}

.header-search__field {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px;
	border-bottom: 1px solid #2e303f;
}

.header-search__input {
	flex: 1 1 auto;
	width: 100%;
	border: none;
	background: none;
	padding: 0;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	color: #2e303f;
	outline: none;
}

.header-search__input::placeholder {
	color: #2e303f;
	opacity: 0.5;
}

.header-search__input::-webkit-search-cancel-button {
	display: none;
}

.header-search__icon {
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search__icon svg {
	width: 20px;
	height: 20px;
}

.header-search__results {
	display: none;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(46, 48, 63, 0.12);
	transform: translateY(-10px);
	opacity: 0;
	transition:
		transform 0.3s ease 0.05s,
		opacity 0.3s ease 0.05s;
}

.header-search._has-query .header-search__results {
	display: flex;
}

.header-search__title {
	font-family: Manrope, sans-serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.3;
	color: #1d1d1d;
	flex: 0 0 auto;
	margin-bottom: 15px;
}

.header-search__list {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	max-height: 520px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #2e303f;
}

.header-search__list::-webkit-scrollbar {
	width: 4px;
}

.header-search__list::-webkit-scrollbar-thumb {
	background: #d2d2d2;
	border-radius: 4px;
}

.header-search__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}

.header-search__image {
	flex: 0 0 82px;
	width: 82px;
	height: 82px;
	background: #fff;
	display: flex;
	align-items: center;
}

.header-search__content {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-width: 0;
}

.header-search__name {
	flex: 1 1 auto;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #2d2d2b;
	min-width: 0;
}

.header-search__name b {
	font-weight: 700;
}

.header-search__actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 20px;
}

.header-search__price {
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #2d2d2b;
	white-space: nowrap;
}

.header-search__cart {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border: 1px solid #034c39;
	background: #fff;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-search__cart:hover {
	background: #034c39;
	color: #fff;
}

.header-search__cart svg {
	width: 20px;
	height: 20px;
	fill: #034c39;
}
.header-search__cart:hover svg {
	fill: #fff;
}

.header-search__all {
	flex: 0 0 auto;
	background-color: #be8c5d;
	border-color: #be8c5d;
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 42px;
	margin-top: 10px;
}

.header-search__all:hover {
	background-color: #be8c5d;
	border-color: #be8c5d;
	color: #fff;
}

@media (max-width: 767.98px) {
	.header-search._active .header-search__wrapper {
		background: #fff;
		width: 100%;
	}

	.header-search__panel {
		padding: 16px 16px 0;
	}

	.header-search__close {
		top: 16px;
		right: 16px;
	}

	.header-search__inner {
		max-width: none;
	}

	.header-search__field {
		padding: 12px 36px 12px 0;
		border-bottom-color: #e2e2e2;
	}

	.header-search__results {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 16px;
		box-shadow: none;
		background: transparent;
		gap: 16px;
		transform: none;
	}

	.header-search._active .header-search__results {
		transform: none;
	}

	.header-search__list {
		max-height: min(510px, calc(100dvh - 220px));
	}

	.header-search__item {
		align-items: center;
		gap: 12px;
		padding: 12px 0;
	}

	.header-search__content {
		flex-direction: row;
		align-items: center;
		gap: 12px;
	}

	.header-search__name {
		font-size: 14px;
		line-height: 1.35;
	}

	.header-search__actions {
		width: auto;
		flex-shrink: 0;
		gap: 12px;
	}

	.header-search__price {
		font-size: 14px;
	}

	.header-search__cart {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
	}

	.header-search__image {
		flex: 0 0 64px;
		width: 64px;
		height: 64px;
	}

	.header-search__all {
		padding: 14px 16px;
	}
}

.search__price-old {
	font-size: 14px;
	color: gray;
}

.delivery-pickup-order__form {
	column-gap: 20px;
}
.delivery-pickup-order__item {
	flex: 0 0 calc((100% - 20px * 1) / 2);
}
.delivery-pickup-order__item._full {
	flex: 0 0 100%;
}

.delivery-pickup-order__select .select._active {
	z-index: 20;
}

.delivery-pickup-order__select .select__options {
	max-height: 280px;
	max-height: min(280px, 50vh);
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
}
