/* Product page - spec table 2 columns */
.spec-table { width: 100%; }
.spec-table td { padding: 0.75rem 1rem; border-bottom: 1px solid #f0f0f0; font-size: 0.875rem; }
.spec-table td:nth-child(1), .spec-table td:nth-child(3) { font-weight: 600; color: #374151; width: 20%; }
.spec-table td:nth-child(2), .spec-table td:nth-child(4) { color: #6b7280; width: 30%; }

/* Quantity input */
#product-qty::-webkit-inner-spin-button,
#product-qty::-webkit-outer-spin-button { -webkit-appearance: none; }
#product-qty { -moz-appearance: textfield; }
