/* Shared spacing for product grids, including legacy recommendations. */
body.edc-equipment-site {
  --edc-product-column-gap: 12px;
  --edc-product-row-gap: 20px;
}
body.edc-page.edc-equipment-site .edc-product-grid,
body.edc-equipment-site .edc-product-related .edc-product-grid,
body.edc-equipment-site .edc-product-page > .edc-container > h3 + .row {
  column-gap: var(--edc-product-column-gap);
  row-gap: var(--edc-product-row-gap);
}
body.edc-equipment-site .edc-showcase-shelf__track,
body.edc-equipment-site .edc-showcase .edc-showcase-shelf__track {
  gap: var(--edc-product-column-gap) !important;
}
body.edc-equipment-site .edc-showcase .edc-showcase-shelf__track {
  grid-auto-columns: calc((100% - 3 * var(--edc-product-column-gap)) / 4);
}

/* The controls themselves explain the brand directory. */
body.edc-equipment-site .edc-brand-index-head {
  margin-bottom: 20px;
  row-gap: 16px;
  align-items: center;
}
body.edc-equipment-site .edc-brand-index-head h1,
body.edc-equipment-site .edc-brand-index-head .edc-brand-search {
  margin-bottom: 0;
}
.edc-brand-index-page .edc-brand-search {
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}
.edc-brand-index-page .edc-brand-search p {
  min-width: 0;
  padding: 0;
  text-align: left;
}
.edc-brand-index-page .edc-brand-search p:empty { display: none; }
.edc-brand-index-page .edc-brand-featured { margin-bottom: 16px; }
.edc-brand-index-page .edc-brand-featured__frame,
.edc-brand-index-page .edc-brand-country__stage { border-block: 0; }
.edc-brand-index-page .edc-brand-alphabet {
  margin-bottom: 8px;
  padding-block: 8px;
  border-block: 0;
}
.edc-brand-index-page .edc-brand-country { margin-bottom: 20px; }
.edc-brand-index-page .edc-brand-country-filter { padding-block: 0; }

@media (max-width: 1120px) {
  body.edc-equipment-site .edc-showcase .edc-showcase-shelf__track {
    grid-auto-columns: calc((100% - 2 * var(--edc-product-column-gap)) / 3);
  }
  .edc-mobile-menu__bar {
    height: 64px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    padding-inline: 12px;
    background: var(--edc-equipment-paper, #f1f2f0);
  }
  body.edc-equipment-site .edc-mobile-menu__bar h2 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
  }
  .edc-mobile-menu__bar [data-edc-menu-close] {
    grid-column: 3;
    grid-row: 1;
  }
  .edc-mobile-menu__content { height: calc(100% - 64px); }
}
.edc-contact-lightbox button {
  touch-action: manipulation;
}
@media (max-width: 700px) {
  body.edc-equipment-site {
    --edc-product-column-gap: 8px;
    --edc-product-row-gap: 16px;
  }
  body.edc-equipment-site .edc-showcase .edc-showcase-shelf__track {
    grid-auto-columns: calc((100% - 2 * var(--edc-product-column-gap)) / 2.3333) !important;
  }
  body.edc-equipment-site .edc-brand-index-head { margin-bottom: 16px; }
  .edc-brand-index-page .edc-brand-featured { margin-bottom: 8px; }
  .edc-brand-index-page .edc-brand-country { margin-bottom: 16px; }
}
@media (max-width: 340px) {
  body.edc-equipment-site .edc-showcase .edc-showcase-shelf__track {
    grid-auto-columns: calc((100% - var(--edc-product-column-gap)) / 2) !important;
  }
}

/* Preserve swipe, arrows and keyboard scrolling without a visible scrollbar. */
body.edc-equipment-site .edc-brand-index-page .edc-brand-featured__rail {
  scrollbar-width: none;
}
body.edc-equipment-site .edc-brand-index-page .edc-brand-featured__rail::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1120px) {
  .edc-mobile-menu__service > a { border-bottom: 0; }
}
/* Contact summary: one readable scale for address, phone and opening hours. */
body.edc-equipment-site .edc-contact-page .edc-system-page__head h1 {
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1.1;
}
body.edc-equipment-site .edc-contact-summary h2 { font-size: 22px; line-height: 1.2; }
.edc-contact-summary address { font-size: 16px; line-height: 1.5; }
.edc-contact-summary__facts { grid-template-columns: minmax(0, 1fr); }
.edc-contact-summary__facts dd,
.edc-contact-schedule__primary strong,
.edc-contact-schedule__primary span { font-size: 16px; line-height: 1.5; }
.edc-contact-summary__facts a[href^="tel:"] { white-space: nowrap; }
.edc-contact-summary__facts dt,
.edc-contact-schedule__closed { font-size: 13px; line-height: 1.4; }
.edc-contact-schedule__week span { font-size: 12px; }
#edc-contact-details, #edc-store { scroll-margin-top: 110px; }

/* Remove the old fixed-height reserve below listing card actions. */
body.edc-equipment-site .edc-product-grid--listing .edc-product-card__body {
  min-height: 0;
}
