.kev-delban-mobile-header {
	display: none;
}

@media (max-width: 781px) {
	.kev-delban-mobile-header {
		position: sticky;
		z-index: 90;
		top: 0;
		display: block;
		width: 100%;
		max-width: 100%;
		border-bottom: 1px solid rgb(216 185 138 / 18%);
		background: #090a0b;
		box-shadow: 0 0.375rem 1.25rem rgb(17 11 7 / 18%);
		color: var(--wp--preset--color--porcelain, #fffdf9);
	}

	.kev-delban-mobile-header__inner {
		display: grid;
		grid-template-columns: minmax(3rem, 1fr) minmax(0, auto) minmax(3rem, 1fr);
		align-items: center;
		width: 100%;
		min-height: 3.5rem;
		padding: 0.25rem max(0.5rem, env(safe-area-inset-right)) 0.25rem max(0.5rem, env(safe-area-inset-left));
	}

	.kev-delban-mobile-header__side {
		display: flex;
		min-width: 0;
		align-items: center;
		gap: 0.125rem;
	}

	.kev-delban-mobile-header__side--commerce {
		justify-self: start;
	}

	.kev-delban-mobile-header__side--navigation {
		justify-self: end;
	}

	.kev-delban-mobile-header__brand {
		min-width: 0;
		justify-self: center;
	}

	.kev-delban-mobile-header__brand .custom-logo-link,
	.kev-delban-mobile-header__wordmark {
		display: inline-flex;
		align-items: center;
		gap: 0.375rem;
		max-width: min(10rem, 42vw);
		color: inherit;
		font-size: 0.75rem;
		font-weight: 750;
		line-height: 1;
		text-decoration: none;
	}

	.kev-delban-mobile-header__brand .custom-logo {
		width: auto;
		max-width: min(9rem, 40vw);
		height: 1.875rem;
		object-fit: contain;
	}

	.kev-delban-mobile-header__bean {
		display: grid;
		width: 1.375rem;
		height: 1.375rem;
		flex: 0 0 auto;
		color: var(--wp--preset--color--crema, #d8b98a);
		place-items: center;
	}

	.kev-delban-mobile-header__bean svg {
		width: 100%;
		height: 100%;
		fill: currentcolor;
	}

	.kev-delban-mobile-header__site-name {
		overflow: visible;
		text-overflow: clip;
		white-space: nowrap;
	}

	.kev-delban-mobile-header__disclosure {
		position: static;
	}

	.kev-delban-mobile-header__action {
		position: relative;
		display: grid;
		width: 2.5rem;
		height: 2.5rem;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 0.75rem;
		background: transparent;
		color: rgb(255 253 249 / 86%);
		list-style: none;
		place-items: center;
		text-decoration: none;
		cursor: pointer;
		transition: background-color 160ms ease, color 160ms ease;
	}

	.kev-delban-mobile-header__action::-webkit-details-marker {
		display: none;
	}

	.kev-delban-mobile-header__action:hover,
	.kev-delban-mobile-header__disclosure[open] > .kev-delban-mobile-header__action {
		background: rgb(216 185 138 / 12%);
		color: var(--wp--preset--color--crema, #d8b98a);
	}

	.kev-delban-mobile-header__action:focus-visible,
	.kev-delban-mobile-header__wordmark:focus-visible,
	.kev-delban-mobile-header__brand .custom-logo-link:focus-visible,
	.kev-delban-mobile-header__menu a:focus-visible,
	.kev-delban-mobile-header__panel .search-field:focus-visible,
	.kev-delban-mobile-header__panel .search-submit:focus-visible {
		outline: 2px solid var(--wp--preset--color--crema, #d8b98a);
		outline-offset: 2px;
	}

	.kev-delban-mobile-header__icon {
		width: 1.25rem;
		height: 1.25rem;
		fill: none;
		stroke: currentcolor;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-width: 1.7;
	}

	.kev-delban-mobile-header__panel {
		position: absolute;
		z-index: 1;
		inset-inline: 0;
		top: 100%;
		border-top: 1px solid rgb(216 185 138 / 14%);
		border-bottom: 1px solid rgb(216 185 138 / 18%);
		background: #241a14;
		box-shadow: 0 1rem 2rem rgb(17 11 7 / 24%);
	}

	.kev-delban-mobile-header__panel--menu {
		padding: 0.625rem max(1rem, env(safe-area-inset-right)) 0.75rem max(1rem, env(safe-area-inset-left));
	}

	.kev-delban-mobile-header__menu {
		display: grid;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.kev-delban-mobile-header__menu a {
		display: flex;
		min-height: 3rem;
		padding: 0.625rem 0.75rem;
		align-items: center;
		border-radius: 0.625rem;
		color: rgb(255 253 249 / 82%);
		font-size: 0.9375rem;
		font-weight: 600;
		text-decoration: none;
	}

	.kev-delban-mobile-header__menu a:hover,
	.kev-delban-mobile-header__menu .current-menu-item > a,
	.kev-delban-mobile-header__menu .current-menu-ancestor > a {
		background: rgb(216 185 138 / 10%);
		color: var(--wp--preset--color--crema, #d8b98a);
	}

	.kev-delban-mobile-header__panel--search {
		z-index: 4;
		max-height: calc(100vh - 3.5rem);
		max-height: calc(100dvh - 3.5rem);
		overflow-y: auto;
		overscroll-behavior: contain;
		padding: 0.875rem max(1rem, env(safe-area-inset-right)) 1rem max(1rem, env(safe-area-inset-left));
	}

	.kev-delban-mobile-header__panel--search .kev-delban-live-search { position: relative; }

	.kev-delban-mobile-header__panel .search-form {
		display: flex;
		width: min(100%, 32rem);
		height: 3rem;
		margin-inline: auto;
		border: 1px solid rgb(216 185 138 / 28%);
		border-radius: 0.75rem;
		background: rgb(255 253 249 / 7%);
		overflow: hidden;
	}

	.kev-delban-mobile-header__panel .search-form:focus-within {
		border-color: var(--wp--preset--color--crema, #d8b98a);
		box-shadow: 0 0 0 3px rgb(216 185 138 / 14%);
	}

	.kev-delban-mobile-header__panel label {
		display: flex;
		min-width: 0;
		flex: 1;
	}

	.kev-delban-mobile-header__panel .search-field {
		width: 100%;
		min-width: 0;
		padding: 0.625rem 0.875rem;
		border: 0;
		outline: 0;
		background: transparent;
		color: var(--wp--preset--color--porcelain, #fffdf9);
		font-size: 0.875rem;
	}

	.kev-delban-mobile-header__panel .search-field::placeholder {
		color: rgb(255 253 249 / 52%);
		opacity: 1;
	}

	.kev-delban-mobile-header__panel .search-submit {
		min-width: 4.5rem;
		padding-inline: 1rem;
		border: 0;
		border-inline-start: 1px solid rgb(216 185 138 / 18%);
		background: var(--wp--preset--color--roast, #a8643a);
		color: var(--wp--preset--color--porcelain, #fffdf9);
		font-size: 0.8125rem;
		font-weight: 700;
		cursor: pointer;
	}

	.kev-delban-mobile-header__panel--search .kev-delban-live-search__results {
		position: relative;
		z-index: 1;
		display: block;
		width: min(100%, 32rem);
		max-height: calc(100dvh - 8rem);
		margin: 0.5rem auto 0;
		padding: 0.5rem;
		overflow-y: auto;
		border: 1px solid rgb(216 185 138 / 24%);
		border-radius: 0.625rem;
		background: #111314;
	}

	.kev-delban-mobile-header__panel--search .kev-delban-live-search__results[hidden] { display: none; }

	.kev-delban-mobile-header__panel--search .kev-delban-live-search__title { margin: 0.3rem 0.45rem 0.5rem; color: rgb(255 253 249 / 62%); font-size: 0.75rem; font-weight: 700; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__list { display: grid; gap: 0.125rem; margin: 0; padding: 0; list-style: none; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__result { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 0.5rem; align-items: center; padding: 0.75rem 0.5rem; border-radius: 0.375rem; color: #fffaf3; text-decoration: none; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__meta { color: var(--wp--preset--color--crema, #d8b98a); font-size: 0.7rem; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__name { overflow: hidden; font-size: 0.875rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__price { overflow: hidden; max-width: 7rem; color: rgb(255 253 249 / 68%); font-size: 0.75rem; text-overflow: ellipsis; white-space: nowrap; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__all { display: block; margin: 0.5rem 0.25rem 0.1rem; color: var(--wp--preset--color--crema, #d8b98a); font-size: 0.8125rem; font-weight: 700; text-decoration: none; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__result:hover,
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__result:focus-visible {
		background: rgb(216 185 138 / 10%);
		color: #fffaf3;
		outline: 0;
	}

	.kev-delban-mobile-header__cart-count {
		position: absolute;
		top: 0;
		inset-inline-end: -0.0625rem;
		display: grid;
		min-width: 1.125rem;
		height: 1.125rem;
		padding-inline: 0.25rem;
		border: 2px solid #090a0b;
		border-radius: 999px;
		background: var(--wp--preset--color--roast, #a8643a);
		color: var(--wp--preset--color--porcelain, #fffdf9);
		font-size: 0.625rem;
		font-weight: 700;
		line-height: 1;
		place-items: center;
	}
}

@media (max-width: 390px) {
	.kev-delban-mobile-header__inner {
		grid-template-columns: minmax(2.75rem, 1fr) minmax(0, auto) minmax(2.75rem, 1fr);
		padding-inline: 0.25rem;
	}

	.kev-delban-mobile-header__action {
		width: 2.625rem;
	}

	.kev-delban-mobile-header__site-name {
		font-size: 0.8125rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kev-delban-mobile-header *,
	.kev-delban-mobile-header *::before,
	.kev-delban-mobile-header *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 781px) {
	.kev-delban-mobile-header { top: .6rem; width: calc(100% - 2rem); margin: .6rem auto 0; border: 1px solid rgb(255 255 255 / 78%); border-radius: 1.1rem; background: rgb(255 250 252 / 78%); box-shadow: 0 0.65rem 1.75rem rgb(91 25 61 / 11%); color: #5b193d; backdrop-filter: blur(14px) saturate(115%); }
	.kev-delban-mobile-header__inner { min-height: 4.5rem; padding-inline: .65rem; }
	.kev-delban-mobile-header__brand .custom-logo { max-width: min(10rem,42vw); height: 2.65rem; }
	.kev-delban-mobile-header__action { width: 2.75rem; height: 2.75rem; color: #3f3439; }
	.kev-delban-mobile-header__action:hover,
	.kev-delban-mobile-header__disclosure[open] > .kev-delban-mobile-header__action { background: #f7e9ed; color: #ad5c70; }
	.kev-delban-mobile-header__bean { color: #ff3a89; }
	.kev-delban-mobile-header__panel { top: calc(100% + .5rem); overflow: hidden; border: 1px solid #efd8e2; border-radius: 1rem; background: #fffafc; box-shadow: 0 1rem 2.5rem rgb(91 25 61 / 14%); color: #351126; }
	.kev-delban-mobile-header__menu a { color: #4b4144; }
	.kev-delban-mobile-header__menu a:hover,
	.kev-delban-mobile-header__menu .current-menu-item > a,
	.kev-delban-mobile-header__menu .current-menu-ancestor > a { background: #f9edef; color: #ad5c70; }
	.kev-delban-mobile-header__panel .search-form { border-color: #e5d7d9; background: #fff; }
	.kev-delban-mobile-header__panel .search-field { color: #30282b; }
	.kev-delban-mobile-header__panel .search-field::placeholder { color: #8b7e82; }
	.kev-delban-mobile-header__panel .search-submit { border-color: #ad5c70; background: #ad5c70; color: #fff; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__results { border-color: #efd8e2; background: #fff; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__result { color: #351126; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__title,
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__price { color: #75676e; }
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__meta,
	.kev-delban-mobile-header__panel--search .kev-delban-live-search__all { color: #b92368; }
	.kev-delban-mobile-header__cart-count { border-color: #fffafc; background: #ff3a89; color: #fff; }
}
