<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qty-pills-wrapper{display:inline-block;font:inherit}
.qty-pills{display:flex;gap:.5rem;list-style:none;padding:0;margin:0}
.qty-pill{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  min-width:64px;padding:.5rem;.75rem;
  border:1px solid var(--color-border,#ddd);border-radius:8px;
  background:#fafafa;cursor:pointer;transition:all .2s;
  font-size:.9rem;font-weight:600;line-height:1.2;text-align:center;
}
.qty-pill__label{font-size:.20rem;font-weight:400;letter-spacing:.02em;color:#666}
.qty-pill:hover{background:#f3f3f3}
.qty-pill.is-active{
  border-color:#000;background:#000;color:#fff;
}
</pre></body></html>