/**
 * shop.css — U.N.I.T.Y. Connector Shop Page
 * Minimal additions beyond the embedded styles in shop.html
 * Brand palette: Olive #2C3018, Gold #C9A84C, Cream #F5EDD6
 */

/* Scrollbar for product grid on mobile */
.shop-main::-webkit-scrollbar {
  width: 4px;
}
.shop-main::-webkit-scrollbar-track {
  background: rgba(201, 168, 76, 0.05);
}
.shop-main::-webkit-scrollbar-thumb {
  background: rgba(201, 168, 76, 0.4);
  border-radius: 4px;
}