.gs-wholesale .gs-featured-body > .gs-reference-range,
.gs-wholesale .gs-featured-body > .gs-featured-price:not([data-gs-range-active="1"]) {
  min-height: 54px;
  margin: 10px 0 12px;
}
.gs-wholesale .gs-featured-form {
  flex: 0 0 auto;
}
.gs-wholesale .gs-featured-form .gs-quick-actions {
  margin-top: 10px;
  padding-top: 0;
}
.gs-wholesale .gs-featured-body h3 {
  min-height: 2.5em;
}
.gs-wholesale .gs-gallery-arrow {
  top: 50%;
  width: 44px;
  height: 44px;
  border-color: rgba(167, 131, 71, .55);
  background: rgba(255, 253, 248, .94);
  color: transparent;
  font-size: 0;
  box-shadow: 0 3px 12px rgba(11, 46, 64, .10);
}
.gs-wholesale .gs-gallery-arrow.prev { left: 12px; }
.gs-wholesale .gs-gallery-arrow.next { right: 12px; }
.gs-wholesale .gs-gallery-arrow::before {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background: center / contain no-repeat url('/gs_ux_refinement_20260925/static/chevron-right.svg');
}
.gs-wholesale .gs-gallery-arrow.prev::before { transform: rotate(180deg); }
.gs-wholesale .gs-gallery-arrow:hover {
  background: #fff;
  border-color: #a78347;
  box-shadow: 0 4px 16px rgba(11, 46, 64, .14);
}
.gs-wholesale .gs-date-chevron {
  display: grid;
  place-items: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0;
  line-height: 0;
}
.gs-wholesale .gs-date-chevron::before {
  content: '';
  width: 17px;
  height: 17px;
  background: center / contain no-repeat url('/gs_ux_refinement_20260925/static/chevron-up.svg');
}
.gs-wholesale .gs-order-guide {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.gs-wholesale .gs-order-guide > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 12px;
  align-content: start;
  min-width: 0;
}
.gs-wholesale .gs-order-guide > div > span {
  float: none;
  grid-row: 1 / 3;
  margin: -3px 0 0;
  font-size: 23px;
  line-height: 1.25;
}
.gs-wholesale .gs-order-guide > div > h3,
.gs-wholesale .gs-order-guide > div > p {
  grid-column: 2;
}
.gs-wholesale .gs-order-guide > div > h3 {
  margin: 0 0 4px;
  line-height: 1.45;
}
.gs-wholesale .gs-order-guide > div > p {
  line-height: 1.65;
}
.gs-wholesale .gs-order-date-status.locked {
  background: #eef0f1;
  color: #56656b;
}
.gs-wholesale .gs-order-date-status.confirmed {
  background: #e2eee9;
  color: #24594b;
}
.gs-wholesale .gs-order-date-status.cancelled {
  background: #f9e8e7;
  color: #8b3030;
}
@media (max-width: 991px) {
  .gs-wholesale .gs-order-guide {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .gs-wholesale .gs-gallery-arrow {
    top: 50%;
    width: 40px;
    height: 40px;
  }
  .gs-wholesale .gs-featured-body h3 { min-height: 0; }
}
