.product-card{box-shadow:none;transition:var(--transition-smooth);z-index:1;background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;display:flex;position:relative;overflow:visible}.product-card:hover{box-shadow:none;z-index:2;transform:translateY(-5px)}.product-image{background:0 0;border-radius:10px;width:100%;height:250px;margin-bottom:1.5rem;position:relative;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:var(--transition-smooth)}.product-card:hover .product-image img{scale:1.05}.product-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-smooth);background:#0a6e6e33;border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.product-card:hover .product-overlay{opacity:1}.action-btn{color:var(--primary-color);background:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-weight:600;display:flex}.admin-actions{gap:1rem;display:flex}.action-btn.edit:hover{background:var(--accent-color);color:#fff}.action-btn.delete:hover{color:#fff;background:#ff4d4d}.product-info{text-align:center;flex-direction:column;align-items:center;width:100%;padding:0;display:flex}.product-info h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.product-category{color:var(--primary-color);text-transform:none;letter-spacing:0;background:#e8ecf8;border-radius:50px;padding:.4rem 1.2rem;font-size:.8rem;font-weight:600;display:inline-block}.enquire-btn{width:100%}
