.agentic-search .gh-search__input {
	border: 0;
	border-radius: 40px;
	-webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .08), 0 5px 17px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .08), 0 5px 17px 0 rgba(0, 0, 0, .16)
}

.agentic-search .gh-search__submitbtn {
	border-radius: 40px
}

.agentic-search .gh-search__submitbtn svg.icon {
	background: 0 0;
	fill: inherit
}

.agentic-search .gh-search--expanded .gh-search__input {
	bottom: 0;
	position: absolute;
	z-index: 100000
}

.agentic-search .gh-search--expanded #gh-searchOverlay {
	z-index: 99999
}

.agentic-search .gh-search--expanded .gh-search__form-innerwrap {
	bottom: 0
}

.agentic-search .gh-search--expanded .gh-search__submitbtn {
	bottom: 16px;
	top: auto
}

.agentic-search .gh-search--expanded .gh-search__clearbtn {
	bottom: 26px;
	top: auto
}

.agentic-search .gh-search--expanded .gh-search__saved-search {
	bottom: 20px;
	top: auto
}

.agentic-search .gh-search--expanded ul#ebay-autocomplete {
	height: calc(100vh - 116px)
}

.agentic-search .ac-header__button {
	background: 0 0;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #707070;
	padding: 0
}

.agentic-search .ac-header__button+button {
	margin-left: 32px
}

.agentic-search .ac-header__button[aria-pressed=true] {
	border-color: inherit;
	color: inherit;
	font-weight: 700
}

ul#ebay-autocomplete {
	padding: 0;
	margin: 0;
	background: #fff;
	overflow-y: scroll
}

ul#ebay-autocomplete>li {
	position: relative;
	list-style: none;
	margin-top: -1px;
	font: 14px "Helvetica Neue", Helvetica, Arial, Verdana, Sans-serif;
	padding: 3px 4px 3px 14px
}

ul#ebay-autocomplete>li[data-type] {
	cursor: pointer
}

ul#ebay-autocomplete>li[data-type].active,
ul#ebay-autocomplete>li[data-type]:active,
ul#ebay-autocomplete>li[data-type]:hover {
	background: #f0f0f0;
	--bg-color: #f0f0f0;
	--bg-invert: 0;
	--img-color: #fff
}

ul#ebay-autocomplete>li.ac-heading {
	padding: 12px 8px 12px 18px
}

ul#ebay-autocomplete>li.ac-heading .ac-header {
	color: #707070
}

ul#ebay-autocomplete>li.ac-heading~.ac-heading {
	border-top: 1px solid #e5e5e5
}

ul#ebay-autocomplete>li .icon-container {
	color: #707070;
	fill: currentColor;
	margin: 0 8px
}

ul#ebay-autocomplete>li>span {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

ul#ebay-autocomplete>li[data-type=po] span.ebay-autocomplete-suggestion {
	border-bottom: 1px solid #f0f0f0
}

ul#ebay-autocomplete>li[data-type=po] .ebay-autocomplete-suggestion {
	width: 100%;
	margin-right: 8px
}

ul#ebay-autocomplete>li[data-type=as] .suggestion,
ul#ebay-autocomplete>li[data-type=cs] .suggestion,
ul#ebay-autocomplete>li[data-type=nls] .suggestion {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-word
}

.ebay-autocomplete-helper {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

ul#ebay-autocomplete>li#ebay-ac-intent-filters {
	font-family: Market Sans, Helvetica, Arial, Verdana, Sans-serif;
	margin-top: 8px;
	scroll-margin-top: 16px;
	width: auto
}

#ebay-ac-intent-filters section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

#ebay-ac-intent-filters span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#ebay-ac-intent-filters .ac-intent-filters__title {
	margin-left: 8px;
	color: var(--foreground-primary, #191919);
	font-size: 14px
}

#ebay-ac-intent-filters .ac-intent-filters__pills {
	overflow-x: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0
}

#ebay-ac-intent-filters .ac-intent-filters__pills li.ac-intent-filters__pills__pill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #8f8f8f;
	font-size: 12px;
	line-height: 16px;
	margin: 12px 4px;
	scroll-margin: 0 8px;
	border-radius: 24px;
	padding: 0 16px;
	white-space: nowrap;
	height: 32px
}

#ebay-ac-intent-filters .ac-intent-filters__pills li.ac-intent-filters__pills__pill span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#ebay-ac-intent-filters .ac-intent-filters__pills li.ac-intent-filters__pills__pill.selected {
	background: #dadada
}

ul#ebay-autocomplete.ebay-autocomplete-large {
	overflow: hidden
}

ul#ebay-autocomplete.ebay-autocomplete-large>li {
	border-radius: 8px;
	font-size: 16px;
	line-height: 20px
}

ul#ebay-autocomplete.ebay-autocomplete-large>li[data-type="s"] .ebay-autocomplete-suggestion {
	padding: 5px 8px
}

ul#ebay-autocomplete.ebay-autocomplete-large>li[data-type=ms],
ul#ebay-autocomplete.ebay-autocomplete-large>li[data-type=mpp],
ul#ebay-autocomplete.ebay-autocomplete-large>li[data-type=td] {
	-webkit-transform: translateX(-12px);
	-ms-transform: translateX(-12px);
	transform: translateX(-12px);
	width: calc(100% + 12px)
}

ul#ebay-autocomplete.ebay-autocomplete-large>li,
ul#ebay-autocomplete.ebay-autocomplete-large>li .icon-container {
	margin: 0;
	padding: 0
}

ul#ebay-autocomplete.ebay-autocomplete-large>li.ac-heading {
	font-size: 12px;
	padding-top: 6px;
	border-radius: 0;
	margin-top: 8px;
	line-height: 26px
}

ul#ebay-autocomplete.ebay-autocomplete-large>li .ebay-autocomplete-suggestion {
	padding: 8px;
	width: auto
}

ul#ebay-autocomplete.ebay-autocomplete-large>li .ebay-autocomplete-suggestion .graphic .icon-container {
	margin: 0 15px 0 -3px
}

ul#ebay-autocomplete.ebay-autocomplete-large>li .ebay-autocomplete-suggestion .suggestion {
	font-weight: 700
}

ul#ebay-autocomplete.ebay-autocomplete-large>li .ebay-autocomplete-suggestion .suggestion .ebay-autocomplete-cat,
ul#ebay-autocomplete.ebay-autocomplete-large>li .ebay-autocomplete-suggestion .suggestion b {
	font-weight: 400
}

.ebay-autocomplete-suggestion {
	width: 85%;
	padding: 9px 4px
}

.ebay-autocomplete-suggestion .ac-suggestion-vm {
	display: grid;
	grid-template-columns: minmax(0, auto) 1fr minmax(0, auto);
	grid-template-rows: 1fr minmax(0, auto);
	grid-template-areas: "graphic suggestion cta" ". aspects .";
	width: 100%
}

.ebay-autocomplete-suggestion .ac-suggestion-vm .graphic {
	grid-area: graphic;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ebay-autocomplete-suggestion .ac-suggestion-vm .graphic .icon-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 8px
}

.ebay-autocomplete-suggestion .ac-suggestion-vm .suggestion-text {
	grid-area: suggestion;
	white-space: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ebay-autocomplete-suggestion .ac-suggestion-vm .call-to-action {
	grid-area: cta;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ebay-autocomplete-suggestion .ebay-autocomplete-brand-store .brand-img-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: rgba(0, 0, 0, .05);
	margin-right: 8px;
	overflow: hidden
}

.ebay-autocomplete-querybuilder {
	border: 0;
	width: 40px;
	position: absolute;
	right: 0;
	top: 4px;
	bottom: 4px;
	background: transparent center/12px no-repeat url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNOC41Njg3NSA3LjY4MTI1TDQuMDA2MjUgMy4xMjVINy41QzcuODQ1MTggMy4xMjUgOC4xMjUgMi44NDUxOCA4LjEyNSAyLjVDOC4xMjUgMi4xNTQ4MiA3Ljg0NTE4IDEuODc1IDcuNSAxLjg3NUgyLjVDMi4xNTQ4MiAxLjg3NSAxLjg3NSAyLjE1NDgyIDEuODc1IDIuNVY3LjVDMS44NzUgNy44NDUxOCAyLjE1NDgyIDguMTI1IDIuNSA4LjEyNUMyLjg0NTE4IDguMTI1IDMuMTI1IDcuODQ1MTggMy4xMjUgNy41VjQuMDA2MjVMNy42ODEyNSA4LjU2MjVDNy45MjkyMyA4Ljc3NDg2IDguMjk4ODcgOC43NjA1OCA4LjUyOTczIDguNTI5NzNDOC43NjA1OCA4LjI5ODg3IDguNzc0ODYgNy45MjkyMyA4LjU2MjUgNy42ODEyNUg4LjU2ODc1WiIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==)
}

[data-type=hp] .ebay-autocomplete-querybuilder,
[data-type=st] .ebay-autocomplete-querybuilder,
[data-type=pgm] .ebay-autocomplete-querybuilder,
[data-type=td] .ebay-autocomplete-querybuilder,
[data-type=po] .ebay-autocomplete-querybuilder {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDEwIDEwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNNy45NDE5NCA0LjU1ODA2QzguMTI1IDQuNzQxMTIgOC4xNzA3NiA1LjAwOTQ4IDguMDc5MjQgNS4yMzUxOUM4LjA0ODczIDUuMzEwNDIgOC4wMDI5NiA1LjM4MDkyIDcuOTQxOTQgNS40NDE5NEw0LjE5MTk0IDkuMTkxOTRDMy45NDc4NiA5LjQzNjAyIDMuNTUyMTQgOS40MzYwMiAzLjMwODA2IDkuMTkxOTRDMy4wNjM5OCA4Ljk0Nzg2IDMuMDYzOTggOC41NTIxNCAzLjMwODA2IDguMzA4MDZMNi42MTYxMiA1TDMuMzA4MDYgMS42OTE5NEMzLjA2Mzk4IDEuNDQ3ODYgMy4wNjM5OCAxLjA1MjE0IDMuMzA4MDYgMC44MDgwNThDMy41NTIxNCAwLjU2Mzk4IDMuOTQ3ODYgMC41NjM5ODEgNC4xOTE5NCAwLjgwODA1OUw3Ljk0MTk0IDQuNTU4MDZaIiBmaWxsPSIjNzA3MDcwIi8+PC9zdmc+);
	pointer-events: none
}

.ebay-autocomplete-ps .img-container {
	height: 40px;
	margin-right: 8px;
	overflow: hidden;
	position: relative;
	width: 40px
}

.ebay-autocomplete-ps .img-container picture {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--img-color, #f0f0f0);
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	overflow: hidden;
	position: absolute
}

.ebay-autocomplete-ps .img-container picture:first-child {
	bottom: 0;
	right: 0
}

.ebay-autocomplete-ps .img-container picture:last-child {
	-webkit-box-shadow: 0 0 0 var(--bg-spread, 3px) var(--bg-color, #fff);
	box-shadow: 0 0 0 var(--bg-spread, 3px) var(--bg-color, #fff)
}

.ebay-autocomplete-ps img {
	-webkit-filter: invert(var(--bg-invert, 5%));
	filter: invert(var(--bg-invert, 5%))
}

.ebay-autocomplete-ps .subtitle {
	color: #707070;
	font-size: 12px
}

.ebay-autocomplete-cat {
	color: #0968f6;
	font-size: 12px;
	line-height: normal
}

.ebay-autocomplete-po__title,
.ghw.ghw .ebay-autocomplete-po__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	margin-right: 16px;
	overflow: hidden;
	font-weight: 400
}

.ebay-autocomplete-po__title b,
.ghw.ghw .ebay-autocomplete-po__title b {
	font-weight: 400
}

.ebay-autocomplete-po__subtitle,
.ghw.ghw .ebay-autocomplete-po__subtitle {
	color: #707070;
	font-size: 12px;
	font-weight: 400;
	display: block
}

#mw-hdr .ebay-autocomplete-po__subtitle,
#mw-hdr .ghw.ghw .ebay-autocomplete-po__subtitle {
	display: inline;
	margin-top: 0
}