.order-product{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:12px;padding:5px}.pos-product-card{background:#fff;border:1px solid #e2e5e9;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000014}.pos-product-card:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001f;border-color:#6c9ed8}.pos-product-image{width:100%;height:125px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.pos-product-image img{width:100%;height:100%;object-fit:cover;display:block}.pos-product-info{padding:9px 10px 10px}.pos-product-name{font-size:14px;font-weight:600;color:#30343b;line-height:20px;height:40px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pos-product-bottom{margin-top:8px;padding-top:7px;border-top:1px solid #eeeeee;display:flex;justify-content:space-between;align-items:center;gap:5px}.pos-product-price{font-size:14px;font-weight:700;color:#198754}.pos-product-stock{font-size:11px;color:#6c757d;white-space:nowrap}.pos-product-stock.low{color:#dc3545;font-weight:600}.user-cart{background:#fff;border-radius:6px;overflow:hidden}.user-cart .card{border:1px solid #dfe3e8;border-radius:6px;overflow:hidden}.user-cart table{margin-bottom:0;width:100%}.user-cart thead th{background:#fff;font-size:15px;font-weight:600;color:#202124;padding:14px 15px;border-bottom:1px solid #ddd}.user-cart tbody td{padding:12px 15px;vertical-align:middle;font-size:14px}.cart-product-name{font-size:15px;font-weight:500;color:#292d32;white-space:nowrap}.cart-action{display:flex;align-items:center;gap:3px}.cart-qty-input{width:42px;height:30px;padding:2px 4px;border:1px solid #ced4da;border-radius:4px;text-align:center;font-size:13px;outline:none;background:#fff}.cart-qty-input:focus{border-color:#80bdff;box-shadow:0 0 0 2px #007bff1a}.cart-remove-btn{width:30px;height:30px;padding:0;border:none;border-radius:4px;background:#f04444;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;transition:all .2s ease}.cart-remove-btn:hover{background:#d83232;transform:scale(1.05)}.cart-price{font-size:15px;font-weight:500;color:#222}.order-product{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:12px;max-height:620px;overflow-y:auto;padding:5px}.order-product::-webkit-scrollbar{width:6px}.order-product::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.order-product::-webkit-scrollbar-thumb{background:#c8c8c8;border-radius:10px}.product-item{position:relative;background:#ffffff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s ease;min-width:0}.product-image-wrapper{position:relative;width:100%;height:125px;background:#f8f9fa;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.stock-badge{position:absolute;top:7px;right:7px;background:rgba(25,135,84,.95);color:#fff;font-size:11px;font-weight:600;padding:4px 7px;border-radius:5px}.stock-badge.out-stock{background:rgba(220,53,69,.95)}.product-info{padding:9px 10px 10px}.product-name{font-size:14px;font-weight:600;color:#343a40;margin:0 0 8px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}.product-bottom{display:flex;align-items:center;justify-content:space-between;gap:5px}.product-stock{font-size:11px;color:#6c757d;white-space:nowrap}.product-stock i{color:#6c757d}.product-price{font-size:13px;font-weight:700;color:#198754;white-space:nowrap}.add-product-overlay{position:absolute;left:0;right:0;bottom:0;background:rgba(0,123,255,.94);color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;height:0;overflow:hidden;opacity:0;transition:all .2s ease;font-size:13px;font-weight:600}.product-item:hover .add-product-overlay{height:32px;opacity:1}.empty-products{grid-column:1 / -1;text-align:center;padding:60px 20px;color:#999}.empty-products i{font-size:45px;margin-bottom:15px;color:#ced4da}.empty-products h5{margin-bottom:5px;color:#6c757d}.empty-products p{font-size:13px;margin:0}.product-search .form-control{border-radius:8px;border:1px solid #ced4da;height:52px;font-size:16px;padding-left:16px;box-shadow:none}.product-search .form-control:focus{border-color:#80bdff;box-shadow:0 0 0 .15rem #007bff1f}@media (max-width: 768px){.order-product{grid-template-columns:repeat(3,1fr);gap:8px}.product-image-wrapper{height:100px}.product-name{font-size:12px}.product-price{font-size:11px}.stock-badge{font-size:9px;padding:3px 5px}}@media (max-width: 480px){.order-product{grid-template-columns:repeat(2,1fr)}}.purchase-container{margin:0}.purchase-container .card{border:0;border-radius:10px}.product-search{position:relative}.product-search .form-control{height:50px;border-radius:8px;border:1px solid #d9dee5;font-size:16px;padding-left:18px;box-shadow:none}.product-search .form-control:focus{border-color:#007bff;box-shadow:0 0 0 .15rem #007bff1a}.order-product{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:14px;max-height:650px;overflow-y:auto;padding:5px;scrollbar-width:thin}.product-item{position:relative;background:#ffffff;border:1px solid #e2e6ea;border-radius:10px;overflow:hidden;cursor:pointer;transition:all .2s ease;min-width:0}.product-item:hover{transform:translateY(-3px);border-color:#007bff;box-shadow:0 6px 18px #0000001a}.product-image-wrapper{position:relative;width:100%;height:135px;background:#f5f7fa;overflow:hidden}.product-image{width:100%;height:135px;display:block;object-fit:cover;transition:transform .3s ease}.product-item:hover .product-image{transform:scale(1.06)}.stock-badge{position:absolute;top:8px;right:8px;background:#198754;color:#fff;padding:4px 8px;border-radius:20px;font-size:11px;font-weight:600;line-height:1}.stock-badge.out-stock{background:#dc3545}.product-info{padding:10px}.product-name{margin:0 0 8px;font-size:14px;font-weight:600;color:#343a40;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-bottom{display:flex;justify-content:space-between;align-items:center;gap:5px}.product-stock{color:#6c757d;font-size:12px}.product-price{color:#007bff;font-size:13px;font-weight:700;white-space:nowrap}.add-product-overlay{position:absolute;inset:0;background:rgba(0,123,255,.88);display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;opacity:0;transition:opacity .2s ease;pointer-events:none}.product-item:hover .add-product-overlay{opacity:1}.add-product-overlay i{font-size:25px;margin-bottom:5px}.add-product-overlay span{font-size:13px;font-weight:600}.empty-products{grid-column:1 / -1;text-align:center;padding:50px 20px;color:#8a94a6}.empty-products i{font-size:45px;margin-bottom:15px;color:#cbd2d9}.empty-products h5{margin-bottom:5px;color:#495057}.empty-products p{margin:0;font-size:13px}@media (max-width: 1200px){.order-product{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.order-product{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.order-product{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.order-product{grid-template-columns:repeat(2,1fr);gap:8px}.product-image-wrapper,.product-image{height:110px}.product-info{padding:7px}.product-name{font-size:12px}}
