:root{
  --gps-green:#006400;
  --gps-yellow:#FFD700;
  --gps-charcoal:#1C1C1C;
  --gps-bg:#F7F7F7;
}

.gps-quick-order{
  display:flex; gap:.5rem; margin: .5rem 0;
}
.gps-quick-order .search-field{
  flex:1; padding:.6rem .8rem; border:1px solid #ddd; border-radius:8px;
}
.gps-quick-order .button{
  background:var(--gps-green); color:#fff; border:none; border-radius:8px; padding:.6rem 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  display:flex; flex-direction:column;
}
.gps-part-number{
  font-size:.85rem; color:#555; margin-bottom:.25rem;
}

.gps-meta-card{
  border:1px solid #eee; padding:16px; border-radius:12px; background:#fff; margin:12px 0;
}
.gps-meta-line{ margin:.25rem 0; }
.gps-meta-card .gps-wa{
  display:inline-block; margin-top:.5rem; background:var(--gps-yellow); color:#000;
  border-radius:10px; padding:.6rem 1rem; text-decoration:none;
}

.woocommerce a.button, .woocommerce button.button{
  border-radius:10px;
}
.woocommerce ul.products li.product a.button{
  background:var(--gps-green);
}

footer, .site-footer{
  background:var(--gps-charcoal); color:#eee;
}