@media screen and (max-width: 960px) {
	.block-title .all-link-block {
		display: none !important;
	}
}
.brand__logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand__logo svg {
	filter: brightness(0);
}
.notification {
	display: none !important;
}
.cat-submenu {
	top: 130px !important;
}
.categories__show-all,
.collections__show-all {
	display: none;
}
.categories__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']):not([data-count='4']):not([data-count='5']) + .categories__show-all {
	display: flex;
}
.collections__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']) + .collections__show-all {
	display: flex;
}
@media screen and (max-width: 960px) {
	.brands-page .brand .categories__container_hide-more .categories__item:nth-child(n + 4),
	.brands-page .brand .collections__container_hide-more .collections__item:nth-child(n + 3) {
		display: block;
	}
	.categories__container + .categories__show-all,
	.collections__container + .collections__show-all {
		display: none;
	}
}
@media screen and (min-width: 961px) and (max-width: 1240px) {
	.brands-page .brand .categories__container_hide-more .categories__item:nth-child(n + 5),
	.brands-page .brand .collections__container_hide-more .collections__item:nth-child(n + 4) {
		display: none;
	}
	.categories__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']):not([data-count='4']) + .categories__show-all {
		display: flex;
	}
	.collections__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']) + .collections__show-all {
		display: flex;
	}
}
@media screen and (min-width: 769px) and (max-width: 960px) {
	.brands-page .brand .categories__container_hide-more .categories__item:nth-child(n + 5),
	.brands-page .brand .collections__container_hide-more .collections__item:nth-child(n + 4) {
		display: none;
	}
	.categories__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']):not([data-count='4']) + .categories__show-all {
		display: flex;
	}
	.collections__container[data-count]:not([data-count='0']):not([data-count='1']):not([data-count='2']):not([data-count='3']) + .collections__show-all {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.categories__container + .categories__show-all,
	.collections__container + .collections__show-all {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.categories__container.swiper--mobile-grid,
	.collections__container.swiper--mobile-grid {
		margin-left: -5vw;
		padding: 0 5vw;
		box-sizing: border-box;
		display: flex !important; 
		flex-direction: column;
		position: relative;
		width: calc(100% + 10vw);
		overflow: hidden;
	}
	.categories__container.swiper--mobile-grid .swiper-slide,
	.collections__container.swiper--mobile-grid .swiper-slide {
		height: auto;
	}
	.categories__container.swiper--mobile-grid .swiper-controls,
	.collections__container.swiper--mobile-grid .swiper-controls {
		margin: 1.5rem 5vw 0;
		display: flex;
		align-items: center;
		gap: 1rem;
	}
	.categories__container.swiper--mobile-grid .swiper-button-prev,
	.categories__container.swiper--mobile-grid .swiper-button-next,
	.collections__container.swiper--mobile-grid .swiper-button-prev,
	.collections__container.swiper--mobile-grid .swiper-button-next {
		margin: 0 !important;
		display: flex;
		flex: 0 0 auto;
		justify-content: center;
		align-items: center;
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: 1.6rem;
		height: 1.6rem;
		font-size: 1.8rem;
		line-height: 1;
		color: #2f2d2c;
		cursor: pointer;
		user-select: none;
	}
	.categories__container.swiper--mobile-grid .swiper-button-prev::before,
	.categories__container.swiper--mobile-grid .swiper-button-next::before,
	.collections__container.swiper--mobile-grid .swiper-button-prev::before,
	.collections__container.swiper--mobile-grid .swiper-button-next::before {
		content: '';
		display: none;
	}
	.categories__container.swiper--mobile-grid .swiper-button-disabled,
	.collections__container.swiper--mobile-grid .swiper-button-disabled {
		opacity: 0.25;
		pointer-events: none;
	}
	.categories__container.swiper--mobile-grid .swiper-pagination,
	.collections__container.swiper--mobile-grid .swiper-pagination {
		margin: 0;
		flex: 1 1 auto;
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
		height: 2px;
		background: #d0cdc9;
		border-radius: 2px;
		transform: none;
		overflow: hidden;
	}
	.categories__container.swiper--mobile-grid .swiper-pagination-progressbar-fill,
	.collections__container.swiper--mobile-grid .swiper-pagination-progressbar-fill {
		height: 100%;
		background: #2f2d2c;
		transform-origin: left top;
	}
}
.page.catalogue-page > .products-menu-btn.sec-menu-btn.icon-filter,
.filters-side.active-side > .products-menu-btn.sec-menu-btn.icon-cross.f-i-btn {
	width: 45px;
	height: 45px;
	background: #EDE8E4;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.2s, transform 0.2s;
}
.page.catalogue-page > .products-menu-btn.sec-menu-btn.icon-filter:hover,
.filters-side.active-side > .products-menu-btn.sec-menu-btn.icon-cross.f-i-btn:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.page.catalogue-page > .products-menu-btn.sec-menu-btn.icon-filter:active,
.filters-side.active-side > .products-menu-btn.sec-menu-btn.icon-cross.f-i-btn:active {
	transform: scale(0.96);
}
.popular-collections__chapter .popular-collections__show-all {
	display: none;
}
@media screen and (min-width: 769px) {
	.popular-collections__chapter .popular-collections__container_hide-more .popular-collections__item:nth-child(-n + 6) {
		display: block !important;
	}
	.popular-collections__chapter .popular-collections__container_hide-more .popular-collections__item:nth-child(n + 7) {
		display: none !important;
	}
	.popular-collections__chapter .popular-collections__container[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]):not([data-count="6"]) ~ .popular-collections__show-all {
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	.popular-collections__chapter .popular-collections__container_hide-more .popular-collections__item {
		display: block !important;
	}
	.popular-collections__chapter .popular-collections__show-all {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.popular-collections__container.swiper--mobile-grid {
		display: flex !important;
		flex-direction: column;
		overflow: hidden;
		position: relative;
		width: calc(100% + 10vw);
		margin-left: -5vw;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-slide {
		height: auto;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-controls {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin: 1.5rem 5vw 0;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-button-prev,
	.popular-collections__container.swiper--mobile-grid .swiper-button-next {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		margin: 0 !important;
		flex: 0 0 auto;
		width: 1.6rem;
		height: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		user-select: none;
		color: #2F2D2C;
		font-size: 1.8rem;
		line-height: 1;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-button-prev::before,
	.popular-collections__container.swiper--mobile-grid .swiper-button-next::before {
		content: '';
		display: none;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-button-disabled {
		opacity: 0.25;
		pointer-events: none;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-pagination {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		margin: 0;
		flex: 1 1 auto;
		height: 2px;
		background: #d0cdc9;
		border-radius: 2px;
		overflow: hidden;
	}
	.popular-collections__container.swiper--mobile-grid .swiper-pagination-progressbar-fill {
		height: 100%;
		background: #2f2d2c;
		transform-origin: left top;
	}
}
.categories-products__show-all {
	display: none;
}
.categories-products__container[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]):not([data-count="5"]) + .categories-products__show-all {
	display: flex;
}
@media screen and (max-width: 1250px) {
	.categories-products__container + .categories-products__show-all {
		display: none;
	}
	.categories-products__container[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"]):not([data-count="3"]):not([data-count="4"]) + .categories-products__show-all {
		display: flex;
	}
}
@media screen and (max-width: 600px) {
	.categories-products__container + .categories-products__show-all {
		display: none;
	}
	.categories-products__container[data-count]:not([data-count="0"]):not([data-count="1"]):not([data-count="2"]):not([data-count="3"]) + .categories-products__show-all {
		display: flex;
	}
}
@media screen and (min-width: 961px) and (max-width: 1250px) {
	.categories-products__container_hide-more .categories-products__item:nth-child(n + 5) {
		display: none;
	}
}
@media screen and (min-width: 601px) and (max-width: 959px) {
	.categories-products__container_hide-more .categories-products__item:nth-child(n + 5) {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.categories-products__container_hide-more .categories-products__item:nth-child(n + 4) {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.categories-products__container_hide-more .categories-products__item {
		display: block !important;
	}
	.categories-products__show-all {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.categories-products__container.swiper--mobile-grid {
		display: flex !important;
		flex-direction: column;
		overflow: hidden;
		position: relative;
		width: calc(100% + 10vw);
		margin-left: -5vw;
		padding: 0 5vw;
		box-sizing: border-box;
	}
	.categories-products__container.swiper--mobile-grid .swiper-slide {
		height: auto;
	}
	.categories-products__container.swiper--mobile-grid .swiper-controls {
		display: flex;
		align-items: center;
		gap: 1rem;
		margin: 1.5rem 5vw 0;
	}
	.categories-products__container.swiper--mobile-grid .swiper-button-prev,
	.categories-products__container.swiper--mobile-grid .swiper-button-next {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		right: auto !important;
		bottom: auto !important;
		margin: 0 !important;
		flex: 0 0 auto;
		width: 1.6rem;
		height: 1.6rem;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		user-select: none;
		color: #2F2D2C;
		font-size: 1.8rem;
		line-height: 1;
	}
	.categories-products__container.swiper--mobile-grid .swiper-button-prev::before,
	.categories-products__container.swiper--mobile-grid .swiper-button-next::before {
		content: '';
		display: none;
	}
	.categories-products__container.swiper--mobile-grid .swiper-button-disabled {
		opacity: 0.25;
		pointer-events: none;
	}
	.categories-products__container.swiper--mobile-grid .swiper-pagination {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		transform: none;
		margin: 0;
		flex: 1 1 auto;
		height: 2px;
		background: #d0cdc9;
		border-radius: 2px;
		overflow: hidden;
	}
	.categories-products__container.swiper--mobile-grid .swiper-pagination-progressbar-fill {
		height: 100%;
		background: #2f2d2c;
		transform-origin: left top;
	}
}
@media screen and (max-width: 1150px) {
	.mobile-frame {
		gap: 20px !important;
		padding: 30px 5vw !important;
		justify-content: center !important; 
		overflow-y: auto;
	}
	.mobile-frame > .mobile__menu-items,
	.mobile-frame > .all__items-catalog,
	.mobile-frame > .mobile__lk-link,
	.mobile-frame > .mobile__links {
		width: 100%;
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile-frame .mobile__menu-items {
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		gap: 12px !important;
	}
	.mobile-frame .mobile__menu-items .menu-item {
		width: auto !important;
		height: auto !important;
		padding-bottom: 80%; 
		position: relative;
		border-radius: 10px;
		overflow: hidden;
	}
	.mobile-frame .mobile__menu-items .menu-item .item-image {
		position: absolute;
		top: 0; left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.mobile-frame .mobile__menu-items .menu-item .item-link {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: auto;
		min-width: 60%;
		padding: 6px 14px;
		height: auto;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.25);
		backdrop-filter: blur(2px);
	}
	.mobile-frame .all__items-catalog {
		width: 100% !important;
		max-width: 720px;
		height: 44px !important;
	}
	.mobile-frame .mobile__lk-link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 720px;
		height: 44px;
		color: #fff;
		font-size: 12px;
		font-weight: 400;
		line-height: 115%;
		text-transform: uppercase;
		border: 1px solid #2F2D2C;
		background-color: #2F2D2C;
		border-radius: 7px;
		text-decoration: none;
		transition: background 0.2s, color 0.2s;
	}
	.mobile-frame .mobile__lk-link:hover {
		background: transparent;
		color: #2F2D2C;
	}
	.mobile-frame .mobile__links {
		max-width: 720px !important;
		justify-content: space-around !important;
	}
	.mobile-frame .mobile__bottom {
		width: 100%;
		max-width: 720px;
		margin: auto auto 0;
		display: flex;
		flex-direction: column;
		grid-gap: 24px;
		gap: 24px;
	}
	.mobile-frame .mobile__bottom-links {
		display: flex;
		justify-content: space-between;
		gap: 12px;
		flex-wrap: wrap;
	}
	.mobile-frame .mobile__bottom-links a {
		color: rgb(47, 45, 44);
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
		line-height: 1.4;
	}
	.mobile-frame .mobile__bottom-contacts {
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		flex-wrap: wrap;
	}
	.mobile-frame .mobile__phone {
		position: relative;
		padding-left: 24px;
		color: rgb(47, 45, 44);
		font-size: 14px;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}
	.mobile-frame .mobile__phone .ico {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
	}
	.mobile-frame .mobile__socials {
		display: flex;
		gap: 16px;
	}
	.mobile-frame .mobile__social-link {
		position: relative;
		padding-left: 24px;
		color: rgb(47, 45, 44);
		font-size: 14px;
		text-decoration: none;
		display: inline-flex;
		align-items: center;
	}
	.mobile-frame .mobile__social-link > span[class^="icon-"] {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		font-size: 18px;
	}
	#main_menu.active .top-menu .left.nav-side,
	#main_menu.active .top-menu .right.nav-side {
		opacity: 0 !important;
		pointer-events: none !important;
	}
}
.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 24px !important;
}
.menu-item {
	position: relative;
}
.menu-item::before {
	content: '';
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background: linear-gradient(180deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, 0.26) 49.854%, rgba(0, 0, 0, 0.45) 100%);
width: 100%;
height: 100%;
}
.menu-item > * {
	position: relative;
	z-index: 2;
}
#main_menu .bottom-menu .mobile-frame .mobile__menu-items .menu-item .item-link {
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}
.mobile-frame > a {
	min-height: 42px;
}
.mobile-frame {
	max-height: calc(100dvh - 60px);
}
.sSearch__trigger {
	display: none;
	cursor: pointer;
	font-size: 20px;
	color: #2F2D2C;
	padding: 6px;
}
.sSearch__trigger--mobile {
	margin-right: 10px;
}
@media screen and (max-width: 1150px) {
	.sSearch__trigger--mobile {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-left: 8px;
	}
}
.pda_search[data-search-open] .pda_search_input {
	cursor: pointer;
}
body.sSearch-noscroll {
	overflow: hidden;
}
.sSearch {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease;
}
.sSearch.isActive {
	opacity: 1;
	pointer-events: auto;
}
.sSearch__inner {
	background: #fff;
	max-width: 720px;
	margin: 6vh auto 0;
	max-height: 88vh;
	border-radius: 12px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.sSearch__inner {
		margin: 0;
		max-width: 100%;
		max-height: 100vh;
		min-height: 100vh;
		border-radius: 0;
	}
}
.sSearch__bar {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	border-bottom: 1px solid #eee;
	flex-shrink: 0;
}
.sSearch__bar-icon {
	font-size: 18px;
	color: #888;
	flex: 0 0 auto;
}
.sSearch__input {
	flex: 1 1 auto;
	border: none;
	outline: none;
	font-size: 16px;
	background: transparent;
	color: #2F2D2C;
	padding: 8px 0;
	min-width: 0;
}
.sSearch__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
}
.sSearch__clear,
.sSearch__close {
	position: relative;
	flex: 0 0 auto;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	width: 28px;
	height: 28px;
	font-size: 0;
	color: transparent;
	transition: opacity 0.2s;
}
.sSearch__clear::before,
.sSearch__clear::after,
.sSearch__close::before,
.sSearch__close::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 1px;
	background: #2F2D2C;
}
.sSearch__clear::before,
.sSearch__close::before {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.sSearch__clear::after,
.sSearch__close::after {
	transform: translate(-50%, -50%) rotate(45deg);
}
.sSearch__clear:hover,
.sSearch__close:hover {
	opacity: 0.6;
}
.sSearch__close {
	border-left: 1px solid #eee;
	padding-left: 14px;
	margin-left: 4px;
	width: 42px;
}
.sSearch__clear {
	width: 17px;
	height: 17px;
}
.sSearch__clear::before,
.sSearch__clear::after {
	width: 12px;
}
.sSearch__body {
	flex: 1 1 auto;
	overflow-y: auto;
	min-height: 200px;
}
.sSearch__hint,
.sSearch__loader,
.sSearch__empty {
	padding: 28px 18px;
	color: #888;
	font-size: 14px;
	text-align: center;
}
.sSearch__loader::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid #ddd;
	border-top-color: #2F2D2C;
	border-radius: 50%;
	margin-right: 8px;
	vertical-align: -2px;
	animation: sSearchSpin 0.8s linear infinite;
}
@keyframes sSearchSpin {
	to { transform: rotate(360deg); }
}
.sSearch__results {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sSearch__result {
	border-bottom: 1px solid #f4f4f4;
}
.sSearch__result-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 18px;
	text-decoration: none;
	color: #2F2D2C;
	transition: background 0.15s;
}
.sSearch__result-link:hover {
	background: #f9f9f9;
}
.sSearch__result-thumb {
	width: 56px;
	height: 56px;
	flex: 0 0 auto;
	object-fit: cover;
	border-radius: 4px;
	background: #f4f4f4;
	border: 1px solid #eee;
}
.sSearch__result-thumb--empty {
	display: inline-block;
}
.sSearch__result-info {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.sSearch__result-name {
	font-size: 14px;
	line-height: 1.3;
	color: #2F2D2C;
	word-break: break-word;
}
.sSearch__result-meta {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	color: #888;
	font-size: 11px;
}
.sSearch__result-brand {
	font-weight: 600;
	text-transform: uppercase;
}
.sSearch__result-price {
	flex: 0 0 auto;
	font-size: 14px;
	font-weight: 600;
	color: #2F2D2C;
	margin-left: 12px;
	white-space: nowrap;
}
@media (max-width: 450px) {
	.m-cart-total {
		display: none !important;
	}
}