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

.ddcf-finder * { box-sizing: border-box; }
.ddcf-finder [hidden] { display: none !important; }

.ddcf-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);
}

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

.ddcf-finder-head > p:last-child { font-size: 16px; margin: 0; max-width: 820px; opacity: .88; }
.ddcf-finder-head .ddcf-eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.ddcf-finder-head .ddcf-eyebrow-icon { display: inline-block; font-size: 16px; letter-spacing: 0; margin-right: 5px; transform: translateY(1px); }

.ddcf-finder-form {
	background: #fff;
	border: 1px solid var(--ddcf-line);
	border-radius: 0 0 16px 16px;
	border-top: 0;
	padding: 20px;
}

.ddcf-basic-grid,
.ddcf-advanced-grid { align-items: end; display: grid; gap: 14px; grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ddcf-field { display: grid; gap: 7px; margin: 0; }
.ddcf-field > span { color: var(--ddcf-navy); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ddcf-field select {
	appearance: auto;
	background-color: #fff;
	border: 1px solid #bfcbd7;
	border-radius: 9px;
	box-shadow: none;
	color: var(--ddcf-ink);
	font: inherit;
	height: 46px;
	margin: 0;
	padding: 0 13px;
	width: 100%;
}

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

.ddcf-feature-check {
	align-items: center;
	background: #f7f9fb;
	border: 1px solid #cdd7e1;
	border-radius: 9px;
	cursor: pointer;
	display: flex;
	gap: 10px;
	height: 46px;
	margin: 0;
	padding: 0 13px;
}

.ddcf-feature-check:has(input:checked) { background: var(--ddcf-sky); border-color: var(--ddcf-blue); }
.ddcf-feature-check input { accent-color: var(--ddcf-blue); height: 18px; margin: 0; width: 18px; }
.ddcf-feature-check span { display: grid; line-height: 1.12; }
.ddcf-feature-check strong { color: var(--ddcf-navy); font-size: 13px; }
.ddcf-feature-check small { color: var(--ddcf-muted); font-size: 11px; margin-top: 2px; }

.ddcf-advanced-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-top: 1px solid var(--ddcf-line);
	color: var(--ddcf-blue);
	cursor: pointer;
	display: flex;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	justify-content: space-between;
	margin: 20px 0 0;
	padding: 16px 2px 0;
	width: 100%;
}

.ddcf-advanced-toggle i { border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; height: 9px; transform: rotate(45deg); transition: transform .15s ease; width: 9px; }
.ddcf-advanced-toggle[aria-expanded="true"] i { transform: rotate(225deg); }
.ddcf-advanced { padding-top: 16px; }
.ddcf-checkbox-grid { display: grid; gap: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 14px; }
.ddcf-feature-check--small { height: 42px; }

.ddcf-actions { display: grid; gap: 12px; grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr); margin-top: 18px; margin-left: auto; max-width: 620px; }
.ddcf-find-button,
.ddcf-reset-button,
.ddcf-product-button,
.ddcf-compare-open {
	align-items: center;
	background: var(--ddcf-blue);
	border: 1px solid var(--ddcf-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;
}

.ddcf-find-button,
.ddcf-reset-button { height: 46px; width: 100%; }
.ddcf-find-button:hover,
.ddcf-reset-button:hover,
.ddcf-product-button:hover,
.ddcf-compare-open:hover { background: var(--ddcf-blue-hover); border-color: var(--ddcf-blue-hover); color: #fff !important; }
.ddcf-find-button:focus-visible,
.ddcf-reset-button:focus-visible,
.ddcf-product-button:focus-visible,
.ddcf-compare-open:focus-visible { box-shadow: 0 0 0 3px rgba(0, 104, 169, .22); outline: 2px solid #fff; outline-offset: -4px; }
.ddcf-find-button:disabled { background: #a8b4c0; border-color: #a8b4c0; cursor: wait; }

.ddcf-live-status { color: var(--ddcf-navy); font-size: 13px; font-weight: 750; }
.ddcf-live-status:not(:empty) { background: #f8fafc; border: 1px solid var(--ddcf-line); border-radius: 10px; margin-top: 16px; padding: 11px 14px; }
.ddcf-product-grid { display: grid; gap: 18px; grid-auto-rows: 1fr; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; }
.ddcf-product-card { background: #fff; border: 1px solid var(--ddcf-line); border-radius: 12px; box-shadow: 0 4px 14px rgba(28, 48, 73, .05); display: flex; flex-direction: column; height: 100%; overflow: hidden; transition: border-color .15s ease, box-shadow .15s ease; }
.ddcf-product-card.is-selected { border-color: var(--ddcf-blue); box-shadow: 0 0 0 2px rgba(0, 104, 169, .12), 0 6px 18px rgba(28, 48, 73, .09); }
.ddcf-product-media { align-items: center; aspect-ratio: 4 / 3; background: #f7f9fb; display: flex; justify-content: center; padding: 16px; }
.ddcf-product-media img { height: 100%; max-height: 230px; max-width: 100%; object-fit: contain; width: 100%; }
.ddcf-product-content { align-items: flex-start; display: flex; flex: 1; flex-direction: column; padding: 17px; }
.ddcf-product-eyebrow { color: var(--ddcf-blue); font-size: 11px; font-weight: 800; letter-spacing: .07em; margin-bottom: 7px; text-transform: uppercase; }
.ddcf-product-title { -webkit-box-orient: vertical; -webkit-line-clamp: 3; color: var(--ddcf-navy) !important; display: -webkit-box; font-size: 17px; font-weight: 750; line-height: 1.35; margin-bottom: 6px; min-height: 68px; overflow: hidden; text-decoration: none !important; }
.ddcf-product-title:hover { text-decoration: underline !important; }
.ddcf-product-sku { color: var(--ddcf-muted); font-size: 13px; margin-bottom: 10px; }
.ddcf-commerce-row { align-items: stretch; display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 12px; min-height: 40px; width: 100%; }
.ddcf-stock,
.ddcf-price { align-items: center; border: 1px solid transparent; border-radius: 8px; display: flex; font-weight: 800; height: 40px; line-height: 1.2; overflow: hidden; padding: 6px 10px; }
.ddcf-stock { font-size: 12px; justify-content: flex-start; }
.ddcf-stock-instock { background: #e3f5e9; border-color: #b9dfc4; color: #12652d; }
.ddcf-stock-onbackorder { background: #fff2cf; border-color: #ead38f; color: #795500; }
.ddcf-stock-outofstock { background: #f0f1f2; border-color: #d8dcdf; color: #5b6269; }
.ddcf-price { background: #f6f8fa; border-color: var(--ddcf-line); color: var(--ddcf-navy); font-size: 14px; justify-content: flex-end; text-align: right; }
.ddcf-price-empty { visibility: hidden; }
.ddcf-specs { color: var(--ddcf-muted); display: flex; flex-wrap: wrap; font-size: 12px; gap: 5px 14px; list-style: none; margin: 0 0 11px; padding: 0; }
.ddcf-specs li { margin: 0; padding: 0; }
.ddcf-specs li::before { color: var(--ddcf-blue); content: "•"; margin-right: 5px; }
.ddcf-feature-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 12px; }
.ddcf-feature-tags span { background: var(--ddcf-sky); border-radius: 5px; color: #175477; font-size: 11px; font-weight: 700; padding: 4px 7px; }
.ddcf-feature-tags .ddcf-more-tag { background: #edf0f3; color: var(--ddcf-muted); }
.ddcf-product-note { background: #fff8e5; border-left: 3px solid #e6aa19; font-size: 13px; line-height: 1.5; margin: 0 0 12px; padding: 8px 10px; width: 100%; }
.ddcf-product-actions { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: auto; width: 100%; }
.ddcf-product-button { min-height: 43px; width: 100%; }
.ddcf-compare-toggle { align-items: center; background: #fff; border: 1px solid var(--ddcf-blue); border-radius: 9px; color: var(--ddcf-blue); cursor: pointer; display: inline-flex; font: inherit; font-size: 13px; font-weight: 800; justify-content: center; line-height: 1.2; min-height: 43px; padding: 7px 10px; text-align: center; }
.ddcf-compare-toggle:hover,
.ddcf-compare-toggle.is-selected { background: var(--ddcf-sky); }
.ddcf-no-results { background: #f8fafc; border: 1px solid var(--ddcf-line); border-radius: 10px; margin-top: 16px; padding: 20px; }

.ddcf-compare-bar { align-items: center; background: var(--ddcf-navy); border-radius: 11px; bottom: 14px; box-shadow: 0 10px 28px rgba(16, 35, 63, .24); color: #fff; display: flex; gap: 16px; justify-content: space-between; margin-top: 16px; padding: 12px 14px; position: sticky; z-index: 20; }
.ddcf-compare-bar > strong { font-size: 13px; }
.ddcf-compare-bar > div { display: flex; gap: 8px; }
.ddcf-compare-open { min-height: 40px; padding: 8px 14px; }
.ddcf-compare-open:disabled { background: #718095; border-color: #718095; cursor: not-allowed; opacity: .8; }
.ddcf-compare-clear { background: transparent; border: 1px solid rgba(255, 255, 255, .55); border-radius: 8px; color: #fff; cursor: pointer; font: inherit; font-size: 13px; font-weight: 800; padding: 8px 13px; }

body.ddcf-modal-open { overflow: hidden; }
.ddcf-compare-overlay { align-items: center; background: rgba(7, 18, 34, .72); display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 99999; }
.ddcf-compare-modal { background: #fff; border-radius: 14px; box-shadow: 0 24px 70px rgba(0, 0, 0, .34); max-height: calc(100vh - 48px); max-width: 1380px; overflow: hidden; width: 100%; }
.ddcf-compare-head { align-items: center; background: var(--ddcf-navy); color: #fff; display: flex; justify-content: space-between; padding: 18px 22px; }
.ddcf-compare-head span { color: #82c8ef; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ddcf-compare-head h3 { color: #fff; font-size: 23px; margin: 2px 0 0; }
.ddcf-compare-close { align-items: center; background: transparent; border: 1px solid rgba(255, 255, 255, .45); border-radius: 50%; color: #fff; cursor: pointer; display: flex; font-size: 26px; height: 40px; justify-content: center; line-height: 1; padding: 0 0 3px; width: 40px; }
.ddcf-compare-scroll { max-height: calc(100vh - 144px); overflow: auto; }
.ddcf-compare-table { border-collapse: separate; border-spacing: 0; font-size: 13px; margin: 0; min-width: 800px; table-layout: fixed; width: 100%; }
.ddcf-compare-table th,
.ddcf-compare-table td { border-bottom: 1px solid var(--ddcf-line); border-right: 1px solid var(--ddcf-line); line-height: 1.35; padding: 11px 13px; text-align: center; vertical-align: middle; }
.ddcf-compare-table thead th { background: #f7f9fb; color: var(--ddcf-navy); min-width: 190px; padding: 14px; vertical-align: top; }
.ddcf-compare-table thead th a { color: var(--ddcf-navy) !important; display: grid; font-size: 14px; gap: 8px; justify-items: center; text-decoration: none !important; }
.ddcf-compare-table thead img { height: 100px; object-fit: contain; width: 150px; }
.ddcf-compare-table thead small { color: var(--ddcf-muted); display: block; font-size: 11px; margin-top: 6px; }
.ddcf-compare-table .ddcf-compare-label { background: #edf3f7; color: var(--ddcf-navy); font-weight: 800; left: 0; min-width: 170px; position: sticky; text-align: left; width: 170px; z-index: 2; }
.ddcf-compare-table thead .ddcf-compare-label { z-index: 3; }
.ddcf-compare-table tr.ddcf-compare-different td { background: #fff9e8; }
.ddcf-compare-table .ddcf-value-yes { color: #12652d; font-weight: 800; }
.ddcf-compare-table .ddcf-value-no { color: #7b4650; }

@media (max-width: 1000px) {
	.ddcf-basic-grid,
	.ddcf-advanced-grid,
	.ddcf-checkbox-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ddcf-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
	.ddcf-finder-head { border-radius: 12px 12px 0 0; }
	.ddcf-finder-form { padding: 14px; }
	.ddcf-basic-grid,
	.ddcf-advanced-grid,
	.ddcf-checkbox-grid { grid-template-columns: 1fr; }
	.ddcf-actions { grid-template-columns: minmax(0, 1.55fr) minmax(0, .75fr); max-width: none; }
	.ddcf-product-grid { grid-template-columns: 1fr; }
	.ddcf-compare-bar { align-items: stretch; flex-direction: column; }
	.ddcf-compare-bar > div { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(0, .7fr); }
	.ddcf-compare-overlay { padding: 10px; }
	.ddcf-compare-modal { max-height: calc(100vh - 20px); }
	.ddcf-compare-scroll { max-height: calc(100vh - 112px); }
}

@media (max-width: 420px) {
	.ddcf-actions,
	.ddcf-product-actions { grid-template-columns: 1fr; }
}
