.pyalichai-header,
.pyalichai-header * {
	box-sizing: border-box;
}

.pyalichai-header {
	position: relative;
	z-index: 100;
	width: 100vw;
	height: 59px;
	margin-left: calc(50% - 50vw);
	overflow: visible;
	font-family: var(--pyalichai-font-body);
	color: #fff;
}

.pyalichai-header a,
.pyalichai-header a:hover,
.pyalichai-header a:focus,
.pyalichai-header a:visited,
.pyalichai-header__mega-menu a,
.pyalichai-header__mega-menu a:hover,
.pyalichai-header__mega-menu a:focus,
.pyalichai-header__mega-menu a:visited {
	color: inherit;
	text-decoration: none;
}

.pyalichai-header__announcement {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 59px;
	background: #333;
	border-bottom: 1px solid rgba(255, 255, 255, 0.55);
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	white-space: nowrap;
}

.pyalichai-header__announcement-mobile {
	display: none;
}

.pyalichai-header__announcement-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 36px;
	transform: translateY(-50%);
}

.pyalichai-header__announcement-arrow--left {
	left: 45px;
}

.pyalichai-header__announcement-arrow--right {
	right: 45px;
}

.pyalichai-header__announcement-arrow img {
	display: block;
	width: 7px;
	height: auto;
}

.pyalichai-header__navigation {
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 112px;
	z-index: 10;
	pointer-events: none;
}

.pyalichai-header__navigation a,
.pyalichai-header__navigation span,
.pyalichai-header__navigation img,
.pyalichai-header__navigation div,
.pyalichai-header__navigation p {
	pointer-events: auto;
}

.pyalichai-header__desktop {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.pyalichai-header__logo {
	display: block;
	object-fit: contain;
}

.pyalichai-header__logo--desktop {
	position: absolute;
	top: 15px;
	left: 24px;
	width: 98px;
	height: auto;
	max-height: 98px;
}

.pyalichai-header__desktop-nav {
	position: absolute;
	top: 42px;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 28px;
	transform: translateX(-50%);
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
}

.pyalichai-header__nav-item {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.pyalichai-header__nav-link {
	display: inline-flex;
	align-items: center;
	height: 28px;
}

.pyalichai-header__nav-item--has-mega.is-active .pyalichai-header__nav-link--shop {
	text-decoration: underline;
	text-underline-offset: 7px;
	text-decoration-thickness: 1px;
}

.pyalichai-header__desktop-actions {
	position: absolute;
	top: 30px;
	right: 28px;
	display: flex;
	align-items: center;
	height: 52px;
	gap: 25px;
}

.pyalichai-header__wholesale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 106px;
	height: 39px;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 5px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1;
}

.pyalichai-header__icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 30px;
}


button.pyalichai-header__icon-link,
button.pyalichai-header__mobile-icon,
button.pyalichai-header__mobile-drawer-icon {
	padding: 0;
	background: transparent;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

button.pyalichai-header__icon-link:focus-visible,
button.pyalichai-header__mobile-icon:focus-visible,
button.pyalichai-header__mobile-drawer-icon:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.pyalichai-header__icon-link img {
	display: block;
	width: auto;
	max-width: 22px;
	height: auto;
	max-height: 24px;
}

.pyalichai-header__icon-link--search img {
	width: 20px;
}

.pyalichai-header__icon-link--account img {
	width: 16px;
}

.pyalichai-header__icon-link--cart img {
	width: 19px;
}

/*
 * Shop mega menu. JavaScript moves this node directly under <body> so the
 * transformed centered navigation cannot become its containing block.
 */
.pyalichai-header__mega-menu,
.pyalichai-header__mega-menu * {
	box-sizing: border-box;
}

.pyalichai-header__mega-menu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9998;
	width: auto;
	margin: 0;
	padding: 0;
	background: #faf7f4;
	color: #2a2927;
	font-family: var(--pyalichai-font-body);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 150ms ease, visibility 150ms ease, transform 150ms ease;
	pointer-events: none;
}

.pyalichai-header__mega-menu.is-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.pyalichai-header__mega-shell {
	width: 100%;
	margin: 0;
	padding: 48px 42px 26px 24px;
	border-top: 1px dotted rgba(70, 63, 57, 0.48);
	border-bottom: 1px dotted rgba(70, 63, 57, 0.48);
	background: #faf7f4;
	color: #2a2927;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}

.pyalichai-header__mega-main {
	display: grid;
	grid-template-columns: 33.8% 66.2%;
	gap: 0;
	width: 100%;
	align-items: start;
}

.pyalichai-header__mega-column {
	min-width: 0;
}

.pyalichai-header__mega-column--links {
	padding-right: 40px;
}

.pyalichai-header__mega-eyebrow {
	margin: 0 0 21px;
	padding: 0;
	font-family: var(--pyalichai-font-body);
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(42, 41, 39, 0.68);
}

.pyalichai-header__mega-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}

.pyalichai-header__mega-link {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 27px;
	font-weight: 500;
	line-height: 1.24;
	letter-spacing: -0.25px;
}

.pyalichai-header__mega-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 16px;
	row-gap: 15px;
	width: 100%;
}

.pyalichai-header__mega-card {
	position: relative;
	display: block;
	width: 100%;
	min-width: 0;
	aspect-ratio: 1.88 / 1;
	overflow: hidden;
	border-radius: 5px;
	background: #ded8d2;
}

.pyalichai-header__mega-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.015) 50%, rgba(0, 0, 0, 0.14) 100%);
	pointer-events: none;
}

.pyalichai-header__mega-card-image-wrap {
	position: absolute;
	inset: 0;
	display: block;
}

.pyalichai-header__mega-card-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover;
	object-position: center center;
	transition: transform 200ms ease;
}

.pyalichai-header__mega-card:hover .pyalichai-header__mega-card-image,
.pyalichai-header__mega-card:focus-visible .pyalichai-header__mega-card-image {
	transform: scale(1.025);
}

.pyalichai-header__mega-card-title {
	position: absolute;
	top: 15px;
	left: 19px;
	right: 16px;
	z-index: 2;
	margin: 0;
	padding: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
}

.pyalichai-header__mega-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
	width: 100%;
	margin-top: 49px;
	padding-top: 18px;
	border-top: 1px dotted rgba(70, 63, 57, 0.45);
}

.pyalichai-header__mega-location {
	display: flex;
	align-items: center;
	gap: 13px;
	min-width: 0;
}

.pyalichai-header__mega-location-media {
	flex: 0 0 75px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	border-radius: 5px;
	background: #e8e2dc;
}

.pyalichai-header__mega-location-media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center center;
}

.pyalichai-header__mega-location-copy {
	min-width: 0;
}

.pyalichai-header__mega-location-name {
	margin: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
}

.pyalichai-header__mega-location-address {
	margin-top: 3px;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.22;
	color: #2a2927;
}

.pyalichai-header__mega-cta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 38px;
	max-width: 650px;
	margin-left: auto;
}

.pyalichai-header__mega-message {
	max-width: 470px;
	margin: 0;
	padding: 0;
	font-family: var(--pyalichai-font-display);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.15;
	text-align: left;
}

.pyalichai-header__mega-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	height: 38px;
	padding: 0 17px;
	border: 1px solid rgba(42, 41, 39, 0.20);
	border-radius: 5px;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
}

.pyalichai-header__mobile {
	display: none;
}

.pyalichai-header__mobile-drawer {
	display: none;
}

@media (max-width: 1400px) {
	.pyalichai-header__mega-shell {
		padding-right: 28px;
	}

	.pyalichai-header__mega-link {
		font-size: 24px;
	}

	.pyalichai-header__mega-card-title {
		font-size: 18px;
	}
}

@media (max-width: 1180px) {
	.pyalichai-header__mega-main {
		grid-template-columns: 30% 70%;
	}

	.pyalichai-header__mega-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pyalichai-header__mega-footer {
		margin-top: 34px;
	}

	.pyalichai-header__mega-message {
		font-size: 17px;
	}
}

@media (max-width: 1024px) {
	.pyalichai-header__mega-shell {
		padding: 28px 20px 22px;
	}

	.pyalichai-header__mega-main {
		grid-template-columns: 26% 74%;
	}

	.pyalichai-header__mega-link {
		font-size: 21px;
	}

	.pyalichai-header__mega-card-title {
		top: 11px;
		left: 13px;
		font-size: 16px;
	}

	.pyalichai-header__mega-footer {
		gap: 20px;
	}

	.pyalichai-header__mega-cta {
		gap: 16px;
	}
}

@media (max-width: 900px) {
	.pyalichai-header__mega-menu {
		display: none !important;
	}
}

@media (max-width: 502px) {
	.pyalichai-header {
		height: 70px;
	}

	.pyalichai-header__announcement {
		height: 70px;
		padding: 0 45px;
		font-size: 15px;
		font-weight: 600;
		line-height: 15px;
		white-space: normal;
	}

	.pyalichai-header__announcement-desktop {
		display: none;
	}

	.pyalichai-header__announcement-mobile {
		display: inline;
	}

	.pyalichai-header__announcement-arrow {
		width: 20px;
		height: 30px;
	}

	.pyalichai-header__announcement-arrow--left {
		left: 18px;
	}

	.pyalichai-header__announcement-arrow--right {
		right: 18px;
	}

	.pyalichai-header__navigation {
		top: 70px;
		height: 90px;
	}

	.pyalichai-header__desktop {
		display: none;
	}

	.pyalichai-header__mobile {
		position: relative;
		display: block;
		width: 100%;
		height: 90px;
	}

	.pyalichai-header__mobile-icon {
		position: absolute;
		top: 31px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 32px;
		height: 28px;
		transform: translateX(-50%);
	}

	.pyalichai-header__mobile-icon img {
		display: block;
		width: auto;
		height: auto;
	}

	.pyalichai-header__mobile-icon--menu {
		left: 6.97%;
	}

	.pyalichai-header__mobile-icon--menu img {
		width: 17px;
	}

	.pyalichai-header__mobile-icon--search {
		left: 25.50%;
	}

	.pyalichai-header__mobile-icon--search img {
		width: 19px;
	}

	.pyalichai-header__mobile-icon--account {
		left: 73.70%;
	}

	.pyalichai-header__mobile-icon--account img {
		width: 16px;
	}

	.pyalichai-header__mobile-icon--cart {
		left: 92.83%;
	}

	.pyalichai-header__mobile-icon--cart img {
		width: 19px;
	}

	.pyalichai-header__logo--mobile {
		position: absolute;
		top: 8px;
		left: 50%;
		width: 78px;
		height: auto;
		max-height: 74px;
		transform: translateX(-50%);
		filter: brightness(0) invert(1) !important;
		opacity: 1 !important;
		mix-blend-mode: normal !important;
	}
}


body.pyalichai-mobile-menu-open {
	overflow: hidden;
}

@media (max-width: 767px) {
	.pyalichai-header {
		height: 44px;
	}

	.pyalichai-header__announcement {
		height: 54px;
		padding: 0 36px;
		font-size: 12px;
		font-weight: 600;
		line-height: 1.15;
		white-space: normal;
	}

	.pyalichai-header__announcement-text {
		max-width: 300px;
		margin: 0 auto;
	}

	.pyalichai-header__announcement-desktop {
		display: none;
	}

	.pyalichai-header__announcement-mobile {
		display: inline;
	}

	.pyalichai-header__announcement-arrow {
		width: 18px;
		height: 26px;
	}

	.pyalichai-header__announcement-arrow--left {
		left: 16px;
	}

	.pyalichai-header__announcement-arrow--right {
		right: 16px;
	}

	.pyalichai-header__navigation {
		top: 54px;
		height: 81px;
	}

	.pyalichai-header__desktop,
	.pyalichai-header__mega-menu {
		display: none !important;
	}

	.pyalichai-header__mobile {
		position: relative;
		display: grid;
		grid-template-columns: 44px 44px minmax(0, 1fr) 44px;
		align-items: center;
		column-gap: 10px;
		width: 100%;
		height: 81px;
		padding: 0 10px;
		background: rgba(20, 12, 10, 0.72);
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	}

	.pyalichai-header__mobile-icon {
		position: static;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		transform: none;
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	.pyalichai-header__mobile-icon img {
		display: block;
		width: auto;
		height: auto;
		max-height: 22px;
		filter: brightness(0) invert(1);
	}

	.pyalichai-header__mobile-icon--menu {
		justify-self: start;
	}

	.pyalichai-header__mobile-icon--search {
		justify-self: center;
	}

	.pyalichai-header__mobile-icon--account {
		justify-self: center;
	}

	.pyalichai-header__mobile-icon--cart {
		justify-self: end;
	}

	.pyalichai-header__hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 22px;
	}

	.pyalichai-header__hamburger span {
		display: block;
		width: 100%;
		height: 1.7px;
		border-radius: 20px;
		background: #fff;
	}

	.pyalichai-header__logo--mobile {
		position: static;
		justify-self: center;
		width: 94px;
		max-height: 68px;
		transform: none;
		filter: brightness(0) invert(1) !important;
	}


	.pyalichai-header--dark-nav .pyalichai-header__mobile {
		background: #faf7f4;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		border-bottom: 1px solid rgba(70, 63, 57, 0.18);
	}

	.pyalichai-header--dark-nav .pyalichai-header__mobile-icon img,
	.pyalichai-header--dark-nav .pyalichai-header__logo--mobile {
		filter: brightness(0) saturate(100%) !important;
	}

	.pyalichai-header--dark-nav .pyalichai-header__hamburger span {
		background: #2f2925;
	}

	.pyalichai-header__mobile-drawer {
		display: block;
		position: fixed;
		top: 54px;
		left: 0;
		right: 0;
		height: calc(100vh - 54px);
		height: calc(100svh - 54px);
		z-index: 10000;
		background: #faf7f4;
		color: #2a2927;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-10px);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
		pointer-events: none;
	}

	.pyalichai-header__mobile-drawer.is-open {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	.pyalichai-header__mobile-drawer-inner {
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		background: #faf7f4;
	}

	.pyalichai-header__mobile-topbar {
		display: grid;
		grid-template-columns: 44px 44px minmax(0, 1fr) 44px;
		align-items: center;
		column-gap: 10px;
		min-height: 81px;
		padding: 0 10px;
		background: #faf7f4;
		border-bottom: 1px dotted rgba(70, 63, 57, 0.48);
	}

	.pyalichai-header__mobile-drawer-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		background: transparent;
		border: 0;
		padding: 0;
		color: #2a2927;
	}

	.pyalichai-header__mobile-drawer-icon img {
		display: block;
		width: auto;
		max-height: 22px;
		filter: brightness(0) saturate(100%);
	}

	.pyalichai-header__mobile-drawer-icon--close {
		justify-self: start;
	}

	.pyalichai-header__mobile-close-mark {
		display: block;
		font-family: var(--pyalichai-font-body);
		font-size: 32px;
		font-weight: 300;
		line-height: 1;
		color: #2a2927;
	}

	.pyalichai-header__logo--mobile-drawer {
		justify-self: center;
		width: 86px;
		height: auto;
		max-height: 54px;
		filter: none !important;
	}

	.pyalichai-header__mobile-drawer-nav {
		padding-bottom: 34px;
	}

	.pyalichai-header__mobile-menu-row {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 88px;
		padding: 0 24px;
		border-bottom: 1px dotted rgba(70, 63, 57, 0.48);
		background: #faf7f4;
		color: #2a2927;
		text-decoration: none;
	}

	.pyalichai-header__mobile-menu-row--toggle {
		border-left: 0;
		border-right: 0;
		border-top: 0;
		cursor: pointer;
	}

	.pyalichai-header__mobile-menu-label {
		font-family: var(--pyalichai-font-display);
		font-size: 29px;
		font-weight: 500;
		line-height: 1.08;
		letter-spacing: -0.3px;
	}

	.pyalichai-header__mobile-menu-symbol {
		flex: 0 0 auto;
		font-family: var(--pyalichai-font-body);
		font-size: 42px;
		font-weight: 300;
		line-height: 1;
	}

	.pyalichai-header__mobile-accordion.is-open .pyalichai-header__mobile-menu-symbol {
		font-size: 38px;
	}

	.pyalichai-header__mobile-accordion.is-open .pyalichai-header__mobile-menu-symbol::before {
		content: '\2212';
	}

	.pyalichai-header__mobile-accordion.is-open .pyalichai-header__mobile-menu-symbol {
		color: #2a2927;
	}

	.pyalichai-header__mobile-accordion.is-open [data-pyalichai-mobile-accordion-toggle] .pyalichai-header__mobile-menu-symbol {
		font-size: 0;
	}

	.pyalichai-header__mobile-accordion.is-open [data-pyalichai-mobile-accordion-toggle] .pyalichai-header__mobile-menu-symbol::before {
		content: '\2212';
		font-size: 42px;
	}

	.pyalichai-header__mobile-accordion-panel {
		padding: 18px 24px 8px;
		border-bottom: 1px dotted rgba(70, 63, 57, 0.48);
		background: #faf7f4;
	}

	.pyalichai-header__mobile-menu-eyebrow {
		margin: 0 0 16px;
		font-family: var(--pyalichai-font-body);
		font-size: 14px;
		line-height: 1.3;
		color: rgba(42, 41, 39, 0.6);
	}

	.pyalichai-header__mobile-curated-links {
		display: flex;
		flex-direction: column;
		gap: 2px;
		margin-bottom: 30px;
	}

	.pyalichai-header__mobile-curated-link {
		display: block;
		font-family: var(--pyalichai-font-display);
		font-size: 28px;
		font-weight: 500;
		line-height: 1.22;
		color: #2a2927;
		text-decoration: none;
	}

	.pyalichai-header__mobile-product-grid {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 16px;
		padding-bottom: 8px;
	}

	.pyalichai-header__mobile-product-card {
		display: block;
		color: #2a2927;
		text-decoration: none;
	}

	.pyalichai-header__mobile-product-image-wrap {
		display: block;
		width: 100%;
		aspect-ratio: 1.34 / 1;
		overflow: hidden;
		border-radius: 4px;
		background: #e8e2dc;
	}

	.pyalichai-header__mobile-product-image {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.pyalichai-header__mobile-product-title {
		display: block;
		margin-top: 8px;
		font-family: var(--pyalichai-font-display);
		font-size: 19px;
		font-weight: 500;
		line-height: 1.22;
		letter-spacing: -0.1px;
	}
}

@media (max-width: 767px) {
	.pyalichai-header__announcement-text {
		width: calc(100vw - 76px);
		max-width: none;
	}

	.pyalichai-header__announcement-mobile {
		display: block;
		width: 100%;
	}

	.pyalichai-header__announcement-mobile-line {
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
		font-size: clamp(8.5px, 2.55vw, 12px);
		line-height: 1.18;
		letter-spacing: -0.01em;
	}
}

@media (min-width: 390px) and (max-width: 767px) {
	.pyalichai-header__announcement-mobile-line {
		font-size: clamp(9px, 2.65vw, 12.5px);
	}
}

@media (max-width: 340px) {
	.pyalichai-header__announcement-text {
		width: calc(100vw - 64px);
	}

	.pyalichai-header__announcement-mobile-line {
		font-size: 8.2px;
	}
}


.pyalichai-header--dark-nav .pyalichai-header__navigation {
	color: #2f2925;
}

.pyalichai-header--dark-nav .pyalichai-header__logo--desktop,
.pyalichai-header--dark-nav .pyalichai-header__logo--mobile,
.pyalichai-header--dark-nav .pyalichai-header__mobile-icon img,
.pyalichai-header--dark-nav .pyalichai-header__icon-link img {
	filter: brightness(0);
}

.pyalichai-header--dark-nav .pyalichai-header__wholesale {
	border-color: rgba(47, 41, 37, 0.35);
}

.pyalichai-header--dark-nav .pyalichai-header__mobile-icon,
.pyalichai-header--dark-nav .pyalichai-header__icon-link,
.pyalichai-header--dark-nav .pyalichai-header__nav-link,
.pyalichai-header--dark-nav .pyalichai-header__wholesale {
	color: #2f2925;
}

.pyalichai-header--dark-nav .pyalichai-header__hamburger span {
	background: #2f2925;
}


@media (min-width: 768px) {
	.pyalichai-header--dark-nav {
		height: 171px;
	}
}

@media (max-width: 767px) {
	.pyalichai-header--dark-nav {
		height: 135px;
	}
}


body.pyalichai-search-open {
	overflow: hidden;
}

.pyalichai-header__search-overlay,
.pyalichai-header__search-overlay * {
	box-sizing: border-box;
}

.pyalichai-header__search-overlay {
	position: fixed;
	inset: 0;
	z-index: 99990;
	display: block;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 150ms ease, visibility 150ms ease;
}

.pyalichai-header__search-overlay.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.pyalichai-header__search-backdrop {
	position: absolute !important;
	inset: 0 !important;
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, 0.30) !important;
	background-color: rgba(0, 0, 0, 0.30) !important;
	box-shadow: none !important;
	opacity: 1 !important;
	cursor: default;
	appearance: none !important;
	-webkit-appearance: none !important;
}

.pyalichai-header__search-modal {
	position: absolute;
	top: 52px;
	left: 50%;
	width: 756px;
	max-width: calc(100vw - 48px);
	height: 656px;
	max-height: calc(100vh - 72px);
	overflow: hidden;
	border-radius: 6px;
	background: #faf7f4 !important;
	color: #2b2927;
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.11);
	font-family: var(--pyalichai-font-display);
	transform: translateX(-50%);
}

.admin-bar .pyalichai-header__search-modal {
	top: 84px;
	max-height: calc(100vh - 104px);
}

.pyalichai-header__search-form {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr) 34px;
	align-items: center;
	column-gap: 0;
	height: 55px;
	padding: 0 18px 0 19px;
	border-bottom: 1px solid #ddd7d1;
	background: #faf7f4;
}

.pyalichai-header__search-input-icon {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	width: 30px;
	height: 100%;
}

.pyalichai-header__search-input-icon img {
	display: block;
	width: 16px;
	height: auto;
	filter: brightness(0) saturate(100%);
	opacity: 0.58;
}

.pyalichai-header__search-input {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 8px 0 0;
	border: 0 !important;
	outline: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #2b2927;
	font-family: var(--pyalichai-font-display);
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
}

.pyalichai-header__search-input::placeholder {
	color: #4c4742;
	opacity: 1;
}

.pyalichai-header__search-input::-webkit-search-cancel-button {
	display: none;
}

.pyalichai-header__search-close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #2b2927;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
}

.pyalichai-header__search-close span {
	display: block;
	transform: translateY(-1px);
}

.pyalichai-header__search-scroll {
	height: calc(100% - 55px);
	overflow-y: auto;
	padding: 17px 23px 28px;
	scrollbar-width: thin;
}

.pyalichai-header__search-section + .pyalichai-header__search-section {
	margin-top: 12px;
}

.pyalichai-header__search-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 26px;
	margin: 0 0 7px;
}

.pyalichai-header__search-section-heading h3 {
	margin: 0;
	padding: 0;
	color: #302d29;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.25;
}

.pyalichai-header__search-section-heading button {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #7d766f;
	cursor: pointer;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	appearance: none;
	-webkit-appearance: none;
}

.pyalichai-header__search-section-heading--plain {
	justify-content: flex-start;
}

.pyalichai-header__search-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.pyalichai-header__search-product {
	display: block;
	min-width: 0;
	color: #302d29 !important;
	text-decoration: none !important;
}

.pyalichai-header__search-product[hidden] {
	display: none !important;
}

.pyalichai-header__search-product-media {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: transparent !important;
	line-height: 0;
}

.pyalichai-header__search-product-image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none !important;
	object-fit: cover !important;
	object-position: center;
	background: transparent !important;
	transition: transform 200ms ease;
}

.pyalichai-header__search-product:hover .pyalichai-header__search-product-image {
	transform: scale(1.015);
}

.pyalichai-header__search-product-title {
	display: block;
	margin-top: 9px;
	color: #302d29;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.28;
}

.pyalichai-header__search-product-price {
	display: block;
	margin-top: 1px;
	color: #302d29;
	font-family: var(--pyalichai-font-display);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.25;
}

.pyalichai-header__search-product-price ins {
	text-decoration: none;
}

.pyalichai-header__search-empty {
	margin: 28px 0 0;
	font-family: var(--pyalichai-font-display);
	font-size: 16px;
	color: #6b655f;
}

@media (max-width: 900px) {
	.pyalichai-header__search-modal {
		top: 16px;
		left: 50%;
		width: calc(100vw - 32px);
		max-width: none;
		height: min(656px, calc(100svh - 32px));
		max-height: calc(100svh - 32px);
		transform: translateX(-50%);
	}

	.admin-bar .pyalichai-header__search-modal {
		top: 48px;
		max-height: calc(100svh - 64px);
	}

	.pyalichai-header__search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 14px;
	}

	.pyalichai-header__search-product-media {
		height: auto;
		aspect-ratio: 0.81 / 1;
	}
}

@media (max-width: 480px) {
	.pyalichai-header__search-modal {
		top: 0;
		left: 0;
		width: 100vw;
		height: 100svh;
		max-height: 100svh;
		border-radius: 0;
		transform: none;
	}

	.admin-bar .pyalichai-header__search-modal {
		top: 0;
		max-height: 100svh;
	}

	.pyalichai-header__search-form {
		height: 58px;
		padding-left: 18px;
		padding-right: 13px;
	}

	.pyalichai-header__search-scroll {
		height: calc(100% - 58px);
		padding: 18px 18px 28px;
	}

	.pyalichai-header__search-section-heading h3,
	.pyalichai-header__search-section-heading button {
		font-size: 15px;
	}

	.pyalichai-header__search-product-title {
		font-size: 15px;
	}

	.pyalichai-header__search-product-price {
		font-size: 14px;
	}
}


/* Search overlay isolation from Elementor/theme button colours. */
.pyalichai-header__search-overlay button.pyalichai-header__search-backdrop:hover,
.pyalichai-header__search-overlay button.pyalichai-header__search-backdrop:focus,
.pyalichai-header__search-overlay button.pyalichai-header__search-backdrop:active {
	background: rgba(0, 0, 0, 0.30) !important;
	background-color: rgba(0, 0, 0, 0.30) !important;
	border: 0 !important;
	box-shadow: none !important;
}

.pyalichai-header__search-modal,
.pyalichai-header__search-form,
.pyalichai-header__search-scroll,
.pyalichai-header__search-default,
.pyalichai-header__search-results {
	background-color: #faf7f4 !important;
}

@media (max-width: 480px) {
	.pyalichai-header__search-backdrop {
		background: #faf7f4 !important;
		background-color: #faf7f4 !important;
	}

	.pyalichai-header__search-scroll {
		padding: 18px 26px 28px;
	}

	.pyalichai-header__search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px 18px;
	}

	.pyalichai-header__search-product-media {
		aspect-ratio: 0.80 / 1;
	}

	.pyalichai-header__search-product-title {
		font-size: 16px;
		line-height: 1.22;
	}

	.pyalichai-header__search-product-price {
		font-size: 15px;
		line-height: 1.22;
	}
}


/* v31 hard fix: remove extra grey area under search product images */
.pyalichai-header__search-product,
.pyalichai-header__search-product-media,
.pyalichai-header__search-product-image {
	background-color: transparent !important;
}

.pyalichai-header__search-product-media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	max-width: none !important;
}


.pyalichai-header__mobile-shop-link {
	color: inherit !important;
	text-decoration: none !important;
}

.pyalichai-header__mobile-shop-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.pyalichai-header__mobile-accordion.is-open .pyalichai-header__mobile-shop-toggle {
	font-size: 0;
}

.pyalichai-header__mobile-accordion.is-open .pyalichai-header__mobile-shop-toggle::before {
	content: "\2212";
	font-size: 42px;
	font-weight: 300;
	line-height: 1;
}
