.product-management{padding:20px 0}.product-card{transition:transform .2s ease,box-shadow .2s ease;border:1px solid #e0e0e0}.product-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.product-image-wrapper{width:100%;height:200px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.product-image{width:100%;height:100%;object-fit:cover}.product-pricing{font-size:18px;font-weight:700}.product-pricing .sale-price{color:#ef4444;margin-right:10px}.product-pricing .original-price{color:#999;text-decoration:line-through;font-size:14px;font-weight:400}.product-pricing .price{color:#333}.product-actions{margin-top:auto}.product-form .form-group{margin-bottom:15px}.product-form label{display:block;margin-bottom:5px;font-weight:600;color:#555}.product-form .form-control{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:5px;font-size:15px}.product-form .image-preview-wrapper{display:flex;flex-direction:column;align-items:flex-start}.product-form .image-preview{border:2px solid #e0e0e0;border-radius:8px;max-width:100%;height:auto}