.boh-collection-products {
  width: 100%;
  margin: 64px auto 48px;
  padding: 0 10px;
  box-sizing: border-box;
}
.boh-collection-products[hidden] { display: none; }
.boh-collection-products__heading { margin-bottom: 26px; }
.boh-collection-products__eyebrow {
  margin: 0 0 7px;
  color: #6f6b66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.boh-collection-products__title {
  margin: 0;
  color: #111;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.08;
}
.boh-collection-shelf + .boh-collection-shelf { margin-top: 38px; }
.boh-collection-shelf__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
}
.boh-collection-shelf__head.is-controls-only { justify-content: flex-end; margin-top: -8px; }
.boh-collection-shelf__title {
  margin: 0;
  color: #1b1b1b;
  font-size: 18px;
  font-weight: 600;
}
.boh-collection-shelf__controls { display: flex; gap: 8px; }
.boh-collection-shelf__arrow {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dedede;
  border-radius: 50%;
  background: #fff;
  color: #161616;
  font-size: 18px;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.boh-collection-shelf__arrow:hover { border-color: #111; background: #fff; color: #111; box-shadow: 0 5px 16px rgba(0,0,0,.08); }
.boh-collection-shelf__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(220px, 1fr);
  grid-template-rows: 1fr;
  gap: 24px;
  overflow-x: auto;
  padding: 2px 2px 14px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
}
.boh-collection-shelf__track::-webkit-scrollbar { display: none; }
.boh-collection-card {
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  scroll-snap-align: start;
}
.boh-collection-card .Product-grid_content { padding-right: 0; padding-left: 0; }
.boh-collection-card .Product-grid_name a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.boh-collection-products.is-loading { min-height: 220px; opacity: .55; pointer-events: none; }
@media (min-width: 1100px) {
  .boh-collection-shelf__track { grid-auto-columns: calc((100% - 96px) / 5); }
}
@media (max-width: 767px) {
  .boh-collection-products { margin: 42px auto 34px; padding: 0; }
  .boh-collection-products__heading { margin-bottom: 20px; padding: 0 16px; }
  .boh-collection-shelf__head { margin-bottom: 12px; padding: 0 16px; }
  .boh-collection-shelf__title { font-size: 16px; }
  .boh-collection-shelf__controls { display: none; }
  .boh-collection-shelf__track {
    grid-auto-columns: min(72vw, 255px);
    gap: 10px;
    padding: 2px 16px 12px;
    scrollbar-width: none;
  }
  .boh-collection-shelf__track::-webkit-scrollbar { display: none; }
}
