.header {
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: center;
	min-height: 92px;
	width: 100%;
	position: relative;
	}
.header.fixed{
	position: fixed;
	z-index: 1000;
	top:0;
	width: 100%;
}
.header > div {
	align-items: center;
	box-sizing: border-box;
	max-width: 2560px;
	padding: 0px 40px;
	width: 100%;
}
.header .content {
	align-items: center;
	gap: 0px 20px;
	justify-content: space-between;
	width: 100%;
}
.header .phones {
	align-items: center;
	display: flex;
	gap: 0px 20px;
}
.header .phones .phone {
	color: #121212;
	font-family: 'Geologica';
	font-size: 16px;
	line-height: 1.5;
}
.header .phones .hours {
	color: #12121299;
	font-family: 'Geologica';
	font-size: 14px;
	line-height: 1.15;
}
.header .header-buttons {
	align-items: center;
	gap: 0px 40px;
}
.header .header-buttons .icon img {
	display: block;
}
.header .header-buttons .text {
	color: #121212;
	font-family: 'Geologica';
	font-size: 14px;
	line-height: 1.15;
}
.header a {
	text-decoration: none;
}

.header .content .logo + div {
	max-width: 1650px;
	width: 67%;
}
.header.fixed{
	position: fixed !important;
	z-index: 100;
	top: 0;
}

.menu-catalog {
	align-items: center;
	display: flex;
	gap: 0 40px;
	position: relative;
	width: 100%;
}
.call-menu-catalog,
.call-slide-menu {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
}
.call-menu-catalog {
	background: #1212120d;
	border-radius: 50px;
	gap: 0 10px;
	padding: 10px 24px 10px 20px;
}
.call-menu-catalog span {
	color: #121212;
	font-family: 'Geologica';
	font-size: 16px;
	line-height: 1.5;
}
.call-slide-menu {
	display: none;
}

/* menu-catalog-dropdown */

.menu-catalog-wrapper:hover .menu-catalog-dropdown {
	opacity: 1;
	visibility: visible;
}
.menu-catalog-dropdown {
	display: block;
	left: 0px;
	opacity: 0;
	padding-top: 10px;
	position: absolute;
	top: 100%;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 300px;
	z-index: 1100;
}
.menu-catalog-dropdown ul {
	background: #f2f2f2e3;
	list-style: outside none none;
	margin: 0;
}
.menu-catalog-dropdown > ul {
	padding: 14px 0;
}
.menu-catalog-dropdown ul li {
	position: relative;
}
.menu-catalog-dropdown ul li i.fa-chevron-right {
    color: var(--la-grey-basic-40);
	font-size: 12px;
	position: absolute;
	right: 14px;
	top: 10px;
}
.menu-catalog-dropdown ul li a {
	align-items: center;
	box-sizing: border-box;
    color: var(--la-grey-basic);
	display: flex;
	font-family: 'Geologica';
	font-size: 16px;
	gap: 0 15px;
	justify-content: flex-start;
	line-height: 1.2;
	outline: none;
	padding: 7px 20px;
	position: relative;
	text-decoration: none;
	width: 100%;
}
.menu-catalog-dropdown ul li:hover > a,
.menu-catalog-dropdown ul li.cr > a {
	background: var(--la-grey-basic);
	color: #fff;
}
.menu-catalog-dropdown ul li:hover > a + .fa-chevron-right,
.menu-catalog-dropdown ul li.cr > a + .fa-chevron-right {
	color: #fff;
}
.menu-catalog-dropdown > ul > li:last-child > a { border: none; }
.menu-catalog-dropdown ul ul {
	border-left: 1px solid #ffffff33;
	display: block;
	left: 100%;
	opacity: 0;
	padding: 14px 0;
	position: absolute;
	top: -14px;
	transition: all 0.2s ease-out;
	visibility: hidden;
	width: 350px;
	z-index: 10;
}
.menu-catalog-dropdown > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.menu-catalog-dropdown ul ul li {
    margin: 0;
}


.search-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

/* Лупа — видна только на мобильных */
.search-toggle {
  font-size: 18px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  display: none; /* Скрыта по умолчанию */
  z-index: 10;
}

.call-search-form {
	align-items: center;
	border: 2px solid var(--la-grey-basic-20);
	border-radius: 50px;
	box-sizing: border-box;
	color: var(--la-grey-basic-60);
	display: flex;
	font-family: 'Geologica';
	font-size: 16px;
	height: 44px;
	line-height: 1.5;
	padding: 0 24px;
	width: 100%;
}

.cartun{
	position: relative !important;

}
.cart-badge{
 position: absolute;
 padding: 5px;
    top: -8px;          /* Позиция сверху */
    right: 3px;         /* Позиция справа */
    background-color: #ff0000; 
    color: white;    
    border-radius: 50%;  
    width: 22px;   
    height: 22px;     
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.menu-catalog-wrapper > a > i{
	font-size: 28px;
	color:#121212;
	display: none;
}

/* menu-catalog-dropdown end */

/* @media (max-width: 920px) {
	.header .content { justify-content: space-between; }
	.header .phones-wrapper .hours { display: none; }
}
@media (max-width: 800px) {
	.menu-catalog-dropdown { display: none; }
}
@media (max-width: 620px) {
	.header > div { gap: 20px 0px; }
	.header .logo { width: 140px; }
	.header .logo > img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}
	.header .phones .phone { font-size: 16px; }
}
@media (max-width: 460px) {
	.header .logo { width: 115px; }
	.header .content { gap: 0px 20px; }
	.header .phones { gap: 0px 15px; }
	.header .phones .phone { font-size: 13px; }
	.header .watsapp { width: 40px; }
	.header .watsapp > img {
		height: 100%;
		object-fit: contain;
		width: 100%;
	}
} */
@media (max-width: 1025px) {
		.header {

	box-sizing: border-box !important;
	min-height: 50px;
	}

	.header > div {
		all:unset;
		display: flex !important;
		align-items: center !important;
		box-sizing: border-box !important;
    	padding: 0px 40px !important;
    	width: 100% !important;
}

.header .content {
    gap: 0px 20px;

}

.menu-catalog-dropdown {
    left: -10px !important;
    width: 240px !important;

}
.menu-catalog {
    gap: 0 20px !important;

}

	.logo img {
	display: block;
	width: 90px;
}


.menu-catalog-wrapper > a > i{
	font-size: 28px;
	color:#121212;
	display: block;

}
.menu-catalog-wrapper > a > img{
	display: none;
}

.call-menu-catalog{
	width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 50%;
}

.menu-catalog-wrapper> a > span {
	display: none;
}

  .phones > a{
	display: block;
  }

  .flex-column > .text{
	display: none;
  }
.header .header-buttons {
    gap: 0px 20px;
}

.cart-badge{
 position: absolute;
 padding: 5px;
    top: -6px;          /* Позиция сверху */
    right: -10px;         /* Позиция справа */
    width: 20px;   
    height: 20px;     

}

}

.header .phones .phone {
    color: #121212;
    font-family: 'Geologica';
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
}

/* адаптив под телефончике */
@media (max-width: 760px) {

	.header {

	box-sizing: border-box !important;
	min-height: 50px;
	}

	.header > div {
		all:unset;
		display: flex !important;
		align-items: center !important;
		box-sizing: border-box !important;
    	padding: 0px 20px !important;
    	width: 100% !important;
}

.header .content {
    gap: 0px 10px;

}
.menu-catalog-dropdown ul ul {
    display: block;
    left: 20%;
    padding: 4px 0;
    top: -14px;
    width: 200px;
	background: #e1e1e1e3;
}


.menu-catalog-dropdown {
    left: -10px !important;
    width: 240px !important;

}
.menu-catalog {
    gap: 0 10px !important;

}

	.logo img {
	display: block;
	width: 90px;
}



.menu-catalog-wrapper > a > i{
	font-size: 28px;
	color:#121212;
	display: block;

}
.menu-catalog-wrapper > a > img{
	display: none;
}

.call-menu-catalog{
	width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 50%;
}

.menu-catalog-wrapper> a > span {
	display: none;
}
 .search-toggle {
    display: block !important;
  }
 .search-input-form {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 8px;
    width: 240px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  /* Активное состояние — форма открыта */
  .search-input-form.active {
    opacity: 1;
	width: 300px !important;
	border: none;
	background: transparent;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) translateX(20%);
  }

  /* Защита: если JS не сработал — хотя бы не сломалось */
  .search-input-form:not(.active) .call-search-form {
    width: 0;
    padding: 0;
    border: none;
    opacity: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
  }

  .phones > a{
	display: none;
  }

  .flex-column > .text{
	display: none;
  }
.header .header-buttons {
    gap: 0px 20px;
}

.cart-badge{
 position: absolute;
 padding: 5px;
    top: -6px;          /* Позиция сверху */
    right: -10px;         /* Позиция справа */
    width: 20px;   
    height: 20px;     

}

}

