.shop-product-finder{display:grid;gap:14px;grid-column:1 / -1;border:2px solid #111827;border-radius:var(--er-radius-small, 6px);background:var(--er-color-surface);box-shadow:5px 5px 0 var(--er-brand-red);padding:clamp(16px,2vw,22px)}.shop-product-finder[hidden]{display:none}.shop-product-finder__form,.shop-product-finder__fields{display:grid;gap:12px}.shop-product-finder__fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.shop-product-finder__field{display:grid;gap:6px;min-width:0}.shop-product-finder__field span{color:var(--er-brand-ink);font-size:13px;font-weight:900}.shop-product-finder__field select{width:100%;min-height:42px;border:1px solid var(--er-color-line);border-radius:var(--er-radius-small, 6px);background:var(--er-color-surface);color:var(--er-brand-ink);font:inherit;font-size:15px;font-weight:800;padding:8px 10px}.shop-product-finder__field select:focus-visible{outline:3px solid color-mix(in srgb,var(--er-brand-red) 45%,transparent);outline-offset:2px}.shop-product-finder__status{margin:0;color:var(--er-color-muted);font-size:13px;font-weight:900}.shop-product-finder-card{min-height:100%}html[data-theme=dark] .shop-product-finder,html[data-theme=dark] .shop-product-finder__field select{border-color:#94a3b8;background:#111827;color:#f8fafc}html[data-theme=dark] .shop-product-finder__field span{color:#f8fafc}
