.expandable__content {
	height: 0;
	overflow: hidden;
	transition: height 0.65s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding: 0.875rem 0 0.875rem 0;
	background: #fff;
	height: 5.25rem;
	z-index: 9998;
	transition: all 0.35s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}

.header.hide {
	transform: translateY(-100%);
}

.header__main {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	width: 97.5rem;
	margin: 0 auto;
	padding: 0.75rem 1.875rem;
	border-radius: 0.75rem;
	background: #fff;
}
.header__main-menu {
	list-style: none;
	display: flex;
	align-items: center;
	margin-right: auto;
}
.header__main-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10.79213rem;
	height: 3.333rem;
}
.header__main-logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header__main-menu-item {
	height: 3.5rem;
	padding: 0rem 0.375rem 0rem 0.75rem;
}

.header__dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 13rem;
	background: #fff;
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 0.5rem 0;
	z-index: 2;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.25s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__main-menu-item:hover > .header__dropdown {
	display: block;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.header__dropdown-item {
	list-style: none;
}
.header__dropdown-link {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.75rem 1rem;
	color: var(--Text-Body-80---BG-White, #5d6065);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 161.643% */
	letter-spacing: -0.0195rem;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.25s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__dropdown-link:hover {
	color: #24af97;
	background: rgba(36, 175, 151, 0.05);
}
.header__main-menu-item {
	position: relative;
}
.header__main-menu-item:hover > .header__main-menu-link {
	color: #24af97;
}
.no-click {
  pointer-events: none;
}

.header__main-menu-link {
	display: flex;
	align-items: center;
	height: 100%;
	color: var(--Text-Body-80---BG-White, #5d6065);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 161.643% */
	letter-spacing: -0.0195rem;
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}

.header__main-menu-link.active {
	color: #24af97;
}

.header__popup-open {
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.75rem;
}
.header__popup-open img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header__main-cart {
	margin-right: 1.06rem;
	width: 1.375rem;
	height: 1.375rem;
	cursor:pointer;
}
.header__main-cart img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header__main-switcher-select {
	display: flex;
	align-items: center;
	color: var(--Text-Body-80---BG-White, #5d6065);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 1.5rem */
	cursor: pointer;
}
.header__main-switcher-lang {
	margin-right: 0.5rem;
	position: relative;
}
.header__main-switcher-lang img {
	width: 1.5rem;
	height: 1.5rem;
}

.header__main-switcher-lang-flag {
	margin-right: 0;
	border-radius: 50%;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header__main-switcher-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	width: 5rem;
	background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 0.75rem;
	padding: 0.5rem;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__main-switcher-dropdown.popup-only {
	padding: 0.5rem;
}
.header__main-switcher-lang.popup-only:hover
.header__main-switcher-dropdown.popup-only {
	opacity: 1;
	visibility: visible;
}
.header__main-switcher-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.75rem;
	color: var(--Text-Body-80---BG-White, #5d6065);
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__main-switcher-item:last-child {
	margin-bottom: 0;
}
.header__main-switcher-item:hover {
	color: var(--Text-Body-80---BG-White, #5d6065);
	transform: translateX(0.25rem);
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
	cursor: pointer;
}
.header__main-switcher-item img {
	margin-right: 0.5rem;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 50%;
}
.header__main-switcher-dropdown.active {
	opacity: 1;
	visibility: visible;
}
.header__main-switcher-list .header__main-switcher-item {
	margin-bottom: 0.5rem;
}
img.header__main-switcher-lang-icon {
	margin-left: 0.45rem;
	width: 0.6875rem;
	height: 0.5625rem;
}
.header__popup img.header__main-switcher-lang-icon {
	width: 1.5rem;
	height: 1.5rem;
	margin-left: 0rem;
}
.header__main-contacts {
	display: flex;
}

.header__phone-link,
.header__cta-link {
	display: flex;
	height: 2.75rem;
	padding: 0.8125rem 1.5rem 0.6875rem 1.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 2.625rem;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}

.header__phone-link {
	margin-right: 0.5rem;
	border: 1px solid rgba(16, 2, 73, 0.2);
	color: #100249;
}

.header__cta-link {
	border: 1px solid #00c2a2;
	background: var(--Primary-Green, #00c2a2);
	color: var(--Button-Brand-Text-Icon, #fff);
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__phone-link img {
	margin-right: 0.62rem;
}
.header__cta-link img {
	margin-left: 0.5rem;
}
.header__phone-link img,
.header__cta-link img {
	width: 1.125rem;
	height: 1.125rem;
}
.header__popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.45s cubic-bezier(0.49, 0.01, 0.27, 0.99);
	transform: translateY(-100%);
}
.header__popup.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.header__popup-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header__popup-left,
.header__popup-right {
	position: relative;
}
.header__popup-left {
	width: 21.4375rem;
	background: rgba(255, 255, 255, 0.3);
	display: flex;
	flex-direction: column;
}
.header__popup-right {
	flex: 1;
	position: relative;
}
.header__logo {
	margin-top: 1.36rem;
	margin-left: 2.31rem;
	margin-bottom: auto;
	width: 16.4rem;
	height: 3.88rem;
	object-fit: contain;
}

.header__logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header__certificates {
	display: flex;
	margin-left: 2.19rem;
	margin-bottom: 1rem;
}
.header__certificate {
	display: flex;
	height: 4.75281rem;
	padding: 0.47519rem 0.83rem 0.47519rem 0rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header__certificate img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header__popup-left .header__cta {
	margin-bottom: 3.78rem;
	margin-right: 2.94rem;
	margin-left: 2.19rem;
}
.header__popup-left .header__cta-link {
	height: 3.125rem;
	padding: 0;
	border-radius: 2.625rem;
	border: 1px solid var(--Button-Outline-Stroke, #d0d8e1);
	background: var(--Background-White, #fff);

	color: var(--Button-Outline-Text-Icon-inactive, #283b56);
	font-weight: 600;
}

.header__popup-left .header__cta-link img,
.header__popup-right .header__cta-link img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.62rem;
}
.header__popup-right .header__cta-link {
	background: var(--Button-Brand-BG, #0e0e44);
	color: var(--Text-Body-Invert, #fff);
	border: 1px solid var(--Button-Brand-Border, #0e0e44);
}
.header__popup-right .header__cta-alt {
	position: absolute;
	top: 1.42rem;
	right: 2.44rem;
	display: flex;
	align-items: center;
}
.header__popup-close {
	margin-left: 1.44rem;
	display: flex;
	width: 3.75rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	background: rgba(235, 235, 235, 0.45);
}
.header__popup-close img {
	width: 1.5rem;
	height: 1.5rem;
}

.header__socials {
	position: absolute;
	right: 9.88rem;
	bottom: 6.14rem;
	display: flex;
	flex-direction: column;
}
.header__socials-title {
	color: #1a2b49;
	font-size: 0.97394rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.45831rem; /* 149.733% */
	text-transform: uppercase;
	margin-bottom: 0.75rem;
}
.header__socials-list {
	display: flex;
	align-items: flex-end;
}
.header__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.67613rem;
	height: 2.67613rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: #31b39d;
}
.header__social-link img {
	width: 1.3125rem;
	height: 1.3125rem;
	object-fit: contain;
}

.header__menu {
	margin-top: 6.53rem;
	margin-left: 4.75rem;
	list-style: none;
	width: auto;
	display: inline-flex;
	flex-direction: column;
}
.header__menu-item {
	min-height: 5.8125rem;
	/* display: flex;
	justify-content: center;
	flex-direction: column; */
}
.header__menu-item > .header__menu-link::before {
	content: "";
	display: block;
	width: 0;
	height: 0.56688rem;
	margin-right: 0;
	border-radius: 1.875rem;
	background: linear-gradient(92deg, #199dba -8.85%, #0a60c3 109.79%), #015abf;
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
	opacity: 0;
}

.header__menu-link {
	display: flex;
	align-items: center;
	color: var(--Text-Title-Dark-blue, #00358d);
	font-family: Quicksand;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 3.25rem */
	letter-spacing: -0.09375rem;
	height: 100%;
}
.header__menu-link img {
	width: 3rem;
	height: 3rem;
	margin-left: 0.5rem;
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__menu--lv2,
.header__menu--lv3 {
	width: 100%;
	margin-top: 0;
	margin-left: 3.12rem;
}
.header__menu--lv2 .header__menu-link,
.header__menu--lv3 .header__menu-link {
	color: var(--Text-Title-Highline, #015abf);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 2.1rem */
	letter-spacing: -0.045rem;
	opacity: 0.6;
	transition: all 0.3s cubic-bezier(0.49, 0.01, 0.27, 0.99);
}
.header__menu--lv2 .header__menu-item,
.header__menu--lv3 .header__menu-item {
	min-height: 2.13rem;
	margin-bottom: 0.88rem;
}
.header__menu--lv1 > .header__menu-item > .header__menu-link {
	height: 5.8125rem;
}
.header__menu--lv2 .header__menu-item:first-child,
.header__menu--lv3 .header__menu-item:first-child {
	margin-top: 0;
}
.header__menu--lv2 .header__menu-item:last-child,
.header__menu--lv3 .header__menu-item:last-child {
	margin-bottom: 0;
}

.header.header--radius {
	background: transparent;
	height: 6.25rem;
}

.header.header--radius .header__main,
.header:not(.header--radius) {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.header.header--transparent {
	background: transparent;
	height: 6.25rem;
}
.header.header--transparent .header__main {
	background: transparent;
}
.header.header--transparent .header__main-menu-link {
	color: #fff;
}
.header.header--transparent .header__popup-open img,
.header.header--transparent .header__main-cart-link img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(2%)
		hue-rotate(348deg) brightness(109%) contrast(100%);
}
.header__menu-wrapper {
	height: 100%;
	overflow: auto;
}
.header__menu-item.is-expanded > .header__menu-link > img {
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
	.header__menu-item:hover > .header__menu-link::before,
	.header__menu-item.active > .header__menu-link::before{
		width: 3.08631rem;
		margin-right: 1.5rem;
		opacity: 1;
	}
	.header__menu--lv1 > .header__menu-item:hover > .header__menu-link > img,
	.header__menu--lv2 > .header__menu-item:hover > .header__menu-link > img {
		transform: rotate(180deg);
	}

	.header__menu--lv2 .header__menu-item:hover > .header__menu-link::before,
	.header__menu--lv3 .header__menu-item:hover > .header__menu-link::before {
		width: 0;
		margin-right: 0;
		opacity: 0;
	}
	.header__menu--lv2 .header__menu-item:hover > a,
	.header__menu--lv3 .header__menu-item:hover > a {
		opacity: 1;
	}
	.header__main .header__cta-link:hover {
		background: var(--Button-Brand-BG, #0e0e44);
		color: var(--Text-Body-Invert, #fff);
		border: 1px solid #0e0e44;
	}
	.header__popup-right .header__cta-link:hover {
		background: #24af97;
		color: var(--Text-Body-Invert, #fff);
		border: 1px solid #24af97;
	}
	.header__main-menu-link:hover {
		color: #24af97;
	}
	.header.header--transparent .header__main-menu-link:hover {
		color: #24af97;
	}
	.header__popup-open:hover img,
	.header__main-cart-link:hover img {
		filter: brightness(0) saturate(100%) invert(78%) sepia(61%) saturate(5392%)
			hue-rotate(127deg) brightness(92%) contrast(72%);
	}
	.header.header--transparent .header__popup-open:hover img,
	.header.header--transparent .header__main-cart-link:hover img {
		filter: brightness(0) saturate(100%) invert(78%) sepia(61%) saturate(5392%)
			hue-rotate(127deg) brightness(92%) contrast(72%);
	}
}
.header__main-switcher-lang.pc-only .header__main-switcher-select .header__main-switcher-lang-code {
	display: none !important;
}
@media (max-width: 639.98px) {
	.header__menu-item.is-expanded > .header__menu-link > img {
		transform: rotate(180deg);
		transition: transform 0.3s ease;
	}

	.header__menu-link > img {
		transition: transform 0.3s ease;
	}
	.header {
		height: 3.75rem !important;
		background: #fff !important;
		padding: 0rem 0.8125rem 0.44825rem 0.875rem;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}
	.header__main-menu,
	.header__main-switcher-lang,
	.header__main-contacts,
	.header__popup .header__main-cart,
	.header__popup-right .header__cta-link {
		display: none;
	}
	.header__main {
		flex-direction: row-reverse;
		width: 100%;
		padding: 0;
		box-shadow: unset !important;
	}
	.header__main-logo {
		position: relative;
		top: auto;
		left: auto;
		transform: unset;
		width: 10.79213rem;
		height: 3.333rem;
		order: 1;
	}
	.header__popup .header__main-switcher-lang {
		display: block;
	}
	.header__main-cart {
		margin-left: auto;
	}
	.header__popup-open {
		margin-right: 0;
	}
	.header__popup {
		flex-direction: column;
	}
	.header__menu {
		margin: 0;
		width: 100%;
	}
	.header__logo {
		margin: 0;
		width: 13.876rem;
		height: auto;
	}
	.header__popup-left {
		width: 100%;
		padding: 2.5rem 1rem 0 1rem;
		background: transparent;
	}
	.header__popup-right {
		padding: 0 1rem;
		position: static;
		display: flex;
		flex-direction: column;
		overflow-y: auto;
	}
	.header__popup-right::-webkit-scrollbar {
		display: none;
	}
	.header__popup-right .header__cta-alt {
		margin-top: 1.5rem;
		position: static;
		top: auto;
		right: auto;
		order: 1;
	}
	.header__popup-close {
		position: absolute;
		top: 2.5rem;
		right: 1.45rem;
		width: 2.375rem;
		height: 2.375rem;
		border-radius: 1.25rem;
		background: #fff;
		padding: 0.71044rem 0.71rem 0.71763rem 0.71044rem;
	}
	.header__popup-bg {
		z-index: -1;
	}
	.header__menu-link {
		color: var(--Text-Sub-Dark-blue, #283b56);
		font-family: Inter;
		font-size: 1rem;
		font-style: normal;
		font-weight: 600;
		line-height: 150%; /* 1.5rem */
		letter-spacing: -0.0625rem;
	}
	.header__menu--lv1 > .header__menu-item > .header__menu-link {
		height: 3rem;
	}
	.header__menu--lv1 > .header__menu-item.active > .header__menu-link {
		color: #00358D;
	}
	.header__menu-item {
		min-height: 3rem;
	}
	.header__menu-wrapper {
		margin-top: 1rem;
		margin-bottom: 1rem;
		order: 2;
		overflow: visible;
		height: auto;
	}
	.header__menu-link img {
		width: 1.5rem;
		height: 1.5rem;
		filter: brightness(0) saturate(100%) invert(18%) sepia(42%) saturate(646%)
			hue-rotate(176deg) brightness(97%) contrast(90%);
		margin-left: auto;
	}
	.header__menu-item > .header__menu-link::before {
		display: none;
	}
	.header__socials {
		position: static;
		order: 3;
		margin-top: auto;
		padding-bottom: 1.25rem;
	}
	.header__menu--lv2 .header__menu-link,
	.header__menu--lv3 .header__menu-link {
		color: var(--text-body-body-75-other, rgba(0, 35, 94, 0.83));
		font-size: 1rem;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 1.5rem */
		letter-spacing: -0.02rem;
		opacity: 1;
	}
	.header__menu--lv2 .header__menu-item,
	.header__menu--lv3 .header__menu-item {
		min-height: 2.25rem;
		display: flex;
		align-items: center;
		margin-bottom: 0.75rem;
	}
	.header__socials-title {
		color: var(--text-title-blue-40, rgba(33, 39, 105, 0.4));
		font-size: 0.875rem;
		font-style: normal;
		font-weight: 600;
		line-height: 160%; /* 1.4rem */
		letter-spacing: -0.02625rem;
		margin-bottom: 0.75rem;
		text-transform: none;
	}
	.header__socials-list {
		margin-bottom: 1.25rem;
	}
	.header__social-link {
		width: 2.625rem;
		height: 2.625rem;
	}
	.header__menu--lv1 > .header__menu-item {
		border-bottom: 1px solid rgba(112, 115, 124, 0.08);
	}
	.popupLang {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		display: flex;
		justify-content: flex-end;
		align-items:flex-end;
		background: transparent;
		overflow: hidden;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.popupLang-overlay {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0, 0, 0, 0.5);
	}
	.popupLang-content {
		position: relative;
		z-index: 2;
		width: 100%;
		height: fit-content;
		padding:1.5rem;
		padding-bottom:4.5rem;
		background: #fff;
		border-radius: 1.25rem 1.25rem 0 0;
		transform: translateY(100%);
		transition: transform 0.3s ease;
	}
	.popupLang.active {
		opacity: 1;
		visibility: visible;
		transition: transform 0.3s ease;
	}
	.popupLang.active .popupLang-content {
		transform: translateY(0);
		transition: transform 0.3s ease;
	}
}
/* search */
/* Search Popup Styles */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.search-popup.active {
  display: flex;
  opacity: 1;
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.3125rem);
}

.search-popup__content {
  position: relative;
  width: 100%;
  max-width: 50rem;
  max-height: 80vh;
  margin: auto;
  background: #fff;
  border-radius: 0.75rem;
  box-shadow: 0 1.25rem 3.75rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transform: translateY(-1.25rem);
  transition: transform 0.3s ease;
}

.search-popup.active .search-popup__content {
  transform: translateY(0);
}

.search-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  border-bottom: 0.0625rem solid #e5e7eb;
  background: #f9fafb;
}

.search-popup__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1f2937;
}

.search-popup__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.375rem;
  color: #6b7280;
  transition: all 0.2s ease;
}

.search-popup__close:hover {
  background: #e5e7eb;
  color: #374151;
}

.search-popup__body {
  padding: 1.5rem;
}

.search-popup__input-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.search-popup__input {
  width: 100%;
  padding: 1rem 1.25rem;
  padding-right: 3.75rem;
  border: 0.125rem solid #e5e7eb;
  border-radius: 0.5rem;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.search-popup__input:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 0.1875rem rgba(59, 130, 246, 0.1);
}

.search-popup__search-btn {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #3b82f6;
  border: none;
  color: white;
  padding: 0.5rem;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.search-popup__search-btn:hover {
  background: #2563eb;
}

.search-popup__results {
  max-height: 25rem;
  overflow-y: auto;
}

.search-popup__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  color: #6b7280;
}

.search-popup__spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #e5e7eb;
  border-top: 0.125rem solid #3b82f6;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-right: 0.75rem;
}

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

.search-popup__empty {
  text-align: center;
  padding: 2.5rem;
  color: #6b7280;
}

.search-popup__empty svg {
  margin-bottom: 1rem;
  opacity: 0.5;
}

.search-popup__empty p {
  margin: 0;
  font-size: 1rem;
}

.search-popup__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.search-popup__item {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 0.0625rem solid #e5e7eb;
  border-radius: 0.5rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  background: #fff;
	margin-bottom:0.5rem;
}

.search-popup__item:hover {
  border-color: #3b82f6;
  box-shadow: 0 0.25rem 0.75rem rgba(59, 130, 246, 0.15);
  transform: translateY(-0.0625rem);
}

.search-popup__item-thumbnail {
  width: 3.75rem;
  height: 3.75rem;
  object-fit: cover;
  border-radius: 0.375rem;
  margin-right: 1rem;
  background: #f3f4f6;
}

.search-popup__item-content {
  flex: 1;
  min-width: 0;
}

.search-popup__item-title {
  font-size: 1rem;
  font-weight: 600;
  color: #1f2937;
  margin: 0 0 0.25rem 0;
  line-height: 1.4;
}

.search-popup__item-excerpt {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.search-popup__item-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: #9ca3af;
}

.search-popup__item-type {
  background: #3b82f6;
  color: white;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

.search-popup__item-type.products {
  background: #10b981;
}

.search-popup__highlight {
  background: #fef3c7;
  color: #92400e;
  padding: 0.0625rem 0.125rem;
  border-radius: 0.125rem;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
  .search-popup__content {
    margin: 1.25rem;
    max-height: calc(100vh - 6.5rem);
  }
  
  .search-popup__header {
    padding: 1rem 1.25rem;
  }
  
  .search-popup__body {
    padding: 1.25rem;
  }
  
  .search-popup__input {
    font-size: 1rem; /* Prevent zoom on iOS */
  }
  
  .search-popup__item {
    padding: 0.75rem;
	  margin-bottom:0.5rem;
  }
  
  .search-popup__item-thumbnail {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.75rem;
  }
  
  .search-popup__item-title {
    font-size: 0.9375rem;
  }
  
  .search-popup__item-excerpt {
    font-size: 0.8125rem;
  }
}