/*? 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 */

/*? Pagination  */
/*! Pagination - Start */
.pagination-page {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
}
.pagination-page,
.pagination-page__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination-page__btn svg {
	fill: #000;
}
.pagination-page__btn.disable svg {
	fill: #000;
	fill-opacity: 0.3;
}
.pagination-page__list {
	margin: 0 15px;
}
.pagination-page__item.dots {
	width: 12px;
}
.pagination-page__item.dots .pagination-page__link {
	width: 100%;
}
.pagination-page__item:not(:last-child) {
	margin: 0 25px 0 0;
}
.pagination-page__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	color: #000;
}
.pagination-page__link.active {
	border: 1px solid #262626;
	border-radius: 6px;
}
.pagination-page__btn--right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*! Pagination - 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: 24px;
	height: 24px;
	right: -11.5px;
	top: -11px;
}
.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: #dbdbdb;
	width: 11px;
	height: 4px;
	position: absolute;
	top: 0;
}
.noUi-target::before {
	left: -10px;
}
.noUi-target::after {
	right: -10px;
}
.noUi-connect {
	background-color: #000000;
}
/* Handles and cursors */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 5px solid #000000;
	background-color: #000000;
	border-radius: 50%;
	cursor: default;
	/* -webkit-box-shadow: 0px 4px 4px 0px #000000; */
	/* box-shadow: 0px 4px 4px 0px #000000; */
}
/* 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 */

/*? Filters */
/*! Filters - Start */
.filters,
.filters__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.filters {
	padding: 10px 0;
	background-color: #f5f5f5;
}
.filters__inner {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__select {
	min-width: 174px;
	height: 44px;
	padding: 14px 15px 14px 20px;
	background: #fff;
	border-bottom: none;
	border-radius: 6px;
}
.filters__select,
.filters__select .select__header {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.filters__select .select__current,
.filters__select .select__item {
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	font-weight: 500;
	line-height: 16px;
	color: inherit;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
}
.filters__select .select__current {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
}
.filters__select .select__item {
	font-size: 12px;
	padding: 8px 10px 8px 20px;
}
.cart-customer-contacts__input.select .select__item:hover,
.filters__select .select__item:hover {
	background-color: #f5f5f5;
}
.filters__select .select__body {
	margin-top: 6px;
	-webkit-box-shadow:
		0 6px 12px -6px rgba(24, 39, 75, 0.12),
		0 8px 24px -4px rgba(24, 39, 75, 0.08);
	box-shadow:
		0 6px 12px -6px rgba(24, 39, 75, 0.12),
		0 8px 24px -4px rgba(24, 39, 75, 0.08);
}
.filters__select .select__wrapp {
	background-color: #fff;
	padding: 10px 0;
	border: 0;
	border-radius: 6px;
}
.filters__select:hover {
	-webkit-box-shadow: 0 0 0 1px #c5c5c5;
	box-shadow: 0 0 0 1px #c5c5c5;
}
.filters__select:active {
	-webkit-box-shadow: 0 0 0 1px #262626;
	box-shadow: 0 0 0 1px #262626;
}
.filters__select .select__icon {
	margin: 0 0 0 10px;
}
.filters__find-product,
.filters__list,
.filters__select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__find-product {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 34px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
}
.filters__find-product span {
	margin: 0 5px 0 0;
	font-weight: 700;
}
.filters__list {
	overflow-x: clip;
	padding-left: 1px;
}
.filters__list .slick-list {
	overflow: visible;
}
.filters__item:not(:last-child) {
	margin: 0 15px 0 0;
}
.filters__btn {
	padding: 14px 20px;
	background-color: #fff;
	border-radius: 6px;
}
.filters__btn:hover {
	-webkit-box-shadow: 0 0 0 1px #c5c5c5;
	box-shadow: 0 0 0 1px #c5c5c5;
}
.filters__btn:active {
	-webkit-box-shadow: 0 0 0 1px #262626;
	box-shadow: 0 0 0 1px #262626;
}
.filters__all-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px 20px;
	background: #f7f8fb;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-family: inherit;
	-webkit-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.filters__all-btn:hover {
	background: #eef0f5;
}
.filters__all-btn-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}
.filters__all-btn-icon,
.filters__all-btn-arrow {
	color: #13110c;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.filters__all-btn-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.21;
	color: #13110c;
}
.filters__slider {
	position: relative;
}
.filters__slider-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.filters__slider-btn {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 30px;
	height: 30px;
	background: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	cursor: pointer;
}
.filters__slider-btn[aria-disabled='false'] {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.checkbox-switch input,
.filters__slider-btn.slick-disabled {
	display: none !important;
}
.filters__slider-btn--prev {
	left: 200px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.filters__slider-btn--next {
	right: 34px;
	-webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
	transform: matrix(-1, 0, 0, 1, 0, 0) translateY(-50%);
}
.all-filters,
.all-filters .accordion--active svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.all-filters {
	overflow: auto;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: -12px 4px 32px 0px rgba(0, 0, 0, 0.06);
	box-shadow: -12px 4px 32px 0px rgba(0, 0, 0, 0.06);
	right: -1000%;
	top: 0;
	z-index: 11;
	width: 421px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}
.all-filters .accordion--active svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.all-filters.active {
	right: 0;
}
.all-filters__list {
	margin: 0 0 130px;
}
.all-filters__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #eef2f6;
}
.all-filters__logo {
	height: 80px;
}
.all-filters__lang {
	display: none;
}
.all-filters__btn {
	padding: 30px 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	width: 190px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.all-filters__btn:hover {
	color: #353132;
}
.all-filters__btn,
.all-filters__btns,
.all-filters__clear-btn,
.all-filters__title,
.all-filters__view-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.all-filters__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	overflow-y: auto;
	padding: 30px;
}
.all-filters__title {
	margin: 0;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.21;
	color: #13110c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.all-filters__title span {
	margin: 0;
	cursor: pointer;
}
.all-filters__title-icon {
	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;
	gap: 6px;
}
.all-filters__btns,
.all-filters__clear-btn,
.all-filters__view-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.all-filters__btns {
	border-top: 1px solid #d9d9d9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	padding: 10px 30px;
	padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px));
}
.all-filters__clear-btn,
.all-filters__view-btn {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: none;
}
.all-filters__clear-btn {
	background: transparent;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.21;
	color: #9a9a9a;
	gap: 10px;
	margin: 0;
	text-decoration: none;
}
.all-filters__clear-btn:hover {
	color: #000;
}
.all-filters__view-btn {
	background: #dc0814;
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.21;
	border-radius: 100px;
	padding: 17px 20px;
}
.all-filters__view-btn:hover {
	background: #c20712;
}
.all-filters__view-counter {
	font-weight: 700;
	margin: 0 0 0 5px;
}
.all-filters__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.all-filters__item:not(:last-child) {
	margin: 0 0 30px;
}
.all-filters__choice-list {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}
.all-filters__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	cursor: pointer;
}
.all-filters__name {
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4375;
	color: #000;
}
.all-filters__name.disabled {
	opacity: 0.5;
}
.all-filters__icon {
	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;
	transition: transform 0.3s ease;
}
.all-filters__icon svg {
	width: 24px;
	height: 24px;
	transition: transform 0.3s ease;
}
.all-filters__head.accordion--active .all-filters__icon svg {
	transform: rotate(180deg);
}
.all-filters__close-btn {
	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;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.all-filters__clear-btn svg {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.all-filters__choice-item {
	margin: 0;
}
.choice-item {
	gap: 12px;
}
.all-filters__current-choice {
	font-weight: 500;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3px 0;
}
.all-filters__current-choice li:not(:last-child) {
	margin: 0 5px 0 0;
}
.choice-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.choice-item.disable {
	color: #d4d4d4;
}
.choice-item__name {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.21;
	color: #000;
	flex: 1;
}
.choice-item__name.disabled {
	opacity: 0.5;
	pointer-events: none;
	cursor: not-allowed;
}
.choice-item__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
	gap: 12px;
	width: 100%;
	justify-content: space-between;
}
.choice-item__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}
.choice-item__value {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	margin: 0;
}
.all-filters__price-text {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.21;
	color: #8c8c8c;
	margin: 10px 0 0;
}
.filter-catalog__price {
	margin: 0;
}
.price-filter-catalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
.price-filter-catalog__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	padding-bottom: 10px;
}
.price-filter-catalog__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}
.price-filter-catalog__column span {
	font-size: 14px;
	color: #666;
}
.price-filter-catalog__input {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 16px;
}
.price-filter-catalog__slider {
	margin: 10px;
	height: 4px;
}
.custom-checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #d1d1d6;
	border-radius: 2px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease;
}
.custom-checkbox.disabled {
	border: 1px solid #d4d4d4;
	opacity: 0.5;
}
.checkbox:checked + .custom-checkbox {
	background-color: #000;
	border-color: #000;
}
.checkbox:checked + .custom-checkbox::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 2px;
	left: 6px;
}
.choice-item__checkbox .checkbox {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.custom-radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 2px solid #d1d1d6;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: all 0.2s ease;
	flex-shrink: 0;
}
.custom-radio.disabled {
	border-color: #d4d4d4;
}
.radio:checked + .custom-radio {
	background-color: #000;
	border-color: #000;
}
.radio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.choice-item__radio {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	flex-shrink: 0;
}
.pagination-page,
.pagination-page__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pagination-page__btn svg {
	fill: #000;
}
.pagination-page__btn.disable svg {
	fill: #000;
	fill-opacity: 0.3;
}
.pagination-page__list {
	margin: 0 15px;
}
.pagination-page__item.dots {
	width: 12px;
}
.pagination-page__item.dots .pagination-page__link {
	width: 100%;
}
.pagination-page__item:not(:last-child) {
	margin: 0 25px 0 0;
}
.pagination-page__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 43px;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	-webkit-font-feature-settings:
		'pnum' on,
		'lnum' on;
	font-feature-settings:
		'pnum' on,
		'lnum' on;
	color: #000;
}
.pagination-page__link.active {
	border: 1px solid #262626;
	border-radius: 6px;
}
.pagination-page__btn--right {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sub-catalog__category .category__list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (max-width: 1290px) {
	.filters__slider-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	.filters {
		padding: 23px 0;
	}
	.filters__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.filters__find-product {
		margin: 0 0 15px;
	}
	.filters__slider-btn {
		top: 70%;
	}
	.filters__slider-btn--prev {
		left: 34px;
	}
	.catalog__list {
		grid-template-columns: repeat(3, 1fr);
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
@media (min-width: 320px) and (max-width: 670px) {
	.catalog__list {
		grid-template-columns: repeat(2, 1fr);
		-webkit-column-gap: 16px;
		-moz-column-gap: 16px;
		column-gap: 16px;
	}
}
@media (min-width: 320px) and (max-width: 576px) {
	.filters {
		padding: 23px 0;
	}
	.filters__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.filters__find-product {
		margin: 0 0 15px;
	}
	.filters__slider-btn {
		top: 70%;
	}
	.filters__slider-btn--prev {
		left: 34px;
	}
	.pagination-page__list {
		margin: 0 12px;
	}
	.pagination-page__item:not(:last-child) {
		margin: 0;
	}
	.pagination-page__item:nth-child(4) {
		display: none;
	}
}
/*! Filters - End */

/*? Warehouse Availability */
/*! Warehouse Availability - Start */
.card__warehouses {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 10px;
}
.card__warehouses strong {
	font-size: 18px;
}
.card__warehouse-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px;
}

.card__warehouse-name {
	font-size: 14px;
	font-weight: 500;
	color: #13110c;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.card__warehouse-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 10px;
	flex: 0 0 10px;
	display: inline-block;
}

.card__warehouse-dot--green {
	background-color: #28a745;
}

.card__warehouse-dot--red {
	background-color: #dc0814;
}
/*! Warehouse Availability - End */

/*? Order Send */
/*! Order Send - Start */
.order-send {
	padding: 80px 0px;
}
.order-send__wrapper {
	border-radius: 8px;
	border: 1px solid #e9e9e9;
	background: #f7f8fb;
	padding: 40px;
	width: 100%;
	max-width: 475px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	row-gap: 30px;
	margin: 0px auto;
}
.order-send__icon {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 68px;
	flex: 0 0 68px;
	height: 68px;
	width: 68px;
	border-radius: 50%;
	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;
	background: #dc0814;
}
.order-send__icon img,
.order-send__icon svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38px;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
}
.order-send__title {
	color: #211e22;
	font-size: 22px;
	font-weight: 700;
}
.order-send__text {
	color: #211e22;
	font-size: 16px;
	font-weight: 400;
}
.order-send__button {
	width: 100%;
	max-width: 100%;
}
@media (max-width: 991.98px) {
	.order-send {
		padding: 50px 0px;
	}
}
@media (max-width: 479.98px) {
	.order-send__wrapper {
		padding: 20px;
		row-gap: 20px;
	}
	.order-send__title {
		font-size: 18px;
	}
	.order-send__text {
		font-size: 14px;
	}
}
/*! Order Send - End */

/*? Contact widget */
/*! Contact widget - Start */
.widget-widget-shell {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 1rem;
	z-index: 1050;
	pointer-events: none;
}
.widget-widget-shell * {
	pointer-events: auto;
}
.widget-widget-launcher {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.widget-main-bubble {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	background: #dc0814;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}
.widget-main-bubble:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}
.widget-main-icon-wrap {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
}
.widget-main-icon,
.widget-main-icon-close {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
	transform-origin: center;
	transition:
		opacity 0.25s ease,
		transform 0.25s ease;
}
.widget-main-bubble[aria-expanded='false'] .widget-main-icon {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
.widget-main-bubble[aria-expanded='false'] .widget-main-icon-close {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(-90deg) scale(0.6);
	pointer-events: none;
}
.widget-main-bubble[aria-expanded='true'] .widget-main-icon {
	opacity: 0;
	transform: translate(-50%, -50%) rotate(90deg) scale(0.6);
	pointer-events: none;
}
.widget-main-bubble[aria-expanded='true'] .widget-main-icon-close {
	opacity: 1;
	transform: translate(-50%, -50%) rotate(0deg) scale(1);
}
@keyframes neon-pulse {
	0%,
	100% {
		box-shadow:
			0 4px 14px rgba(0, 0, 0, 0.2),
			0 0 0 0 rgba(220, 8, 20, 0.6),
			0 0 0 0 rgba(220, 8, 20, 0.25),
			0 0 0 0 rgba(100, 149, 237, 0.15);
	}
	33% {
		box-shadow:
			0 4px 14px rgba(0, 0, 0, 0.2),
			0 0 0 6px rgba(220, 8, 20, 0.25),
			0 0 0 12px rgba(220, 8, 20, 0.08),
			0 0 0 18px rgba(100, 149, 237, 0);
	}
	66% {
		box-shadow:
			0 4px 14px rgba(0, 0, 0, 0.2),
			0 0 0 10px rgba(220, 8, 20, 0.12),
			0 0 0 20px rgba(220, 8, 20, 0.02),
			0 0 0 28px rgba(100, 149, 237, 0);
	}
}
.neon-pulse {
	animation: neon-pulse 2.5s ease-in-out infinite;
}
.widget-channel-menu {
	position: absolute;
	bottom: 100%;
	right: 0;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition:
		opacity 0.25s ease,
		transform 0.25s ease,
		visibility 0.25s ease;
}
.widget-channel-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.widget-channel-menu.is-open .widget-channel-btn {
	opacity: 1;
	transform: translateX(0);
}
.widget-channel-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 10px 16px;
	border-radius: 999px;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease,
		opacity 0.2s ease;
	opacity: 0;
	transform: translateX(12px);
	border: none;
	cursor: pointer;
	font-family: inherit;
}
.widget-channel-btn:nth-child(1) {
	transition-delay: 0.02s;
}
.widget-channel-btn:nth-child(2) {
	transition-delay: 0.05s;
}
.widget-channel-btn:nth-child(3) {
	transition-delay: 0.08s;
}
.widget-channel-btn:nth-child(4) {
	transition-delay: 0.11s;
}
.widget-channel-menu.is-open .widget-channel-btn:nth-child(1) {
	transition-delay: 0.02s;
}
.widget-channel-menu.is-open .widget-channel-btn:nth-child(2) {
	transition-delay: 0.05s;
}
.widget-channel-menu.is-open .widget-channel-btn:nth-child(3) {
	transition-delay: 0.08s;
}
.widget-channel-menu.is-open .widget-channel-btn:nth-child(4) {
	transition-delay: 0.11s;
}
.widget-channel-btn:hover {
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
	filter: brightness(0.97);
}
.widget-channel-btn--telegram {
	background: #0088cc;
}
.widget-channel-btn--viber {
	background: #7360f2;
}
.widget-channel-btn--whatsapp {
	background: #25d366;
}
.widget-channel-btn--phone {
	background: #dc0814;
}
.widget-channel-icon {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.18);
	flex-shrink: 0;
}
.widget-channel-label {
	white-space: nowrap;
}
/*! Contact widget - End */

/*? Custom CSS */
/*! Custom CSS - Start */
.lazy-waiting,
.lazy-loading {
	display: block;
	visibility: hidden;
}

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

.benefits__icon {
	width: max-content;
	height: max-content;
}

.about__title {
	line-height: normal;
}

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

.card__price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	column-gap: 5px;
	color: #211e22;
	font-size: 32px;
	font-weight: 500;
}
@media (max-width: 1492px) {
	.card__price {
		font-size: 24px;
	}
}
@media (max-width: 479.98px) {
	.card__price {
		font-size: 16px;
	}
}
.card__price span._now {
	color: #dc0814;
}
.card__price span._old {
	color: #595959;
	font-size: 16px;
	font-weight: 400;
	text-decoration: line-through;
	font-family: OpenSans;
}
.catalog__item .card__buy {
	min-width: 100%;
}
@media (max-width: 374.98px) {
	.product-section .card__buy {
		min-width: 200px;
	}
}
.catalog__item {
	min-width: 100%;
}
.product__name {
	word-break: break-word;
}

.ql-editor ul {
	margin-left: 2.5em;
}
.ql-editor li {
	list-style-type: disc !important;
	padding-left: 0 !important;
}

.action-header__status._deactivated {
	background: #dc0814;
}

.wishlist__clear_all {
	cursor: pointer;
}

.form-login__button--google {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
}
.form-login__button--google:hover {
	background: #fff;
	color: #dc0814;
	border-color: #dc0814;
}
.form-login__button--google svg {
	margin-right: 8px;
}
.form-login__divider {
	border-top: 1px solid #e9e9e9;
}

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

@media (max-width: 721.98px) {
	.order-history__column:nth-child(3) {
		text-align: inherit;
	}
}

.catalog-header__link {
	display: block;
}
.top-header__socials {
	display: flex;
	gap: 5px;
}
.top-header__social {
	cursor: pointer;
}

.order-history__value {
	white-space: nowrap;
}

.catalog__head-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.order__company-wrap {
	margin-top: 20px;
}

.order__company-hint {
	font-size: 14px;
	color: #838383;
	margin-bottom: 15px;
}

.order__company-fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.order__company-field {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 calc((100% - 20px) / 2);
	flex: 1 0 calc((100% - 20px) / 2);
	min-width: 200px;
}

@media (max-width: 576px) {
	.order__company-fields {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.order__company-field {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

.top-header__button {
	min-height: 100%;
}

.info-main-footer__banks {
	display: flex;
	align-items: center;
	gap: 10px;
}

.info-main-footer__banks img {
	height: 24px;
}

.popup_checkout-terms .popup__body {
	max-width: 920px;
	padding: 56px 36px 36px;
}

.popup_checkout-terms .checkout-terms-popup__content {
	max-height: 70vh;
	overflow-y: auto;
	padding-right: 10px;
}

.order__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.order__submit .order-submit__loader {
	display: none;
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: order-submit-spin 0.7s linear infinite;
}

.order__submit._sending .order-submit__text {
	display: none;
}

.order__submit._sending .order-submit__loader {
	display: inline-block;
}

@keyframes order-submit-spin {
	to {
		transform: rotate(360deg);
	}
}

@media (max-width: 767.98px) {
	.popup_checkout-terms .popup__body {
		max-width: 100%;
		padding: 50px 20px 20px;
	}

	.popup_checkout-terms .checkout-terms-popup__content {
		max-height: 75vh;
		padding-right: 6px;
	}
}
