:root {
  --ghc-red: #d71920;
  --ghc-black: #151515;
  --ghc-muted: #6a6a6a;
  --ghc-line: #e5e5e5;
  --ghc-soft: #f6f6f6;
}

body.ghc-catalog-page .page-wrapper > .page-top,
body.ghc-product-page .page-wrapper > .page-top { display: none; }

.ghc-catalog,
.ghc-single { background: #fff; color: var(--ghc-black); }
.ghc-catalog *, .ghc-single * { box-sizing: border-box; }
.ghc-catalog .container, .ghc-single .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.ghc-hero { padding: 76px 0 68px; color: #fff; background: linear-gradient(120deg, rgba(0,0,0,.92), rgba(0,0,0,.68)), linear-gradient(45deg, #232323, #000); }
.ghc-hero h1 { margin: 4px 0 14px; color: #fff; font-size: clamp(38px, 6vw, 68px); line-height: 1; letter-spacing: -.03em; }
.ghc-hero p:last-child { max-width: 720px; margin: 0; color: #d8d8d8; font-size: 17px; }
.ghc-eyebrow { margin: 0 0 7px; color: var(--ghc-red); font-size: 12px; font-weight: 800; letter-spacing: .17em; }
.ghc-layout { display: grid; grid-template-columns: 275px minmax(0, 1fr); gap: 42px; padding-block: 54px 80px; }
.ghc-filters { align-self: start; position: sticky; top: 26px; padding: 24px; border: 1px solid var(--ghc-line); background: #fff; }
.ghc-filter-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 18px; }
.ghc-filter-heading h2 { margin: 0; font-size: 20px; }
.ghc-filter-heading a { color: var(--ghc-red); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ghc-filters label, .ghc-filters legend { display: block; margin: 15px 0 6px; color: #333; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.ghc-filters input, .ghc-filters select { width: 100%; height: 43px; padding: 0 11px; border: 1px solid #d5d5d5; border-radius: 0; background: #fff; color: #222; }
.ghc-search-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; }
.ghc-search-row input { border-right: 0; }
.ghc-search-row button, .ghc-apply, .ghc-button { border: 0; background: var(--ghc-red); color: #fff; font-weight: 800; text-transform: uppercase; }
.ghc-search-row button { padding: 0 14px; }
.ghc-filters fieldset { margin: 0; padding: 0; border: 0; }
.ghc-power-range { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; }
.ghc-apply { width: 100%; margin-top: 22px; padding: 13px 18px; cursor: pointer; }
.ghc-results-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 23px; }
.ghc-results-heading h2, .ghc-section-heading h2 { margin: 0; font-size: clamp(27px, 3vw, 38px); line-height: 1.1; }
.ghc-mobile-filter { display: none; padding: 10px 15px; border: 1px solid var(--ghc-black); background: #fff; font-weight: 700; }
.ghc-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ghc-card { overflow: hidden; border: 1px solid var(--ghc-line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.ghc-card:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(0,0,0,.09); }
.ghc-card-image { display: grid; place-items: center; height: 230px; padding: 18px; background: linear-gradient(145deg, #fafafa, #ececec); }
.ghc-card-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.ghc-card-image img.is-broken { display: none; }
.ghc-image-placeholder { color: #999; font-weight: 900; letter-spacing: .18em; }
.ghc-card-body { padding: 20px; }
.ghc-card-range { margin: 0 0 6px; color: var(--ghc-red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.ghc-card h3 { margin: 0; font-size: 21px; line-height: 1.2; }
.ghc-card h3 a { color: var(--ghc-black); text-decoration: none; }
.ghc-card-version { min-height: 20px; margin: 6px 0 14px; color: var(--ghc-muted); font-size: 13px; }
.ghc-card-specs { margin: 0 0 16px; padding-top: 12px; border-top: 1px solid var(--ghc-line); }
.ghc-card-specs div { display: flex; justify-content: space-between; gap: 12px; padding: 3px 0; font-size: 12px; }
.ghc-card-specs dt { color: var(--ghc-muted); }
.ghc-card-specs dd { margin: 0; font-weight: 700; text-align: right; }
.ghc-card-link { color: var(--ghc-red); font-size: 12px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; }
.ghc-pagination { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 34px; }
.ghc-pagination .page-numbers { min-width: 38px; padding: 9px 12px; border: 1px solid var(--ghc-line); color: #222; text-align: center; text-decoration: none; }
.ghc-pagination .current, .ghc-pagination a:hover { border-color: var(--ghc-red); background: var(--ghc-red); color: #fff; }
.ghc-empty { padding: 60px 30px; background: var(--ghc-soft); text-align: center; }
.ghc-button { display: inline-block; padding: 13px 22px; text-decoration: none; }
.ghc-summary-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; }
.ghc-document-link { color: var(--ghc-red); font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }

.ghc-single > .container { padding-block: 34px 80px; }
.ghc-breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 30px; color: var(--ghc-muted); font-size: 13px; }
.ghc-breadcrumbs a { color: var(--ghc-muted); }
.ghc-product-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 56px; align-items: center; padding-bottom: 64px; }
.ghc-product-image { display: grid; place-items: center; min-height: 480px; padding: 34px; background: linear-gradient(145deg, #fafafa, #ececec); }
.ghc-product-image img { width: 100%; max-height: 480px; object-fit: contain; mix-blend-mode: multiply; }
.ghc-product-image img.is-broken { display: none; }
.ghc-product-summary h1 { margin: 4px 0 10px; font-size: clamp(40px, 5vw, 66px); line-height: .98; letter-spacing: -.04em; }
.ghc-version-badge { display: inline-block; margin: 0 0 20px; padding: 7px 10px; background: var(--ghc-black); color: #fff; font-size: 12px; font-weight: 700; }
.ghc-short-description { color: #555; font-size: 16px; }
.ghc-power-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 24px 0; }
.ghc-power-cards div { padding: 14px; border-left: 3px solid var(--ghc-red); background: var(--ghc-soft); }
.ghc-power-cards span { display: block; color: var(--ghc-muted); font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ghc-power-cards strong { display: block; margin-top: 3px; font-size: 19px; }
.ghc-section-heading { margin-bottom: 24px; }
.ghc-spec-section, .ghc-table-section, .ghc-equipment-section, .ghc-copy-section, .ghc-related { padding: 50px 0; border-top: 1px solid var(--ghc-line); }
.ghc-spec-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; border-top: 1px solid var(--ghc-line); border-left: 1px solid var(--ghc-line); }
.ghc-spec-grid div { min-height: 102px; padding: 18px; border-right: 1px solid var(--ghc-line); border-bottom: 1px solid var(--ghc-line); }
.ghc-spec-grid dt { color: var(--ghc-muted); font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ghc-spec-grid dd { margin: 8px 0 0; font-size: 18px; font-weight: 700; }
.ghc-copy-section { max-width: 850px; font-size: 16px; line-height: 1.8; }
.ghc-table-wrap { overflow-x: auto; }
.ghc-table-section table { width: 100%; border-collapse: collapse; }
.ghc-table-section th { padding: 13px 14px; background: var(--ghc-black); color: #fff; font-size: 11px; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
.ghc-table-section td { padding: 14px; border-bottom: 1px solid var(--ghc-line); }
.ghc-table-section td a { color: var(--ghc-red); font-weight: 700; }
.ghc-equipment-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ghc-equipment-grid article { padding: 22px; background: var(--ghc-soft); }
.ghc-equipment-grid h3 { margin: 0 0 8px; font-size: 16px; }
.ghc-equipment-grid p { margin: 0; color: var(--ghc-muted); }

@media (max-width: 991px) {
  .ghc-layout { grid-template-columns: 1fr; }
  .ghc-filters { display: none; position: static; }
  .ghc-filters.is-open { display: block; }
  .ghc-mobile-filter { display: inline-block; }
  .ghc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ghc-product-hero { grid-template-columns: 1fr; gap: 34px; }
  .ghc-product-image { min-height: 360px; }
  .ghc-spec-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .ghc-catalog .container, .ghc-single .container { width: min(100% - 24px, 1180px); }
  .ghc-hero { padding: 50px 0; }
  .ghc-layout { padding-top: 30px; }
  .ghc-grid { grid-template-columns: 1fr; }
  .ghc-card-image { height: 250px; }
  .ghc-product-image { min-height: 280px; padding: 18px; }
  .ghc-product-summary h1 { font-size: 40px; }
  .ghc-power-cards, .ghc-equipment-grid { grid-template-columns: 1fr; }
  .ghc-spec-grid { grid-template-columns: 1fr; }
}

/* Catalog UI 1.1 — Porto-aligned title, resilient media, and responsive filters. */
.ghc-page-title {
  min-height: 108px;
  padding: 20px 0;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url("https://gengic.com/wp-content/uploads/2019/11/cover2.jpg");
  background-position: center;
  background-size: cover;
  color: #fff;
}
.ghc-page-title-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; gap: 30px; }
.ghc-page-title h1 {
  margin: 0;
  color: #fff;
  font-family: aboutcode, Georgia, serif;
  font-size: 30.8px;
  font-weight: 900;
  letter-spacing: 1.85px;
  line-height: 1.2;
  text-transform: uppercase;
}
.ghc-page-title nav { display: flex; align-items: center; gap: 10px; color: #fff; font-family: aboutcode, Georgia, serif; font-size: 15px; font-weight: 700; letter-spacing: .5px; text-transform: uppercase; }
.ghc-page-title nav a { color: #fff; text-decoration: none; }
.ghc-page-title nav a:hover { color: #ef2b31; }

.ghc-layout { grid-template-columns: 300px minmax(0, 1fr); gap: 40px; padding-top: 46px; }
.ghc-filters { top: 24px; padding: 0; overflow: hidden; border: 1px solid #e1e3e6; border-radius: 12px; box-shadow: 0 8px 24px rgba(20, 24, 28, .05); }
.ghc-filters form { display: block; }
.ghc-filter-heading { margin: 0; padding: 20px 20px 15px; border-bottom: 1px solid #eceef0; }
.ghc-filter-heading h2 { font-size: 19px; line-height: 1.25; }
.ghc-filter-heading > div { display: flex; align-items: center; gap: 12px; }
.ghc-filter-heading a { text-decoration: none; }
.ghc-filter-close { display: none; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; background: #f1f2f3; color: #222; font-size: 24px; line-height: 1; cursor: pointer; }
.ghc-filter-fields { padding: 2px 20px 22px; }
.ghc-filters label,
.ghc-filters legend { margin-top: 16px; color: #4b4f54; font-size: 11px; letter-spacing: .07em; }
.ghc-filters input,
.ghc-filters select {
  height: 46px;
  border: 1px solid #cfd3d8;
  border-radius: 8px;
  background: #fff;
  color: #25282c;
  font-size: 13px;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ghc-filters input:hover,
.ghc-filters select:hover { border-color: #9ba1a8; }
.ghc-filters input:focus,
.ghc-filters select:focus { border-color: #d71920; box-shadow: 0 0 0 3px rgba(215, 25, 32, .12); outline: 0; }
.ghc-select-control { position: relative; }
.ghc-select-control::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #6a6f76;
  border-bottom: 2px solid #6a6f76;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}
.ghc-select-control select { padding: 0 40px 0 13px; appearance: none; cursor: pointer; }
.ghc-search-row { gap: 7px; }
.ghc-search-row input { min-width: 0; border-right: 1px solid #cfd3d8; }
.ghc-search-row button { width: 46px; padding: 0; border-radius: 8px; font-size: 25px; line-height: 1; cursor: pointer; }
.ghc-power-range input { min-width: 0; }
.ghc-filter-actions { padding: 13px 20px; border-top: 1px solid #eceef0; background: #fafafa; }
.ghc-auto-filter-note { display: block; color: #757b82; font-size: 11px; text-align: center; }
.ghc-apply { display: none; border-radius: 8px; }
.ghc-filter-backdrop { display: none; }

.ghc-results { position: relative; min-width: 0; transition: opacity .18s ease; }
.ghc-results.is-loading { opacity: .48; pointer-events: none; }
.ghc-results.is-loading::after {
  position: absolute;
  z-index: 3;
  top: 74px;
  left: 50%;
  width: 34px;
  height: 34px;
  border: 3px solid rgba(215, 25, 32, .2);
  border-top-color: #d71920;
  border-radius: 50%;
  content: "";
  animation: ghc-spin .7s linear infinite;
}
@keyframes ghc-spin { to { transform: rotate(360deg); } }
.ghc-results-status { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ghc-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: -8px 0 22px; }
.ghc-active-filters a { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid #e0e2e5; border-radius: 999px; background: #f7f8f9; color: #34383d; font-size: 11px; font-weight: 600; text-decoration: none; }
.ghc-active-filters a:hover { border-color: #d71920; color: #d71920; }
.ghc-active-filters a span { color: #d71920; font-size: 16px; line-height: .8; }
.ghc-active-filters .ghc-clear-all { border-color: transparent; background: transparent; color: #d71920; }

.ghc-grid { align-items: stretch; }
.ghc-card { display: flex; min-width: 0; flex-direction: column; border-radius: 10px; }
.ghc-card-image { position: relative; display: block; flex: 0 0 230px; height: 230px; overflow: hidden; isolation: isolate; }
.ghc-card-image img {
  position: absolute !important;
  inset: 18px !important;
  width: calc(100% - 36px) !important;
  height: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  max-height: calc(100% - 36px) !important;
  object-fit: contain !important;
}
.ghc-card-body { position: relative; z-index: 2; display: flex; flex: 1; flex-direction: column; background: #fff; }
.ghc-card h3 { overflow-wrap: anywhere; }
.ghc-card-specs { margin-top: auto; }
.ghc-card-link { margin-top: auto; }
.ghc-mobile-filter { align-items: center; gap: 7px; border-radius: 8px; cursor: pointer; }
.ghc-mobile-filter b { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 6px; border-radius: 999px; background: #d71920; color: #fff; font-size: 11px; }

.ghc-product-image { position: relative; overflow: hidden; border-radius: 12px; }
.ghc-product-image img { max-width: 100% !important; max-height: 480px !important; }
.ghc-button { border-radius: 6px; transition: background .18s ease, transform .18s ease; }
.ghc-button:hover { background: #b80f16; color: #fff; transform: translateY(-1px); }

/* Contact form */
.ghc-contact-card { margin-top: 8px; padding: 28px; border: 1px solid #e1e3e6; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(20, 24, 28, .06); }
.ghc-contact-intro { margin-bottom: 22px; }
.ghc-contact-intro h3 { margin: 0 0 8px; color: #161616; font-size: clamp(24px, 3vw, 34px); }
.ghc-contact-intro p:last-child { margin: 0; color: #686d73; line-height: 1.7; }
.ghc-form-notice { margin-bottom: 20px; padding: 14px 16px; border-radius: 8px; font-size: 13px; line-height: 1.5; }
.ghc-form-notice.is-success { border: 1px solid #a8d9b9; background: #eef9f2; color: #1f6638; }
.ghc-form-notice.is-error { border: 1px solid #efb6b8; background: #fff2f2; color: #9a1d22; }
.ghc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.ghc-field-wide { grid-column: 1 / -1; }
.ghc-field label { display: block; margin-bottom: 6px; color: #363a3f; font-size: 11px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ghc-field label span { color: #d71920; }
.ghc-field input,
.ghc-field select,
.ghc-field textarea { width: 100%; border: 1px solid #cfd3d8; border-radius: 8px; background: #fff; color: #222; font: inherit; transition: border-color .18s ease, box-shadow .18s ease; }
.ghc-field input,
.ghc-field select { height: 48px; padding: 0 13px; }
.ghc-field textarea { min-height: 128px; padding: 12px 13px; resize: vertical; }
.ghc-field input:focus,
.ghc-field select:focus,
.ghc-field textarea:focus { border-color: #d71920; box-shadow: 0 0 0 3px rgba(215, 25, 32, .12); outline: 0; }
.ghc-field input[readonly] { background: #f3f4f5; color: #555; }
.ghc-consent { display: flex; gap: 9px; align-items: flex-start; margin: 18px 0; color: #60656b; font-size: 12px; line-height: 1.5; }
.ghc-consent input { margin-top: 2px; accent-color: #d71920; }
.ghc-submit-inquiry { min-width: 160px; border: 0; cursor: pointer; }
.ghc-submit-inquiry:disabled { cursor: wait; opacity: .65; }
.ghc-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 991px) {
  .ghc-layout { grid-template-columns: 1fr; gap: 0; }
  .ghc-filters {
    position: fixed;
    z-index: 10020;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: min(390px, 92vw);
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    border: 0;
    border-radius: 0 14px 14px 0;
    box-shadow: 18px 0 50px rgba(0, 0, 0, .22);
    opacity: 0;
    transform: translateX(-105%);
    transition: transform .24s ease, opacity .2s ease, visibility .24s;
    visibility: hidden;
  }
  .ghc-filters.is-open { opacity: 1; transform: translateX(0); visibility: visible; }
  .ghc-filters form { display: flex; height: 100%; flex-direction: column; }
  .ghc-filter-heading { flex: 0 0 auto; padding: 16px 18px; }
  .ghc-filter-close { display: inline-grid; place-items: center; }
  .ghc-filter-fields { flex: 1 1 auto; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 2px 20px 26px; }
  .ghc-filter-actions { flex: 0 0 auto; padding: 13px 18px max(13px, env(safe-area-inset-bottom)); }
  .ghc-auto-filter-note { display: none; }
  .ghc-apply { display: block; width: 100%; margin: 0; }
  .ghc-filter-backdrop { position: fixed; z-index: 10010; inset: 0; display: block; border: 0; background: rgba(0, 0, 0, .46); opacity: 0; pointer-events: none; transition: opacity .2s ease; }
  body.ghc-filter-open { overflow: hidden; }
  body.ghc-filter-open .ghc-filter-backdrop { opacity: 1; pointer-events: auto; }
  .ghc-mobile-filter { display: inline-flex; }
  .ghc-results-heading { align-items: center; }
}

@media (max-width: 600px) {
  .ghc-page-title { min-height: 94px; padding: 16px 0; }
  .ghc-page-title-inner { min-height: 62px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
  .ghc-page-title h1 { font-size: 25px; }
  .ghc-page-title nav { font-size: 12px; }
  .ghc-layout { padding-top: 26px; }
  .ghc-results-heading { gap: 14px; }
  .ghc-results-heading h2 { font-size: 27px; }
  .ghc-card-image { flex-basis: 248px; height: 248px; }
  .ghc-active-filters { flex-wrap: nowrap; margin-right: -12px; overflow-x: auto; padding: 0 12px 7px 0; scrollbar-width: none; }
  .ghc-active-filters::-webkit-scrollbar { display: none; }
  .ghc-active-filters a { flex: 0 0 auto; }
  .ghc-form-grid { grid-template-columns: 1fr; }
  .ghc-field-wide { grid-column: auto; }
  .ghc-contact-card { padding: 22px 18px; }
}

/* Catalog UI 1.2 — searchable selects, disjunctive facets, and square theme geometry. */
.ghc-page-title-inner {
  box-sizing: border-box;
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.ghc-select-control.is-enhanced::after { display: none; }
.ghc-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.ghc-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 46px;
  padding: 0 13px;
  border: 1px solid #cfd3d8;
  background: #fff;
  color: #25282c;
  font: inherit;
  font-size: 13px;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.ghc-select-trigger:hover { border-color: #9ba1a8; }
.ghc-select-trigger:focus,
.ghc-select-control.is-open .ghc-select-trigger {
  border-color: #d71920;
  box-shadow: 0 0 0 3px rgba(215, 25, 32, .12);
  outline: 0;
}
.ghc-select-value {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ghc-select-arrow {
  width: 8px;
  height: 8px;
  margin: -4px 3px 0 12px;
  border-right: 2px solid #6a6f76;
  border-bottom: 2px solid #6a6f76;
  transform: rotate(45deg);
  transition: transform .15s ease;
}
.ghc-select-control.is-open .ghc-select-arrow { margin-top: 4px; transform: rotate(225deg); }
.ghc-select-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 4px);
  right: 0;
  left: 0;
  max-height: 286px;
  overflow: auto;
  border: 1px solid #cfd3d8;
  background: #fff;
  box-shadow: 0 14px 28px rgba(20, 24, 28, .16);
}
.ghc-select-menu[hidden] { display: none !important; }
.ghc-filters .ghc-select-menu-search {
  position: sticky;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 40px;
  padding: 0 11px;
  border: 0;
  border-bottom: 1px solid #e2e4e7;
  background: #fff;
  font-size: 12px;
}
.ghc-select-options { padding: 4px 0; }
.ghc-select-option {
  display: block;
  width: 100%;
  min-height: 39px;
  padding: 9px 12px;
  border: 0;
  background: #fff;
  color: #30343a;
  font: inherit;
  font-size: 12px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
.ghc-select-option:hover,
.ghc-select-option:focus { background: #f3f4f5; color: #d71920; outline: 0; }
.ghc-select-option.is-selected { background: #f7e9ea; color: #c3141b; font-weight: 700; }
.ghc-select-option:disabled { background: #fafafa; color: #a4a8ad; cursor: not-allowed; }
.ghc-select-empty { margin: 0; padding: 12px; color: #7d8288; font-size: 12px; text-align: center; }
.ghc-select-empty[hidden] { display: none; }

.ghc-search-row button { display: grid; place-items: center; line-height: 0; }
.ghc-search-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 0;
  border-radius: 0 !important;
}
.ghc-search-icon::before {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  content: "";
}
.ghc-search-icon::after {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 7px;
  height: 2px;
  background: #fff;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}
.ghc-card-version {
  height: 20px;
  min-height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.ghc-card-specs { margin-top: 0; }

@media (min-width: 992px) {
  .ghc-filters { overflow: visible; }
}

/* The public catalog follows the square geometry used by the site header. */
.ghc-catalog *,
.ghc-single *,
.ghc-contact-card,
.ghc-contact-card * { border-radius: 0 !important; }

@media (max-width: 600px) {
  .ghc-page-title-inner {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
  .ghc-select-menu { max-height: min(260px, 42vh); }
}
