/* Grovea homepage five-collection visual rail v1.2.1 */

.gch-home-visual {
  min-width: 0;
  display: grid;
  gap: 12px;
}

.gch-home-visual__toolbar {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gch-home-visual__label {
  margin: 0;
  display: grid;
  gap: 2px;
  color: #17202b;
}

.gch-home-visual__label strong {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gch-home-visual__label span {
  color: #68717d;
  font-size: 11px;
  font-weight: 700;
}

.gch-home-visual__controls {
  display: none;
  align-items: center;
  gap: 8px;
}

.gch-home-visual.is-enhanced .gch-home-visual__controls {
  display: flex;
}

.gch-home-visual__controls button {
  width: 44px;
  min-width: 44px;
  height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: #17202b;
  border: 1px solid #cfd4d7;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 8px 24px rgba(23, 32, 43, .08);
  cursor: pointer;
  font: 800 18px/1 Arial, sans-serif;
  touch-action: manipulation;
  transition: color .16s ease, border-color .16s ease, background .16s ease, opacity .16s ease;
}

.gch-home-visual__controls button:hover:not(:disabled) {
  color: #fff;
  border-color: #c94f16;
  background: #c94f16;
}

.gch-home-visual__controls button:disabled {
  opacity: .34;
  cursor: default;
}

.gch-home-visual__controls button:focus-visible,
.gch-home-mosaic:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}

.gch-home-mosaic {
  height: auto;
  min-height: 520px;
  display: flex;
  align-items: stretch;
  gap: 11px;
  overflow-x: auto;
  padding: 4px 4px 15px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #c3beb4 transparent;
}

.gch-home-visual.is-enhanced .gch-home-mosaic {
  padding-bottom: 4px;
  scrollbar-width: none;
  scroll-behavior: smooth;
  touch-action: pan-x;
}

.gch-home-visual.is-enhanced .gch-home-mosaic::-webkit-scrollbar {
  display: none;
}

.gch-home-mosaic__item,
.gch-home-mosaic__item--wonen,
.gch-home-mosaic__item--keukens,
.gch-home-mosaic__item--badkamers {
  display: block;
  flex: 0 0 min(73%, 290px);
  min-width: 0;
  min-height: 500px;
  grid-row: auto;
  grid-column: auto;
  scroll-snap-align: start;
}

.gch-home-mosaic__item span {
  right: 17px;
  display: grid;
  gap: 4px;
}

.gch-home-mosaic__item span b {
  font-size: 12px;
}

.gch-home-mosaic__item span small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 1050px) {
  .gch-home-mosaic { min-height: 430px; }
  .gch-home-mosaic__item,
  .gch-home-mosaic__item--wonen,
  .gch-home-mosaic__item--keukens,
  .gch-home-mosaic__item--badkamers { min-height: 410px; flex-basis: min(58%, 330px); }
}

@media (max-width: 720px) {
  .gch-home-mosaic { min-height: 360px; margin-inline: -4px; }
  .gch-home-mosaic__item,
  .gch-home-mosaic__item--wonen,
  .gch-home-mosaic__item--keukens,
  .gch-home-mosaic__item--badkamers { min-height: 340px; flex-basis: 78%; }
}

@media (max-width: 520px) {
  .gch-home-visual__toolbar { gap: 10px; }
  .gch-home-visual__label strong { display: none; }
  .gch-home-mosaic { height: auto; min-height: 330px; display: flex; grid-template-columns: none; grid-template-rows: none; }
  .gch-home-mosaic__item,
  .gch-home-mosaic__item--wonen,
  .gch-home-mosaic__item--keukens,
  .gch-home-mosaic__item--badkamers { display: block; min-height: 310px; flex-basis: 84%; grid-row: auto; grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .gch-home-mosaic,
  .gch-home-visual.is-enhanced .gch-home-mosaic { scroll-behavior: auto; }
  .gch-home-visual__controls button { transition: none; }
}
