/* Springs category page: aligned with default website style */

.vgc-wrap--springs{
  --vgx-border:#e3d8ca;
  --vgx-soft:#f7efe4;
  --vgx-accent:#c65d00;
  --vgx-accent2:#1e3a5f;
}

.vgc-wrap--springs .vgx-search-only .vgx-search{
  max-width:760px;
  border-radius:14px;
}

.vgc-wrap--springs .vgx-count{
  color:#6b7280;
  font-weight:700;
}

.vgc-wrap--springs .vgc-grid{
  gap:16px;
}

.vgc-wrap--springs .vgc-card{
  border-radius:18px;
}

.vgc-wrap--springs .vgc-thumb{
  background:linear-gradient(180deg,#fff8ef 0%,#fff 100%);
}

.vgc-wrap--springs .vgc-thumb img{
  height:245px;
}

.vgc-wrap--springs .vgc-name{
  font-size:16px;
  line-height:1.35;
}

.vgc-wrap--springs .vgc-desc{
  color:#5a4a39;
}

.vgc-wrap--springs .vgc-buttons .vgc-cta-lite{
  background:#fff;
  border-color:#d8dbe2;
  color:#1f2937;
}

.vgc-wrap--springs .vgc-buttons .vgc-cta-cart{
  background:#1e3a5f;
  border-color:#1e3a5f;
  color:#fff;
}

.vgc-wrap--springs .vgc-buttons .vgc-cta-cart:hover{
  filter:brightness(.98);
}

.vgc-wrap--springs .vgc-pager{
  margin-top:16px;
}

@media (max-width:760px){
  .vgc-wrap--springs .vgc-grid{
    gap:12px;
  }
  .vgc-wrap--springs .vgc-thumb img{
    height:210px;
  }
}
