.bsj-product-lookup {
	--bsj-lookup-ink: #15231b;
	--bsj-lookup-muted: #5f6c63;
	--bsj-lookup-green: #234b33;
	--bsj-lookup-amber: #d27b16;
	--bsj-lookup-paper: #f8f5ec;
	--bsj-lookup-line: #ded7c7;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	max-width: 1180px;
	margin: 22px auto 54px;
	color: var(--bsj-lookup-ink);
}

.bsj-product-lookup__hero {
	position: relative;
	overflow: hidden;
	padding: clamp(26px, 5vw, 50px);
	border-radius: 24px;
	background:
		radial-gradient(circle at 88% 18%, rgba(255, 205, 112, .25), transparent 30%),
		linear-gradient(135deg, #173522 0%, #28543a 58%, #466b48 100%);
	box-shadow: 0 16px 38px rgba(24, 54, 35, .14);
	color: #fff;
}

.bsj-product-lookup__hero::after {
	position: absolute;
	right: -54px;
	bottom: -90px;
	width: 250px;
	height: 250px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50%;
	box-shadow: 0 0 0 32px rgba(255, 255, 255, .045), 0 0 0 64px rgba(255, 255, 255, .03);
	content: "";
}

.bsj-product-lookup__eyebrow {
	position: relative;
	z-index: 1;
	margin: 0 0 7px;
	color: #ffd08a;
	font-size: .74rem;
	font-weight: 700;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.bsj-product-lookup__hero h1 {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 0 12px;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.85rem, 5vw, 3.2rem);
	font-weight: 600;
	letter-spacing: -.035em;
	line-height: 1.05;
	white-space: normal;
	overflow-wrap: anywhere;
}

.bsj-product-lookup__hero > p:not(.bsj-product-lookup__eyebrow) {
	position: relative;
	z-index: 1;
	max-width: 750px;
	margin: 0;
	color: rgba(255, 255, 255, .84);
	font-size: 1rem;
	line-height: 1.7;
}

.bsj-product-lookup__stats {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.bsj-product-lookup__stats span {
	padding: 8px 12px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	background: rgba(255, 255, 255, .08);
	color: rgba(255, 255, 255, .9);
	font-size: .78rem;
}

.bsj-product-lookup__body {
	margin-top: 14px;
	padding: clamp(18px, 4vw, 34px);
	border: 1px solid var(--bsj-lookup-line);
	border-radius: 20px;
	background: #fff;
}

.bsj-product-lookup__form {
	padding: 18px;
	border: 1px solid var(--bsj-lookup-line);
	border-radius: 18px;
	background: var(--bsj-lookup-paper);
}

.bsj-product-lookup__primary-search {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto;
	align-items: end;
	gap: 12px;
}

.bsj-product-lookup__form label {
	display: grid;
	gap: 6px;
	margin: 0;
}

.bsj-product-lookup__form label > span {
	color: #39473e;
	font-size: .78rem;
	font-weight: 700;
}

.bsj-product-lookup__form input,
.bsj-product-lookup__form select {
	height: 46px;
	margin: 0;
	border: 1px solid #bcb6a8;
	border-radius: 10px;
	background: #fff;
	box-shadow: none;
}

.bsj-product-lookup__primary-search > button {
	height: 46px;
	margin: 0;
	padding: 0 22px;
	border: 0;
	border-radius: 10px;
	background: var(--bsj-lookup-amber);
	color: #fff;
	font-weight: 700;
}

.bsj-product-lookup__primary-search > button:hover,
.bsj-product-lookup__primary-search > button:focus {
	background: #ae5f0b;
}

.bsj-product-lookup__filters {
	margin-top: 14px;
	padding-top: 13px;
	border-top: 1px solid var(--bsj-lookup-line);
}

.bsj-product-lookup__filters summary {
	cursor: pointer;
	color: #39473e;
	font-size: .8rem;
	font-weight: 700;
}

.bsj-product-lookup__filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.bsj-product-lookup__form select:disabled,
.bsj-product-lookup__form option:disabled {
	color: #9ca3af;
}

.bsj-product-lookup__active {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
	padding: 11px 12px;
	border: 1px solid #d9c49d;
	border-radius: 13px;
	background: #fffdf7;
}

.bsj-product-lookup__active[hidden] {
	display: none;
}

.bsj-product-lookup__active-label {
	color: #374151;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.bsj-product-lookup__chips {
	display: flex;
	align-items: center;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 6px;
}

.bsj-product-lookup__chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 32px;
	margin: 0;
	padding: 5px 9px 5px 11px;
	border: 1px solid #2f6844;
	border-radius: 999px;
	background: #edf7ef;
	color: #17442b;
	font-size: .74rem;
	font-weight: 700;
	line-height: 1.25;
	text-transform: none;
}

.bsj-product-lookup__chip:hover,
.bsj-product-lookup__chip:focus {
	border-color: #9a4f0b;
	background: #fff4dd;
	color: #713807;
}

.bsj-product-lookup__chip b {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 50%;
	background: rgba(23, 68, 43, .1);
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.bsj-product-lookup__clear {
	margin: 0 0 0 auto;
	padding: 4px 3px;
	border: 0;
	background: transparent;
	color: #78400d;
	font-size: .75rem;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.bsj-product-lookup__examples {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	margin: 14px 2px 0;
}

.bsj-product-lookup__examples span {
	color: var(--bsj-lookup-muted);
	font-size: .78rem;
}

.bsj-product-lookup__examples button {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #d7c8ad;
	border-radius: 999px;
	background: #fffaf0;
	color: #78400d;
	font-size: .75rem;
	line-height: 1.2;
}

.bsj-product-lookup__status {
	margin: 22px 0 12px;
	color: var(--bsj-lookup-muted);
	font-size: .86rem;
}

.bsj-product-lookup.is-loading .bsj-product-lookup__status::before {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	border: 2px solid #d8c9ae;
	border-top-color: var(--bsj-lookup-amber);
	border-radius: 50%;
	content: "";
	animation: bsj-product-lookup-spin .7s linear infinite;
}

.bsj-product-lookup__results {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 15px;
}

.bsj-product-lookup-card {
	overflow: hidden;
	border: 1px solid var(--bsj-lookup-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(30, 43, 34, .06);
}

.bsj-product-lookup-card__image {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 5 / 4;
	overflow: hidden;
	background: #f2f3ef;
}

.bsj-product-lookup-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bsj-product-lookup-card__image--empty {
	color: #8a948d;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .12em;
}

.bsj-product-lookup-card__body {
	padding: 15px;
}

.bsj-product-lookup-card__body > p {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 9px;
}

.bsj-product-lookup-card__body > p span {
	padding: 4px 7px;
	border-radius: 999px;
	background: #f3eee3;
	color: #635642;
	font-size: .68rem;
}

.bsj-product-lookup-card h2 {
	margin: 0 0 12px;
	font-size: .96rem;
	font-weight: 600;
	line-height: 1.45;
}

.bsj-product-lookup-card h2 a {
	color: var(--bsj-lookup-ink);
}

.bsj-product-lookup-card__action {
	color: #8a480d;
	font-size: .78rem;
	font-weight: 700;
}

.bsj-product-lookup__help {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.bsj-product-lookup__help > div {
	display: grid;
	gap: 7px;
	padding: 16px;
	border-left: 3px solid var(--bsj-lookup-amber);
	background: #faf8f1;
}

.bsj-product-lookup__help span {
	color: var(--bsj-lookup-muted);
	font-size: .8rem;
	line-height: 1.55;
}

.bsj-product-lookup__help a {
	color: #75400f;
	font-size: .78rem;
	font-weight: 700;
}

@keyframes bsj-product-lookup-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 849px) {
	.bsj-product-lookup__primary-search,
	.bsj-product-lookup__help {
		grid-template-columns: 1fr;
	}

	.bsj-product-lookup__filter-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bsj-product-lookup__results {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	.bsj-product-lookup {
		width: calc(100% - 24px);
		max-width: 1180px;
		margin: 12px auto 36px;
	}

	.bsj-product-lookup__hero {
		padding: 28px 22px;
		border-radius: 20px;
	}

	.bsj-product-lookup__hero h1 {
		font-size: clamp(1.8rem, 9vw, 2.25rem);
		line-height: 1.08;
	}

	.bsj-product-lookup__hero > p {
		white-space: normal;
		overflow-wrap: break-word;
	}

	.bsj-product-lookup__body {
		padding: 14px;
	}

	.bsj-product-lookup__form {
		padding: 14px;
	}

	.bsj-product-lookup__form input,
	.bsj-product-lookup__form select {
		width: 100%;
		min-width: 0;
	}

	.bsj-product-lookup__active {
		align-items: flex-start;
	}

	.bsj-product-lookup__active-label {
		flex: 0 0 100%;
	}

	.bsj-product-lookup__clear {
		margin-left: 0;
	}

	.bsj-product-lookup__results {
		grid-template-columns: 1fr;
	}
}
