.dvcf-finder {
	--dvcf-navy: #10233f;
	--dvcf-blue: #0068a9;
	--dvcf-blue-hover: #005486;
	--dvcf-sky: #eaf5fb;
	--dvcf-ink: #182230;
	--dvcf-muted: #607086;
	--dvcf-line: #d9e1e9;
	color: var(--dvcf-ink);
	font-family: inherit;
	margin: 28px 0;
}

.dvcf-finder * {
	box-sizing: border-box;
}

.dvcf-finder-head {
	background:
		linear-gradient(120deg, rgba(0, 104, 169, .96), rgba(16, 35, 63, .98)),
		radial-gradient(circle at 85% 20%, rgba(255, 255, 255, .22), transparent 32%);
	border-radius: 16px 16px 0 0;
	color: #fff;
	margin: 0;
	padding: clamp(24px, 4vw, 46px);
}

.dvcf-finder-head h2 {
	color: inherit;
	font-size: clamp(28px, 4vw, 44px);
	letter-spacing: -.035em;
	line-height: 1.08;
	margin: 3px 0 10px;
}

.dvcf-finder-head > p:last-child {
	font-size: 16px;
	margin: 0;
	max-width: 780px;
	opacity: .88;
}

.dvcf-finder-head .dvcf-eyebrow {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .16em;
	margin: 0;
	text-transform: uppercase;
}

.dvcf-finder-form {
	align-items: end;
	background: #fff;
	border: 1px solid var(--dvcf-line);
	border-radius: 0 0 16px 16px;
	border-top: 0;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 20px;
}

.dvcf-finder-form label {
	display: grid;
	gap: 7px;
	margin: 0;
}

.dvcf-finder-form label > span {
	color: var(--dvcf-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.dvcf-finder-form select {
	appearance: auto;
	background-color: #fff;
	border: 1px solid #bfcbd7;
	border-radius: 9px;
	box-shadow: none;
	color: var(--dvcf-ink);
	font: inherit;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	width: 100%;
}

.dvcf-finder-form select:focus {
	border-color: var(--dvcf-blue);
	box-shadow: 0 0 0 3px rgba(0, 104, 169, .14);
	outline: none;
}

.dvcf-finder-form select:disabled {
	background: #f3f6f9;
	color: #8794a2;
}

.dvcf-version-field {
	grid-column: span 2;
}

.dvcf-button-wrap {
	align-self: end;
	display: grid;
	gap: 12px;
	grid-column: span 2;
	grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr);
}

.dvcf-find-button,
.dvcf-reset-button,
.dvcf-product-button {
	align-items: center;
	background: var(--dvcf-blue);
	border: 1px solid var(--dvcf-blue);
	border-radius: 9px;
	box-shadow: none;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	min-height: 46px;
	padding: 0 16px;
	text-align: center;
	text-decoration: none !important;
	transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.dvcf-find-button,
.dvcf-reset-button {
	height: 46px;
	width: 100%;
}

.dvcf-find-button:hover,
.dvcf-reset-button:hover,
.dvcf-product-button:hover {
	background: var(--dvcf-blue-hover);
	border-color: var(--dvcf-blue-hover);
	color: #fff !important;
}

.dvcf-find-button:focus-visible,
.dvcf-reset-button:focus-visible,
.dvcf-product-button:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 104, 169, .22);
	outline: 2px solid #fff;
	outline-offset: -4px;
}

.dvcf-find-button:disabled {
	background: #a8b4c0;
	border-color: #a8b4c0;
	color: #fff !important;
	cursor: not-allowed;
}

.dvcf-live-status {
	color: var(--dvcf-navy);
	font-size: 13px;
	font-weight: 750;
}

.dvcf-live-status:not(:empty) {
	background: #f8fafc;
	border: 1px solid var(--dvcf-line);
	border-radius: 10px;
	margin-top: 16px;
	padding: 11px 14px;
}

.dvcf-product-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 16px;
}

.dvcf-product-card {
	background: #fff;
	border: 1px solid var(--dvcf-line);
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(28, 48, 73, .05);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.dvcf-product-media {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #f7f9fb;
	display: flex;
	justify-content: center;
	padding: 16px;
}

.dvcf-product-media img {
	height: 100%;
	max-height: 230px;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.dvcf-product-content {
	align-items: flex-start;
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 17px;
}

.dvcf-camera-type {
	color: var(--dvcf-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .07em;
	margin-bottom: 7px;
	text-transform: uppercase;
}

.dvcf-product-title {
	color: var(--dvcf-navy) !important;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.35;
	margin-bottom: 6px;
	text-decoration: none !important;
}

.dvcf-product-title:hover {
	text-decoration: underline !important;
}

.dvcf-product-sku {
	color: var(--dvcf-muted);
	font-size: 13px;
	margin-bottom: 10px;
}

.dvcf-stock {
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
	padding: 4px 9px;
}

.dvcf-stock-instock {
	background: #e3f5e9;
	color: #12652d;
}

.dvcf-stock-onbackorder {
	background: #fff2cf;
	color: #795500;
}

.dvcf-stock-outofstock {
	background: #f0f1f2;
	color: #5b6269;
}

.dvcf-fitment,
.dvcf-fitment-note {
	font-size: 13px;
	line-height: 1.5;
	margin: 0 0 10px;
}

.dvcf-fitment-note {
	background: #fff8e5;
	border-left: 3px solid #e6aa19;
	padding: 8px 10px;
}

.dvcf-product-button {
	margin-top: auto;
	width: 100%;
}

.dvcf-no-results {
	background: #f8fafc;
	border: 1px solid var(--dvcf-line);
	border-radius: 10px;
	margin-top: 16px;
	padding: 20px;
}

@media (max-width: 900px) {
	.dvcf-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.dvcf-finder-head {
		border-radius: 12px 12px 0 0;
	}

	.dvcf-finder-form {
		grid-template-columns: 1fr;
		padding: 14px;
	}

	.dvcf-version-field,
	.dvcf-button-wrap {
		grid-column: auto;
	}

	.dvcf-button-wrap {
		grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr);
	}

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

@media (max-width: 420px) {
	.dvcf-button-wrap {
		grid-template-columns: 1fr;
	}
}
