.scan-photo{display:none}
.scan-photo-button{width:100%;margin-top:10px}
.quantity-mode{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:8px 0 12px}
.quantity-mode button{min-height:42px;border:1px solid #ded8cc;border-radius:11px;background:#fff;color:#123728;font-weight:900}
.quantity-mode button.active{background:#123728;color:#fff;border-color:#123728}
.box-entry{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:end}
.box-entry .field{margin:0}
.times{padding-bottom:13px;font-size:22px;font-weight:800}
.box-total{margin:10px 0 18px;padding:12px;border-radius:12px;background:#eef7f1;color:#123728;font-weight:800;text-align:center}
.secondary{min-height:44px;padding:10px 14px;border:1px solid #b9ccc1;border-radius:12px;background:#fff;color:#123728;font-weight:900}
@media(max-width:520px){.box-entry{grid-template-columns:1fr}.times{display:none}}
