/* PRX catalogue gallery: generated only inside .prx-card-gallery. */
.prx-card-gallery { position: relative; }
.prx-card-gallery__segments {
  position: absolute;
  z-index: 2;
  right: 10%;
  bottom: 4px;
  left: 10%;
  display: flex;
  gap: 6px;
  align-items: flex-end;
}
.prx-card-gallery__segment {
  flex: 1 1 0;
  min-width: 0;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
.prx-card-gallery__segment::after {
  display: block;
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 2px;
  background: #d9d3c6;
}
.prx-card-gallery__segment.is-active::after,
.prx-card-gallery__segment.on::after { background: #1e7a4d; }
.prx-card-gallery__segment:focus-visible { outline: 2px solid #1e7a4d; outline-offset: 2px; }
@media (max-width: 600px) {
  #res-products .product-layout { min-width: 0; }
  #res-products .product-thumb { min-width: 0; }
  #res-products .cart { gap: 4px; }
  #res-products .cart .oct-button { flex: 0 0 36px; min-width: 36px; width: 36px; height: 38px; padding: 0; }
  .prx-card-gallery__segments { right: 8%; left: 8%; bottom: 3px; gap: 4px; }
  .prx-card-gallery__segment { height: 20px; }
}
