/* Theme Name: PetShop-Pro-Design */ :root { --primary-color: #FF9F43; --secondary-color: #2D6A4F; --bg-color: #F8F9FA; --border-radius: 16px; } body { background-color: var(--bg-color); font-family: 'Poppins', sans-serif; } .product-card { background: white; border-radius: var(--border-radius); box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
