html {
	overflow-x: hidden;
}
/*! Debug */
#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;
	}
}
/*! noUiSlider */
/* 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: 3px;
	position: absolute;
	top: 0;
}
.noUi-target::before {
	left: -10px;
}
.noUi-target::after {
	right: -10px;
}
.noUi-connect {
	background-color: #da2128;
}
/* Handles and cursors */
.noUi-draggable {
	cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: ns-resize;
}
.noUi-handle {
	border: 5px solid #fff;
	background-color: #da2128;
	border-radius: 50%;
	cursor: default;
	-webkit-box-shadow: 0px 4px 4px 0px #da212826;
	box-shadow: 0px 4px 4px 0px #da212826;
}
/* 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;
}
/* Main */
.price-filter-catalog__main {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	min-height: 27px;
}
.price-filter-catalog__column {
	display: flex;
	align-items: flex-end;
	gap: 2px;
}
.price-filter-catalog__column span {
	font-weight: 500;
	font-style: medium;
	font-size: 12px;
	color: #000000;
}
.price-filter-catalog__input {
	font-weight: 700;
	font-style: bold;
	font-size: 16px;
	color: #262626;
	background: #ffffff;
	border: 1px solid #bfbfbf;
	width: 80px;
	text-align: center;
}
.price-filter-catalog__input::-webkit-input-placeholder {
	color: #949494;
}
.price-filter-catalog__input::-moz-placeholder {
	color: #949494;
}
.price-filter-catalog__input:-ms-input-placeholder {
	color: #949494;
}
.price-filter-catalog__input::-ms-input-placeholder {
	color: #949494;
}
.price-filter-catalog__input::placeholder {
	color: #949494;
}
.price-filter-catalog__slider {
	margin-top: 30px;
}
/*! Other */
.logo img {
	width: 80px;
	height: 80px;
}
@media (min-width: 767px) {
	.header__logo img {
		height: 80px;
	}
}
@media (min-width: 576px) {
	.mobile-menu__logo,
	.mobile-menu__logo img,
	.submenu-1__logo img {
		height: 80px;
	}
}
img {
	max-width: inherit;
}
.fresh img {
	max-width: 100%;
}
a:hover {
	color: #da2128;
}
.finish-int__slider .product-card__colors-list,
.our-works__slider .product-card__colors-list,
.recomented__slider .product-card__colors-list,
.slick-slide.slick-loading img {
	display: flex;
}
.product-card__favorite {
	z-index: 1;
}
.product-card__favorite:hover svg,
.product__favorite:hover svg {
	fill: #da2128;
}
.product-card__colors-img {
	width: 35px;
	height: 35px;
	border-radius: 4px;
}
.breadcrumb__link:hover {
	color: #da2128;
}
.product__color {
	border: 1px solid transparent;
	border-radius: 4px;
}
.product__color:hover {
	border-color: #da2128;
	cursor: pointer;
}
.product__slider-main .product__slide img {
	cursor: pointer;
}
.has-iframe .f-html {
	padding: 0;
	transform: scale(0.8);
	background: transparent;
}
.delivery-info__text {
	padding-top: 0;
}
.mobile-menu {
	position: fixed;
	overflow: scroll;
	width: 100%;
}
@media (min-width: 320px) and (max-width: 576px) {
	.mobile-submenu-1__search .search__row {
		width: 100%;
	}
}
.mobile-submenu-1__list {
	width: 100%;
}
.product-card__info {
	min-height: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.recommended-set__total-new-price,
.recommended-set__total-old-price {
	white-space: nowrap;
}
.product__new-price,
.product__old-price {
	white-space: nowrap;
}
.product-card__new-price,
.product-card__old-price {
	white-space: nowrap;
}
.image-tag__price {
	flex-wrap: wrap;
}
.image-tag__new-price,
.image-tag__old-price {
	white-space: nowrap;
}
.product__slider-main .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
.product__slider-main .slick-dots li:not(:last-child) {
	margin-right: 10px;
}
.product__slider-main .slick-dots li {
	width: 8px;
	height: 8px;
	background-color: #a3a3a3;
	border-radius: 50%;
}
.product__slider-main .slick-dots li.slick-active {
	background-color: #da2128;
}
@media (min-width: 320px) and (max-width: 767px) {
	.product .product__slider-nav {
		display: none !important;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.product__description .product__description-list .product__description-column,
	.product__description
		.product__description-list
		.product__description-item-title {
		width: auto;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.recommended-set .product-card__img {
		width: 220px;
		height: 220px;
	}
	.recommended-set .product-card {
		height: 220px;
	}
	.recommended-set .product-card__image {
		height: 220px;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
	.recommended-set .product-card__img {
		width: 134px;
		height: 134px;
	}
	.recommended-set .product-card {
		height: 134px;
	}
	.recommended-set .product-card__image {
		height: 134px;
	}
}
.product__description-row {
	justify-content: flex-end;
}
.submenu-3__items-right {
	width: 172px;
}
.catalog__list.container {
	overflow: visible;
}
.catalog-item {
	z-index: 0;
}
.category__item .category__img {
	width: initial;
	height: initial;
}
.category__item .category__link {
	width: min-content;
}
.product__description-item-title-icon {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}
.header__gap-right {
	display: flex;
	margin-left: auto;
}
.mobile-menu__btn {
	color: inherit;
}
.catalog-categories__category-list {
	justify-content: left;
}
.filters__list {
	width: 100%;
}
.filters__item:last-child {
	margin-left: auto;
}
.product__description-column.panel span {
	width: 150px;
	text-align: end;
}
.all-filters {
	overflow: hidden;
}
.all-filters__top {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.choice-item__name {
	display: flex;
	align-items: flex-end;
	gap: 5px;
}
.checkbox__circle {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
}
.radio {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
}
.custom-radio {
	display: flex;
	position: relative;
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #da2128;
	border-radius: 50%;
}
.radio:checked + .custom-radio::before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: #da2128;
	background-image: url(../img/sprite/checked.svg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: -1px;
	left: -1px;
	border-radius: 50%;
}
.custom-radio.disabled {
	border: 1px solid #d4d4d4;
}
.checkbox:checked + .custom-checkbox::before {
	top: -1px;
	left: -1px;
}
.choice-item__name.disabled,
.choice-item__value.disabled {
	color: #d4d4d4;
}
.all-filters__current-choice {
	flex-wrap: wrap;
}
.filter-catalog__price {
	padding-bottom: 10px;
}
.select__header {
	white-space: nowrap;
}
.filters__all-btn {
	white-space: nowrap;
}
.filters__btn {
	color: #262626;
}
.all-filters {
	min-height: calc(100vh - env(safe-area-inset-bottom));
}
.all-filters__btns {
	box-sizing: content-box;
	padding-bottom: env(safe-area-inset-bottom, 100px);
	padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
}
.catalog-categories__category-list {
	overflow-x: auto;
}
.next-step._disabled {
	pointer-events: none;
	opacity: 0.5;
}
.cart__page-progress-item {
	justify-content: space-between;
}

.custom-outline-input-block .custom-input-outline[type='number'],
.custom-outline-input-block .custom-input-outline[type='tel'],
.custom-outline-input-block .custom-input-outline[type='email'] {
	border: 1px solid #f5f5f5;
	border-radius: 6px;
	width: 100%;
	max-width: 410px;
	height: 64px;
	padding-left: 20px;
	background-color: #f5f5f5;
}

.custom-outline-input-block,
.custom-outline-input-block .custom-label-outline span {
	height: 100%;
}

.order-info .next-step,
.order-info__delivery-item {
	width: 100%;
}

.continue-buing {
	width: fit-content;
}

/* Form Validation Styles */
.iti {
	width: 100%;
}
.iti .iti__selected-flag {
	padding: 0 12px;
}

.cart-customer-contacts__form {
	width: 100%;
}

/* Required field indicator */
.custom-label-outline .required {
	color: #e74c3c;
	font-weight: 600;
}

/* Error state for input blocks - using _error class on inputs */
.custom-outline-input-block .custom-input-outline._error {
	border-color: #e74c3c;
	background-color: #fdf2f2;
}

.custom-outline-input-block .custom-input-outline._error:focus {
	border-color: #e74c3c;
	box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

/* Error state for select elements - using _error class */
.custom-outline-input-block .select__header._error {
	border-color: #e74c3c;
	background-color: #fdf2f2;
}

.custom-outline-input-block .select__placeholder-city._error {
	color: #e74c3c;
}

/* Error message styling */
.error-message {
	color: #e74c3c;
	font-size: 12px;
	font-weight: 500;
	margin-top: 4px;
	padding: 4px 8px;
	/* background-color: #fdf2f2; */
	/* border: 1px solid #fadbd8; */
	border-radius: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	animation: fadeIn 0.3s ease-in-out;
	/* text-align: center; */
	/* align-content: center; */
}

.error-message._relative {
	position: relative;
}

.error-message::before {
	content: '⚠';
	margin-right: 4px;
	font-size: 10px;
}

/* .custom-outline-input-block {
	display: flex;
	gap: 10px;
} */

/* Input error class */
.custom-input-outline._error {
	border-color: #e74c3c;
	background-color: #fdf2f2;
}

.custom-input-outline._error:focus {
	border-color: #e74c3c;
	box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.2);
}

/* Animation for error messages */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-5px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Form validation feedback */
.cart-customer-contacts__form .custom-outline-input-block {
	transition: all 0.3s ease;
}

.cart-customer-contacts__form
	.custom-outline-input-block:hover
	.custom-input-outline:not(._error) {
	border-color: #3498db;
}

/* Focus states for better UX */
.cart-customer-contacts__form .custom-input-outline:focus {
	outline: none;
	border-color: #3498db;
	box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

/* Disabled state for submit button when form is invalid */
.next-step._disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}

/* Responsive adjustments for error messages */
@media (max-width: 768px) {
	.error-message {
		font-size: 11px;
		padding: 3px 6px;
		margin-top: 3px;
	}

	.custom-label-outline .required {
		font-size: 14px;
	}
}

.custom-outline-input-block .custom-label-outline.active ~ input {
	background-color: #f5f5f5;
}
.select-city .select__header.active {
	background-color: #f5f5f5;
}

.select-city .select__header {
	border: 1px solid #f5f5f5;
	border-radius: 6px;
}

/* Select dropdown error styling */
.select-city .select__header._error {
	border-color: #e74c3c;
}

.select-city .select__placeholder-city._error {
	color: #e74c3c;
}

/* Form submission feedback */
.cart-customer-contacts__form.submitting {
	opacity: 0.7;
	pointer-events: none;
}

.cart-customer-contacts__form.submitting .next-step {
	position: relative;
}

.cart-customer-contacts__form.submitting .next-step::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid transparent;
	border-top: 2px solid #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.cart-delivery-and-payment__payments-type-row svg,
.cart-delivery-and-payment__delivery-type-row svg {
	fill: #000;
}
.cart-delivery-and-payment__payments-type-row label {
	max-width: none;
}

.cart-delivery-and-payment__delivery-type-row.inputs {
	flex-wrap: wrap;
	row-gap: 13px;
}

@media (max-width: 611px) {
	.cart-delivery-and-payment__delivery-type-row.inputs {
		row-gap: 0;
	}
}

.cart-delivery-and-payment__delivery-type-row label._error,
.cart-delivery-and-payment__payments-type-row label._error {
	border-color: #e74c3c;
}

.cart-card .cart-card__product-info {
	flex: 0 0 500px;
	min-width: 500px;
}
@media (max-width: 920px) {
	.cart-card .cart-card__product-info {
		flex: 0 0 250px;
		min-width: 250px;
	}
}

.cart-card__product-img {
	flex-shrink: 0;
	padding: 4px 0;
}

.cart-card__product-text {
	flex: 1;
}

.cart-card__product-price {
	flex: 0 0 120px;
	min-width: 120px;
}
.cart-card__new-price {
	justify-content: center;
}
.cart-card__old-price {
	justify-content: center;
}
.cart-card__old-price:before {
	left: auto;
}

.cart-card__product-count {
	flex: 0 0 115px;
	min-width: 115px;
}

.cart-card__product-price-total {
	flex: 0 0 120px;
	min-width: 120px;
	text-align: center;
}

.cart-card__product-delete {
	flex: 0 0 40px;
	min-width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 680px) {
	.cart-card {
		position: relative;
	}
	.cart-card__product-delete {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

.product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-card__bottom {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-card__name {
	flex: auto;
}
.product-card .product-card__btn {
	position: relative;
}

.cart-main__empty {
	padding: 40px 0 80px;
	font-size: 24px;
	font-weight: 600;
}

.blog__filter-list .filters__item:last-child {
	margin-left: 0;
}
.blog__filter-list .filters__btn {
	text-decoration: none;
}
.blog__filter-list .filters__btn:hover {
	color: #262626;
}

.blog-card__image img {
	border-radius: 8px;
}
.blog-article__column--main img {
	width: 100%;
	border-radius: 8px;
}
@media (min-width: 320px) and (max-width: 1025px) {
	.blog-card__img {
		width: 100% !important;
		height: 100% !important;
	}
	.read-same .blog-card__img {
		max-width: 100%;
	}
}

.filters__btn.active {
	-webkit-box-shadow: 0 0 0 1px #c5c5c5;
	box-shadow: 0 0 0 1px #c5c5c5;
}
.blog__filter .blog__filter-list {
	padding: 10px 2px;
}

.inspiration__filters .filters__list-ns .filters__item:last-child {
	margin-left: 0;
}
.gallery__slider .gallery__slide {
	margin: 0 10px 0 0;
	border-radius: 8px;
}

.other-collection__item {
	position: relative;
	width: fit-content;
}
.other-collection__image img {
	max-width: 100%;
}

.of-blog__slider {
	padding: 0 16px;
}

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

.filters__btn {
	margin: 1px;
	white-space: nowrap;
}

/* Custom 2-column layout for inspiration pages */
.catalog__list--two-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	margin-bottom: 60px;
}

.other-collection__list--two-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	column-gap: 30px;
	row-gap: 30px;
	margin-bottom: 30px;
}

@media (max-width: 768px) {
	.catalog__list--two-columns,
	.other-collection__list--two-columns {
		grid-template-columns: 1fr;
		column-gap: 20px;
		row-gap: 20px;
	}
}

.cart-card__new-price-amount {
	white-space: nowrap;
}

.image-tag--no-text {
	top: 12px;
}

.collections-gallery__image img {
	width: 100%;
	border-radius: 8px;
}

.collections-gallery__list {
	grid-template-rows: auto;
}
.collections-gallery .img-1,
.collections-gallery .img-2,
.collections-gallery .img-3,
.collections-gallery .img-4,
.collections-gallery .img-5,
.collections-gallery .img-6,
.collections-gallery .img-7,
.collections-gallery .img-8,
.collections-gallery .img-9,
.collections-gallery .img-10,
.collections-gallery .img-11,
.collections-gallery .img-12,
.collections-gallery .img-13,
.collections-gallery .img-14,
.collections-gallery .img-15 {
	grid-area: auto;
}

.collections__pagination-page {
	padding-bottom: 40px;
}
.collections-gallery__slide {
	width: auto;
	margin: 0;
	position: relative;
}
@media (min-width: 1339px) {
	.rovika .gallery__image img {
		height: 720px;
	}
}

.rovika .rovika__slider-arrow-next {
	right: -1%;
}
.rovika .rovika__slider-arrow-prev {
	left: -1%;
}

.rovika__slide {
	width: 92vw;
}
@media (min-width: 980px) and (max-width: 1339px) {
	.rovika__slide {
		width: 96vw;
	}
}
@media (min-width: 840px) and (max-width: 980px) {
	.rovika__slide {
		width: 95vw;
	}
}
@media (min-width: 740px) and (max-width: 840px) {
	.rovika__slide {
		width: 94vw;
	}
}
@media (min-width: 640px) and (max-width: 740px) {
	.rovika__slide {
		width: 93vw;
	}
}

@media (min-width: 1340px) {
	.rovika__slide {
		width: auto;
	}
}

@media (min-width: 320px) and (max-width: 576px) {
	.filters {
		padding: 10px 0;
	}
}

.rooms__image img {
	width: 100%;
	border-radius: 8px;
}

.rooms__pagination-page {
	padding-top: 40px;
}

.image-tag--bottom {
	top: 137px;
}

.finish-int__image {
	width: 100%;
}

@media (min-width: 880px) {
	.finish-int__item img {
		min-height: 350px;
	}
}

.bedroom-idea__item {
	position: relative;
}

.bedroom-idea__item:nth-child(1) .gallery__image {
	height: 100%;
}

.advice__slider {
	display: contents;
}

.advice__slider .slick-track {
	display: flex;
}
.advice__slider .advice__slide {
	height: auto;
}
.advice__slider .advice__slide .advice-card__link {
	height: 100%;
	width: fit-content;
	max-width: 410px;
	display: flex;
	flex-direction: column;
}
.advice__slider .advice__slide .advice-card__info {
	height: 100%;
	width: 100%;
}
.advice__slider .advice__slide .advice-card__text {
	height: 100%;
	justify-content: space-between;
}

.advice-card__img {
	border-radius: 8px;
}

@media (min-width: 1242px) and (max-width: 1340px) {
	.catalog-item .product-card {
		max-width: 280px;
	}
}
@media (min-width: 1162px) and (max-width: 1242px) {
	.catalog-item .product-card {
		max-width: 260px;
	}
}
@media (min-width: 1082px) and (max-width: 1162px) {
	.catalog-item .product-card {
		max-width: 240px;
	}
}
@media (min-width: 1024px) and (max-width: 1082px) {
	.catalog-item .product-card {
		max-width: 220px;
	}
}

/* Header Running Line Styles */
.header__running-line {
	background-color: #da2128;
	padding: 8px 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	display: inline-flex;
	gap: 100px;
}

.header__running-line-content {
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	gap: 100px;
	white-space: nowrap;
}

.header__running-line-item {
	display: inline-block;
	padding: 0 10px;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.header__running-line-item svg {
	width: 24px;
	height: 24px;
	fill: #ffffff;
	flex-shrink: 0;
}

.header__running-line-item span {
	color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.174;
	white-space: nowrap;
}

@keyframes marquee-text-effect {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Responsive adjustments for running line */
@media (max-width: 768px) {
	.header__running-line-content {
		gap: 50px;
		animation-duration: 20s;
	}

	.header__running-line-item span {
		font-size: 14px;
	}

	.header__running-line-item svg {
		width: 20px;
		height: 20px;
	}
}

@media (max-width: 480px) {
	.header__running-line-content {
		gap: 30px;
		animation-duration: 15s;
	}

	.header__running-line-item span {
		font-size: 12px;
	}

	.header__running-line-item svg {
		width: 18px;
		height: 18px;
	}
}

.header {
	padding: 10px 0;
}

.search__input-row {
	width: 100%;
	max-width: 379px;
}
.search__input-row {
	height: 50px;
	background-color: #f5f5f5;
	border-radius: 6px;
	border: 0;
	padding: 0 50px 0 20px;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.header__search .search__input-row {
		max-width: 468px;
	}
}
@media (min-width: 577px) and (max-width: 767px) {
	.header__search .search__input-row {
		max-width: 269px;
	}
}
@media (min-width: 320px) and (max-width: 576px) {
	.search__mobile .search__input-row {
		max-width: 100%;
	}
	.mobile-submenu-1__search .search__input-row {
		height: 40px;
		width: 214px;
	}
}

.one-click-order-form,
.one-click-order-form .accordion--active svg {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.one-click-order-form {
	overflow: auto;
	position: fixed;
	background: #fff;
	-webkit-box-shadow: 4px 0 15px rgba(24, 21, 53, 0.06);
	box-shadow: 4px 0 15px rgba(24, 21, 53, 0.06);
	right: -1000%;
	top: 0;
	z-index: 11;
	width: 386px;
	height: 100vh;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.one-click-order-form .accordion--active svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.one-click-order-form.active {
	right: 0;
}
.one-click-order-form__list {
	margin: 0 0 130px;
}
.one-click-order-form__item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #eef2f6;
}
.one-click-order-form__logo {
	height: 80px;
}
.one-click-order-form__lang {
	display: none;
}
.one-click-order-form__close-btn {
	right: 20px;
	top: 20px;
	position: absolute;
}
.one-click-order-form__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;
}
.one-click-order-form__btn:hover {
	color: #da2128;
}
.one-click-order-form__btn,
.one-click-order-form__btns,
.one-click-order-form__clear-btn,
.one-click-order-form__title,
.one-click-order-form__view-btn,
.one-click-order-form__submit-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.one-click-order-form__title {
	margin: 0 0 36px;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
}
.one-click-order-form__title span {
	margin: 0 0 0 10px;
}
.one-click-order-form__btns,
.one-click-order-form__clear-btn,
.one-click-order-form__view-btn,
.one-click-order-form__submit-btn {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.one-click-order-form__clear-btn,
.one-click-order-form__view-btn,
.one-click-order-form__submit-btn {
	height: 53px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 19px;
}
.one-click-order-form__clear-btn {
	width: 152px;
	border: 1px solid #a3a3a3;
	margin: 0 15px 0 0;
	font-weight: 500;
}
.one-click-order-form__view-btn {
	width: 159px;
	border: 2px solid #da2128;
	font-weight: 600;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #da2128;
}
.one-click-order-form__submit-btn {
	width: 100%;
	border: 2px solid #da2128;
	font-weight: 600;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	color: #ffffff;
	background: #da2128;
}
.one-click-order-form__submit-btn._disabled {
	opacity: 0.6;
	cursor: not-allowed;
	pointer-events: none;
}
.one-click-order-form__view-counter {
	font-weight: 700;
	margin: 0 0 0 5px;
}
.one-click-order-form__item:not(:last-child) {
	margin: 0 0 30px;
}
.one-click-order-form__item:not(:first-child)
	.one-click-order-form__choice-list {
	padding: 13px 0 0;
}
.one-click-order-form__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;
}
.one-click-order-form__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
}
.one-click-order-form__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.one-click-order-form__choice-item {
	margin: 0 0 11px;
}
.one-click-order-form__current-choice {
	font-weight: 500;
	line-height: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 3px 0;
}
.one-click-order-form__current-choice li:not(:last-child) {
	margin: 0 5px 0 0;
}

.one-click-order-form {
	overflow: hidden;
}
.one-click-order-form__top {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.one-click-order-form__current-choice {
	flex-wrap: wrap;
}
.one-click-order-form {
	min-height: calc(100vh - env(safe-area-inset-bottom));
}
.one-click-order-form__btns {
	box-sizing: content-box;
	padding-bottom: env(safe-area-inset-bottom, 100px);
	padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.one-click-order-form__description {
	font-size: 16px;
	font-weight: 400;
	line-height: 147%;
	color: #262626;
}
.one-click-order-form__privacy {
	font-size: 12px;
	font-weight: 400;
	line-height: 137%;
	color: #262626;
}
.one-click-order-form__privacy a {
	text-decoration: underline;
}
.one-click-order-form__inputs {
	margin: 16px 0;
}
.one-click-order-form__inputs .inputs-column__item:not(:last-child) {
	margin-bottom: 16px;
}
.one-click-order-form-img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.one-click-order-form__info {
	display: flex;
	align-items: center;
}
.one-click-order-form__details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.one-click-order-form__details .cart-card__product-price {
	flex: 1;
}
.one-click-order-form__details .cart-card__product-count {
	max-height: 47px;
}
.one-click-order-form .cart-card {
	margin-bottom: 34px;
}

@media (min-width: 1024px) and (max-width: 1325px) {
	.similar-products .product-card__image {
		padding-top: 0;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.similar-products .product-card__image {
		padding-top: 0;
	}
}
@media (min-width: 320px) and (max-width: 768px) {
	.product-card__name {
		flex: none;
	}
	.product-card__price {
		flex-wrap: wrap;
		flex: auto;
	}
	.similar-products__slider .slick-track {
		display: flex;
	}
	.similar-products__slider .slick-initialized .slick-slide,
	.similar-products__slider .slick-slide img {
		height: auto;
	}
	.similar-products .similar-products__slide {
		height: auto;
	}
	.product__top .product__info {
		flex: auto;
	}
	.catalog-categories__category-item {
		max-height: 200px;
	}
}

.catalog-item:nth-child(4n):before {
	display: none;
}
.pagination-page {
	/* border-top: 1px solid #eef2f6; */
	/* padding-top: 20px; */
}
.product-card__colors-btn :hover {
	-webkit-box-shadow: 0 0 0 1px #da2128;
	box-shadow: 0 0 0 1px #da2128;
}
.product-card__colors-btn.active {
	-webkit-box-shadow: 0 0 0 1px #da2128;
	box-shadow: 0 0 0 1px #da2128;
}
.recently-watched__list {
	justify-content: flex-start;
	column-gap: 10px;
}

.submenu-3__items-left .submenu-3__item:first-of-type,
.submenu-3__items-right .submenu-3__item:first-of-type {
	margin-bottom: 0;
}
